Color Hex Logo

#c85937 Color Hex

#C85937
(200,89,55)
0 Favorites   0 Comments

Color spaces of #c85937

RGB 2008955
HSL0.040.570.50
HSV14°73°78°
CMYK 0.000.560.73   0.22
XYZ28.081419.70005.9368
Yxy19.70000.52280.3667
Hunter Lab44.384735.260623.1388
CIE-Lab51.496342.082340.5337

#c85937 color RGB value is (200,89,55).

#c85937 hex color red value is 200, green value is 89 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #c85937 hue: 0.04 , saturation: 0.57 and the lightness value of c85937 is 0.50.

The process color (four color CMYK) of #c85937 color hex is 0.00, 0.56, 0.73, 0.22. Web safe color of #c85937 is #cc6633. Color #c85937 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011001 00110111
Octal 310 131 67
Decimal 200 89 55
Hex C8 59 37

RGB Percentages of Color #c85937

%58.14
%25.87
%15.99

CMYK Percentages of Color #c85937

%0
%56
%73
%22

Triadic Colors of #c85937

#c85937 #37c859 #5937c8

Analogous Colors of #c85937

#c85937 #c8a237 #c8375e

Monochromatic Colors of #c85937

#c85937

Complementary Color

#c85937 #37a6c8

#c85937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85937 Color CSS Codes

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

#c85937 Text Font Color

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

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


#c85937 Background Color

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

This div background color is #c85937


#c85937 Border Color

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

This div border color is #c85937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85937


Comments

No comments written yet.

Please login to write comment.