Color Hex Logo

#c999aa Color Hex

#C999AA
(201,153,170)
0 Favorites   0 Comments

Color spaces of #c999aa

RGB 201153170
HSL0.940.310.69
HSV339°24°79°
CMYK 0.000.240.15   0.21
XYZ42.734338.102343.1323
Yxy38.10230.34470.3074
Hunter Lab61.727115.55511.7796
CIE-Lab68.095920.5621-1.8920

#c999aa color RGB value is (201,153,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011001 10101010
Octal 311 231 252
Decimal 201 153 170
Hex C9 99 AA

RGB Percentages of Color #c999aa

%38.36
%29.20
%32.44

CMYK Percentages of Color #c999aa

%0
%24
%15
%21

Triadic Colors of #c999aa

#c999aa #aac999 #99aac9

Analogous Colors of #c999aa

#c999aa #c9a099 #c999c2

Monochromatic Colors of #c999aa

#c999aa

Complementary Color

#c999aa #99c9b8

#c999aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c999aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c999aa Color CSS Codes

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

#c999aa Text Font Color

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

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


#c999aa Background Color

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

This div background color is #c999aa


#c999aa Border Color

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

This div border color is #c999aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c999aa

#c999aa Color Palettes


Comments

No comments written yet.

Please login to write comment.