Color Hex Logo

#c99caa Color Hex

#C99CAA
(201,156,170)
0 Favorites   0 Comments

Color spaces of #c99caa

RGB 201156170
HSL0.950.290.70
HSV341°22°79°
CMYK 0.000.220.15   0.21
XYZ43.231639.096743.2981
Yxy39.09670.34410.3112
Hunter Lab62.527413.99262.7128
CIE-Lab68.821318.9159-0.8294

#c99caa color RGB value is (201,156,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011100 10101010
Octal 311 234 252
Decimal 201 156 170
Hex C9 9C AA

RGB Percentages of Color #c99caa

%38.14
%29.60
%32.26

CMYK Percentages of Color #c99caa

%0
%22
%15
%21

Triadic Colors of #c99caa

#c99caa #aac99c #9caac9

Analogous Colors of #c99caa

#c99caa #c9a59c #c99cc1

Monochromatic Colors of #c99caa

#c99caa

Complementary Color

#c99caa #9cc9bb

#c99caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99caa Color CSS Codes

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

#c99caa Text Font Color

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

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


#c99caa Background Color

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

This div background color is #c99caa


#c99caa Border Color

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

This div border color is #c99caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99caa


Comments

No comments written yet.

Please login to write comment.