Color Hex Logo

#c85216 Color Hex

#C85216
(200,82,22)
0 Favorites   0 Comments

Color spaces of #c85216

RGB 2008222
HSL0.060.800.44
HSV20°89°78°
CMYK 0.000.590.89   0.22
XYZ26.981518.37192.8831
Yxy18.37190.55940.3809
Hunter Lab42.862537.354726.0156
CIE-Lab49.944144.367054.0853

#c85216 color RGB value is (200,82,22).

#c85216 hex color red value is 200, green value is 82 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c85216 hue: 0.06 , saturation: 0.80 and the lightness value of c85216 is 0.44.

The process color (four color CMYK) of #c85216 color hex is 0.00, 0.59, 0.89, 0.22. Web safe color of #c85216 is #cc6600. Color #c85216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010010 00010110
Octal 310 122 26
Decimal 200 82 22
Hex C8 52 16

RGB Percentages of Color #c85216

%65.79
%26.97
%7.24

CMYK Percentages of Color #c85216

%0
%59
%89
%22

Triadic Colors of #c85216

#c85216 #16c852 #5216c8

Analogous Colors of #c85216

#c85216 #c8ab16 #c81633

Monochromatic Colors of #c85216

#c85216

Complementary Color

#c85216 #168cc8

#c85216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85216 Color CSS Codes

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

#c85216 Text Font Color

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

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


#c85216 Background Color

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

This div background color is #c85216


#c85216 Border Color

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

This div border color is #c85216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85216


Comments

No comments written yet.

Please login to write comment.