Color Hex Logo

#c999ac Color Hex

#C999AC
(201,153,172)
0 Favorites   0 Comments

Color spaces of #c999ac

RGB 201153172
HSL0.930.310.69
HSV336°24°79°
CMYK 0.000.240.14   0.21
XYZ42.925038.178544.1365
Yxy38.17850.34270.3048
Hunter Lab61.788815.87470.9005
CIE-Lab68.152020.8896-2.9266

#c999ac color RGB value is (201,153,172).

#c999ac hex color red value is 201, green value is 153 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c999ac hue: 0.93 , saturation: 0.31 and the lightness value of c999ac is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011001 10101100
Octal 311 231 254
Decimal 201 153 172
Hex C9 99 AC

RGB Percentages of Color #c999ac

%38.21
%29.09
%32.70

CMYK Percentages of Color #c999ac

%0
%24
%14
%21

Triadic Colors of #c999ac

#c999ac #acc999 #99acc9

Analogous Colors of #c999ac

#c999ac #c99e99 #c999c4

Monochromatic Colors of #c999ac

#c999ac

Complementary Color

#c999ac #99c9b6

#c999ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c999ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c999ac Color CSS Codes

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

#c999ac Text Font Color

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

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


#c999ac Background Color

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

This div background color is #c999ac


#c999ac Border Color

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

This div border color is #c999ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c999ac


Comments

No comments written yet.

Please login to write comment.