Color Hex Logo

#c99daa Color Hex

#C99DAA
(201,157,170)
0 Favorites   0 Comments

Color spaces of #c99daa

RGB 201157170
HSL0.950.290.70
HSV342°22°79°
CMYK 0.000.220.15   0.21
XYZ43.400139.433743.3542
Yxy39.43370.34390.3125
Hunter Lab62.796313.47253.0239
CIE-Lab69.064318.3674-0.4740

#c99daa color RGB value is (201,157,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011101 10101010
Octal 311 235 252
Decimal 201 157 170
Hex C9 9D AA

RGB Percentages of Color #c99daa

%38.07
%29.73
%32.20

CMYK Percentages of Color #c99daa

%0
%22
%15
%21

Triadic Colors of #c99daa

#c99daa #aac99d #9daac9

Analogous Colors of #c99daa

#c99daa #c9a69d #c99dc0

Monochromatic Colors of #c99daa

#c99daa

Complementary Color

#c99daa #9dc9bc

#c99daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99daa Color CSS Codes

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

#c99daa Text Font Color

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

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


#c99daa Background Color

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

This div background color is #c99daa


#c99daa Border Color

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

This div border color is #c99daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,157,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 #c99daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99daa


Comments

No comments written yet.

Please login to write comment.