Color Hex Logo

#c86716 Color Hex

#C86716
(200,103,22)
0 Favorites   0 Comments

Color spaces of #c86716

RGB 20010322
HSL0.080.800.44
HSV27°89°78°
CMYK 0.000.490.89   0.22
XYZ28.814522.03783.4941
Yxy22.03780.53020.4055
Hunter Lab46.944427.410628.4481
CIE-Lab54.067133.874557.2495

#c86716 color RGB value is (200,103,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100111 00010110
Octal 310 147 26
Decimal 200 103 22
Hex C8 67 16

RGB Percentages of Color #c86716

%61.54
%31.69
%6.77

CMYK Percentages of Color #c86716

%0
%49
%89
%22

Triadic Colors of #c86716

#c86716 #16c867 #6716c8

Analogous Colors of #c86716

#c86716 #c8c016 #c8161e

Monochromatic Colors of #c86716

#c86716

Complementary Color

#c86716 #1677c8

#c86716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86716 Color CSS Codes

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

#c86716 Text Font Color

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

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


#c86716 Background Color

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

This div background color is #c86716


#c86716 Border Color

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

This div border color is #c86716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86716


Comments

No comments written yet.

Please login to write comment.