Color Hex Logo

#cc966b Color Hex

#CC966B
(204,150,107)
0 Favorites   0 Comments

Color spaces of #cc966b

RGB 204150107
HSL0.070.490.61
HSV27°48°80°
CMYK 0.000.260.48   0.20
XYZ38.462035.711618.7758
Yxy35.71160.41380.3842
Hunter Lab59.759210.307023.2030
CIE-Lab66.299015.092230.5740

#cc966b color RGB value is (204,150,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010110 01101011
Octal 314 226 153
Decimal 204 150 107
Hex CC 96 6B

RGB Percentages of Color #cc966b

%44.25
%32.54
%23.21

CMYK Percentages of Color #cc966b

%0
%26
%48
%20

Triadic Colors of #cc966b

#cc966b #6bcc96 #966bcc

Analogous Colors of #cc966b

#cc966b #ccc76b #cc6b71

Monochromatic Colors of #cc966b

#cc966b

Complementary Color

#cc966b #6ba1cc

#cc966b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc966b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc966b Color CSS Codes

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

#cc966b Text Font Color

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

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


#cc966b Background Color

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

This div background color is #cc966b


#cc966b Border Color

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

This div border color is #cc966b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc966b


Comments

No comments written yet.

Please login to write comment.