Color Hex Logo

#c99aab Color Hex

#C99AAB
(201,154,171)
0 Favorites   0 Comments

Color spaces of #c99aab

RGB 201154171
HSL0.940.300.70
HSV338°23°79°
CMYK 0.000.230.15   0.21
XYZ42.993738.469043.6873
Yxy38.46900.34350.3074
Hunter Lab62.023415.19271.6544
CIE-Lab68.364920.1765-2.0557

#c99aab color RGB value is (201,154,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011010 10101011
Octal 311 232 253
Decimal 201 154 171
Hex C9 9A AB

RGB Percentages of Color #c99aab

%38.21
%29.28
%32.51

CMYK Percentages of Color #c99aab

%0
%23
%15
%21

Triadic Colors of #c99aab

#c99aab #abc99a #9aabc9

Analogous Colors of #c99aab

#c99aab #c9a19a #c99ac3

Monochromatic Colors of #c99aab

#c99aab

Complementary Color

#c99aab #9ac9b8

#c99aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99aab Color CSS Codes

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

#c99aab Text Font Color

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

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


#c99aab Background Color

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

This div background color is #c99aab


#c99aab Border Color

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

This div border color is #c99aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99aab


Comments

No comments written yet.

Please login to write comment.