Color Hex Logo

#cc999e Color Hex

#CC999E
(204,153,158)
0 Favorites   0 Comments

Color spaces of #cc999e

RGB 204153158
HSL0.980.330.70
HSV354°25°80°
CMYK 0.000.250.23   0.20
XYZ42.464638.088537.4614
Yxy38.08850.35980.3227
Hunter Lab61.715914.81707.2122
CIE-Lab68.085819.79844.8325

#cc999e color RGB value is (204,153,158).

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

The process color (four color CMYK) of #cc999e color hex is 0.00, 0.25, 0.23, 0.20. Web safe color of #cc999e is #cc9999. Color #cc999e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011001 10011110
Octal 314 231 236
Decimal 204 153 158
Hex CC 99 9E

RGB Percentages of Color #cc999e

%39.61
%29.71
%30.68

CMYK Percentages of Color #cc999e

%0
%25
%23
%20

Triadic Colors of #cc999e

#cc999e #9ecc99 #999ecc

Analogous Colors of #cc999e

#cc999e #ccae99 #cc99b8

Monochromatic Colors of #cc999e

#cc999e

Complementary Color

#cc999e #99ccc7

#cc999e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc999e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc999e Color CSS Codes

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

#cc999e Text Font Color

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

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


#cc999e Background Color

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

This div background color is #cc999e


#cc999e Border Color

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

This div border color is #cc999e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc999e


Comments

No comments written yet.

Please login to write comment.