Color Hex Logo

#c85c11 Color Hex

#C85C11
(200,92,17)
0 Favorites   0 Comments

Color spaces of #c85c11

RGB 2009217
HSL0.070.840.43
HSV25°92°78°
CMYK 0.000.540.92   0.22
XYZ27.747719.97412.9232
Yxy19.97410.54790.3944
Hunter Lab44.692432.611727.4067
CIE-Lab51.807939.414957.0236

#c85c11 color RGB value is (200,92,17).

#c85c11 hex color red value is 200, green value is 92 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #c85c11 hue: 0.07 , saturation: 0.84 and the lightness value of c85c11 is 0.43.

The process color (four color CMYK) of #c85c11 color hex is 0.00, 0.54, 0.92, 0.22. Web safe color of #c85c11 is #cc6600. Color #c85c11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011100 00010001
Octal 310 134 21
Decimal 200 92 17
Hex C8 5C 11

RGB Percentages of Color #c85c11

%64.72
%29.77
%5.50

CMYK Percentages of Color #c85c11

%0
%54
%92
%22

Triadic Colors of #c85c11

#c85c11 #11c85c #5c11c8

Analogous Colors of #c85c11

#c85c11 #c8b811 #c81121

Monochromatic Colors of #c85c11

#c85c11

Complementary Color

#c85c11 #117dc8

#c85c11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85c11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85c11 Color CSS Codes

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

#c85c11 Text Font Color

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

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


#c85c11 Background Color

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

This div background color is #c85c11


#c85c11 Border Color

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

This div border color is #c85c11


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,92,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85c11


Comments

No comments written yet.

Please login to write comment.