:
logo qtransform

  to  




#C95999 color HEX code RGB, HSL, CMYK

COLOR CODE FOR HEXA COLOR #C95999
#C95999

   In a RGB color space, hex #C95999 is composed of 79% red, 35% green and 60% blue.
RGB color code is composed of a hexadecimal C9 red (201/255), a 59 green (89/255) and a 99 blue component (153/255). The decimal RGB color code is rgb(201,89,153)
In CMYK color space, it is composed of 0% cyan, 56% magenta, 24% yellow and 21% black.
It has a hue angle of 325.71o degrees, a saturation of 51% and a lightness of 57%.
Closest websafe color is: #cc6699 rgb (204, 102, 153).
twitter  facebook  whatsapp


Color conversion




#C95999
rgb(201,89,153)
=79%
from 255
35%
from 255
60%
from 255
=0
from 100
56
from 100
24
from 100
21
from 100
R: 201
red
G: 89
green
B: 153
blue
C: 0
cyan
M: 56
magenta
Y: 24
yellow
K: 21
black
Hexa colorRGB color chartCMYK color chart

Convert color


The hexadecimal color #C95999 has RGB values of R:201, G:89, B:153 and CMYK values of C:0, M:56, Y:24, K:21. Its decimal value is 13195673.Binary code is 110010010101100110011001
In print we use cyan, yellow, magenta and black (CMYK) inks because usually we print on a white paper.

Hex colorC95999 #C95999
RGB decimal201, 89, 153 rgb(201, 89, 153)
RGB %79, 35, 60 rgb(79%, 35%, 60%)
RGB Adobe177, 89, 150
CMYK %0, 56, 24, 21 0%, 56%, 24%, 21%
HSL325.71o, 51, 57 hsl(325.71o, 51%, 57%)
HSV (HSB)326o, 56%, 79% hsv(326o, 56%, 79%)
Web Safe color#cc6699 rgb (204, 102, 153)
XYZ33.41, 21.862 32.596
xyY0.38, 0.25, 21.86
Hunter-Lab46.76, 48.99, -11.58
CMY21%, 65%, 40%
Lab54.12, 50.56, -12.59
Binary color
C9 59 99
11001001 1011001 10011001

Shades and tints of #C95999


A shade is achieved by adding black to original color on hue code.
A tint is created by mixing color with white.
Use the palette to pick a color or the sliders to set the RGB, HSV, CMYK components.
For example here: #28121F is the darkest color, and: #F5DEEB is the lightest one.

Tint color variation #C95999


Shade color variation


Tones of #C95999
A tone is produced by adding gray to any pure hue. In this case, #C25D97 is the less saturated color, and #9A738A is the most saturated one.


Alternatives to #C95999


Below, you can see some colors close to #C95999. Having a set of related colors can be useful if you need an inspirational alternative or other close colors to your original color choice.




Quick use #C95999


How to use this color on webpages, scripts or other programming languages using html, CSS, dhtml, JAVA, .NET, openGL, Swift, Xojo

Color of the text Background color example
Color of the text
Background color example

<font color="#C95999;">Text here</font>

<div style="background-color:#C95999;">Text here</div>



Color preview on black background Color preview on white background
color preview on black background
color preview on white background
HTML code

<div style="background-color:#000000"> <font color="#C95999;">Text here</font> </div>

HTML code

<div style="background-color:#FFFFFF; border: 1px dotted #999999;"> <font color="#C95999;">Text here</font> </div>



Div box shadow Text shadow css code
box shadow for color #C95999
text shadow css code
HTML code

<div style="background-color:#FFFFFF; box-shadow: 2px 2px 7px 1px #C95999;"></div>

CSS code

.box-shadow: 2px 2px 7px 1px;

CSS code

.text-shadow: 1px 2px 2px #C95999;



Box border html code Text shadow with RGB values for color #C95999
box border html code for color #C95999

text shadow with RGB values

HTML code

<div style="background-color:#FFFFFF; border:1px solid #C95999;"></div>

CSS code with RGB

.text-shadow: 0px 2px 2px rgba(201, 89, 153, 1.4);



Pre-formatted code C95999 code for script / programming
HTML, CSS: = #C95999; rgb(201, 89, 153)
Java: = new Color(201, 89, 153)
.NET: = Color.FromArgb (201, 89, 153);
Xojo: = rgb (201, 89, 153, 0);
openGL: = glColor3f (0.79f, 0.35f, 0.6f);
Swift: = UIColor(red:0.79, green:0.35, blue:0.6, alpha:1.00000);
Objective-C: = [UIColor colorWithRed:0.79 green:0.35 blue:0.6 alpha:1.00000];


Color schemes with #C95999


Monochromatic color
monochromatic color scheme

Monochromatic color schemes are easy to create because they use only one color. Monochromatic schemes use different tones from the same angle on the color wheel (the same angle).Just change color saturation +10% and you have a new monocromatic color. On our case color: 56% has a #C95999 saturation. Adding 56% + 10% = 66% saturation for our new color #A33775. Decreasing 56% - 10% = 46% saturation for other monochromatic color #F081C0.

Analogous color
analogous color scheme

Analogous color schemes are created by using colors that are next to each other on the color wheel. Just +/- 30o on sides of the color hue angle.

Complementary color
complementary color scheme
Complementary schemes are created by combining colors from opposite sides of the color wheel. Simple add 180 degrees to color hue / angle and you have the complementary color. On our case color: #C95999 has a 326o angle. Adding 326o + 180o = 146oo for our new complementary color #59C98A.

Split color
split color scheme

Compound schemes or split complementary schemens are almost the same as complementary schemes.
Instead of using colors that are opposites, it uses colors on both sides of the opposite hue angle.
On our case color: #C95999 has a 326o angle. Adding 326o + 180o+30o = 176o for our first complementary color #59C9C2. Decreasing 326o + 180o-30o = 116o for the second complementary color #60C959.

Tiradic color
tiradic color scheme

Triadic schemes are made up of hues/angles equally spaced around color wheel. Add and decrease +/- 120 degrees on both sides of the color hue angle.

Tetradic color
tetradic color scheme

Tetradic schemes are made up of hues/angles spaced around color wheel. Add 120,180,300 degrees on the color hue angle.