Color Hex Logo

#cc996e Color Hex

#CC996E
(204,153,110)
0 Favorites   0 Comments

Color spaces of #cc996e

RGB 204153110
HSL0.080.480.62
HSV27°46°80°
CMYK 0.000.250.46   0.20
XYZ39.107536.745619.7833
Yxy36.74560.40890.3842
Hunter Lab60.61819.076623.0829
CIE-Lab67.085713.758529.9740

#cc996e color RGB value is (204,153,110).

#cc996e hex color red value is 204, green value is 153 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cc996e hue: 0.08 , saturation: 0.48 and the lightness value of cc996e is 0.62.

The process color (four color CMYK) of #cc996e color hex is 0.00, 0.25, 0.46, 0.20. Web safe color of #cc996e is #cc9966. Color #cc996e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011001 01101110
Octal 314 231 156
Decimal 204 153 110
Hex CC 99 6E

RGB Percentages of Color #cc996e

%43.68
%32.76
%23.55

CMYK Percentages of Color #cc996e

%0
%25
%46
%20

Triadic Colors of #cc996e

#cc996e #6ecc99 #996ecc

Analogous Colors of #cc996e

#cc996e #ccc86e #cc6e72

Monochromatic Colors of #cc996e

#cc996e

Complementary Color

#cc996e #6ea1cc

#cc996e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc996e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc996e Color CSS Codes

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

#cc996e Text Font Color

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

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


#cc996e Background Color

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

This div background color is #cc996e


#cc996e Border Color

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

This div border color is #cc996e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc996e

#cc996e Color Palettes


Comments

No comments written yet.

Please login to write comment.