Color Hex Logo

#c99cab Color Hex

#C99CAB
(201,156,171)
0 Favorites   0 Comments

Color spaces of #c99cab

RGB 201156171
HSL0.940.290.70
HSV340°22°79°
CMYK 0.000.220.15   0.21
XYZ43.326539.134743.7983
Yxy39.13470.34320.3100
Hunter Lab62.557714.15032.2799
CIE-Lab68.848719.0786-1.3463

#c99cab color RGB value is (201,156,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011100 10101011
Octal 311 234 253
Decimal 201 156 171
Hex C9 9C AB

RGB Percentages of Color #c99cab

%38.07
%29.55
%32.39

CMYK Percentages of Color #c99cab

%0
%22
%15
%21

Triadic Colors of #c99cab

#c99cab #abc99c #9cabc9

Analogous Colors of #c99cab

#c99cab #c9a49c #c99cc2

Monochromatic Colors of #c99cab

#c99cab

Complementary Color

#c99cab #9cc9ba

#c99cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99cab Color CSS Codes

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

#c99cab Text Font Color

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

This sample text font color is #c99cab
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.


#c99cab Background Color

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

This div background color is #c99cab


#c99cab Border Color

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

This div border color is #c99cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99cab


Comments

No comments written yet.

Please login to write comment.