Color Hex Logo

#cc996b Color Hex

#CC996B
(204,153,107)
0 Favorites   0 Comments

Color spaces of #cc996b

RGB 204153107
HSL0.080.490.61
HSV28°48°80°
CMYK 0.000.250.48   0.20
XYZ38.946936.681418.9374
Yxy36.68140.41190.3879
Hunter Lab60.56528.796723.8569
CIE-Lab67.037313.457431.5286

#cc996b color RGB value is (204,153,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011001 01101011
Octal 314 231 153
Decimal 204 153 107
Hex CC 99 6B

RGB Percentages of Color #cc996b

%43.97
%32.97
%23.06

CMYK Percentages of Color #cc996b

%0
%25
%48
%20

Triadic Colors of #cc996b

#cc996b #6bcc99 #996bcc

Analogous Colors of #cc996b

#cc996b #ccca6b #cc6b6e

Monochromatic Colors of #cc996b

#cc996b

Complementary Color

#cc996b #6b9ecc

#cc996b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc996b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc996b Color CSS Codes

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

#cc996b Text Font Color

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

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


#cc996b Background Color

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

This div background color is #cc996b


#cc996b Border Color

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

This div border color is #cc996b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc996b


Comments

No comments written yet.

Please login to write comment.