Color Hex Logo

#cc8216 Color Hex

#CC8216
(204,130,22)
0 Favorites   0 Comments

Color spaces of #cc8216

RGB 20413022
HSL0.100.810.44
HSV36°89°80°
CMYK 0.000.360.89   0.20
XYZ33.029328.86064.5889
Yxy28.86060.49680.4341
Hunter Lab53.722115.731432.5409
CIE-Lab60.658421.101562.5691

#cc8216 color RGB value is (204,130,22).

#cc8216 hex color red value is 204, green value is 130 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #cc8216 hue: 0.10 , saturation: 0.81 and the lightness value of cc8216 is 0.44.

The process color (four color CMYK) of #cc8216 color hex is 0.00, 0.36, 0.89, 0.20. Web safe color of #cc8216 is #cc9900. Color #cc8216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000010 00010110
Octal 314 202 26
Decimal 204 130 22
Hex CC 82 16

RGB Percentages of Color #cc8216

%57.30
%36.52
%6.18

CMYK Percentages of Color #cc8216

%0
%36
%89
%20

Triadic Colors of #cc8216

#cc8216 #16cc82 #8216cc

Analogous Colors of #cc8216

#cc8216 #bbcc16 #cc2716

Monochromatic Colors of #cc8216

#cc8216

Complementary Color

#cc8216 #1660cc

#cc8216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8216 Color CSS Codes

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

#cc8216 Text Font Color

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

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


#cc8216 Background Color

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

This div background color is #cc8216


#cc8216 Border Color

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

This div border color is #cc8216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8216


Comments

No comments written yet.

Please login to write comment.