Color Hex Logo

#c99cad Color Hex

#C99CAD
(201,156,173)
0 Favorites   0 Comments

Color spaces of #c99cad

RGB 201156173
HSL0.940.290.70
HSV337°22°79°
CMYK 0.000.220.14   0.21
XYZ43.518739.211644.8101
Yxy39.21160.34120.3074
Hunter Lab62.619214.46931.4057
CIE-Lab68.904319.4074-2.3787

#c99cad color RGB value is (201,156,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011100 10101101
Octal 311 234 255
Decimal 201 156 173
Hex C9 9C AD

RGB Percentages of Color #c99cad

%37.92
%29.43
%32.64

CMYK Percentages of Color #c99cad

%0
%22
%14
%21

Triadic Colors of #c99cad

#c99cad #adc99c #9cadc9

Analogous Colors of #c99cad

#c99cad #c9a29c #c99cc4

Monochromatic Colors of #c99cad

#c99cad

Complementary Color

#c99cad #9cc9b8

#c99cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99cad Color CSS Codes

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

#c99cad Text Font Color

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

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


#c99cad Background Color

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

This div background color is #c99cad


#c99cad Border Color

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

This div border color is #c99cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99cad


Comments

No comments written yet.

Please login to write comment.