Color Hex Logo

#c9999e Color Hex

#C9999E
(201,153,158)
0 Favorites   0 Comments

Color spaces of #c9999e

RGB 201153158
HSL0.980.310.69
HSV354°24°79°
CMYK 0.000.240.21   0.21
XYZ41.650237.668637.4233
Yxy37.66860.35680.3227
Hunter Lab61.374813.72816.8102
CIE-Lab67.775718.67584.3453

#c9999e color RGB value is (201,153,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011001 10011110
Octal 311 231 236
Decimal 201 153 158
Hex C9 99 9E

RGB Percentages of Color #c9999e

%39.26
%29.88
%30.86

CMYK Percentages of Color #c9999e

%0
%24
%21
%21

Triadic Colors of #c9999e

#c9999e #9ec999 #999ec9

Analogous Colors of #c9999e

#c9999e #c9ac99 #c999b6

Monochromatic Colors of #c9999e

#c9999e

Complementary Color

#c9999e #99c9c4

#c9999e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9999e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9999e Color CSS Codes

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

#c9999e Text Font Color

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

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


#c9999e Background Color

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

This div background color is #c9999e


#c9999e Border Color

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

This div border color is #c9999e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9999e


Comments

No comments written yet.

Please login to write comment.