Color Hex Logo

#c85643 Color Hex

#C85643
(200,86,67)
0 Favorites   0 Comments

Color spaces of #c85643

RGB 2008667
HSL0.020.550.52
HSV67°78°
CMYK 0.000.570.67   0.22
XYZ28.160319.34027.5590
Yxy19.34020.51150.3513
Hunter Lab43.977537.339120.5933
CIE-Lab51.082944.176033.4615

#c85643 color RGB value is (200,86,67).

#c85643 hex color red value is 200, green value is 86 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #c85643 hue: 0.02 , saturation: 0.55 and the lightness value of c85643 is 0.52.

The process color (four color CMYK) of #c85643 color hex is 0.00, 0.57, 0.67, 0.22. Web safe color of #c85643 is #cc6633. Color #c85643 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010110 01000011
Octal 310 126 103
Decimal 200 86 67
Hex C8 56 43

RGB Percentages of Color #c85643

%56.66
%24.36
%18.98

CMYK Percentages of Color #c85643

%0
%57
%67
%22

Triadic Colors of #c85643

#c85643 #43c856 #5643c8

Analogous Colors of #c85643

#c85643 #c89943 #c84373

Monochromatic Colors of #c85643

#c85643

Complementary Color

#c85643 #43b5c8

#c85643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85643 Color CSS Codes

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

#c85643 Text Font Color

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

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


#c85643 Background Color

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

This div background color is #c85643


#c85643 Border Color

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

This div border color is #c85643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85643


Comments

No comments written yet.

Please login to write comment.