Color Hex Logo

#c99caf Color Hex

#C99CAF
(201,156,175)
0 Favorites   0 Comments

Color spaces of #c99caf

RGB 201156175
HSL0.930.290.70
HSV335°22°79°
CMYK 0.000.220.13   0.21
XYZ43.713739.289645.8371
Yxy39.28960.33930.3049
Hunter Lab62.681414.79250.5199
CIE-Lab68.960519.7397-3.4097

#c99caf color RGB value is (201,156,175).

#c99caf hex color red value is 201, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c99caf hue: 0.93 , saturation: 0.29 and the lightness value of c99caf is 0.70.

The process color (four color CMYK) of #c99caf color hex is 0.00, 0.22, 0.13, 0.21. Web safe color of #c99caf is #cc9999. Color #c99caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011100 10101111
Octal 311 234 257
Decimal 201 156 175
Hex C9 9C AF

RGB Percentages of Color #c99caf

%37.78
%29.32
%32.89

CMYK Percentages of Color #c99caf

%0
%22
%13
%21

Triadic Colors of #c99caf

#c99caf #afc99c #9cafc9

Analogous Colors of #c99caf

#c99caf #c9a09c #c99cc6

Monochromatic Colors of #c99caf

#c99caf

Complementary Color

#c99caf #9cc9b6

#c99caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99caf Color CSS Codes

.mybgcolor {background-color:#c99caf; } 
.myforecolor {color:#c99caf; }
.mybordercolor {border:3px solid #c99caf; }

#c99caf Text Font Color

<p style="color:#c99caf">Text here</p>

This sample text font color is #c99caf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c99caf Background Color

<div style="background-color:#c99caf">
Div content here</div>

This div background color is #c99caf


#c99caf Border Color

<div style="border:3px solid #c99caf">
Div here</div>

This div border color is #c99caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,156,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c99caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c99caf;
  -webkit-box-shadow: 1px 1px 3px 2px #c99caf;
  box-shadow:         1px 1px 3px 2px #c99caf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,156,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c99caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c99caf;
  -webkit-box-shadow: 1px 1px 3px 2px #c99caf;
  box-shadow:         1px 1px 3px 2px #c99caf;">
Div content here</div>

This div box has shadow with color #c99caf


Comments

No comments written yet.

Please login to write comment.