Color Hex Logo

#c8863f Color Hex

#C8863F
(200,134,63)
0 Favorites   0 Comments

Color spaces of #c8863f

RGB 20013463
HSL0.090.550.52
HSV31°69°78°
CMYK 0.000.330.69   0.22
XYZ33.241729.68848.6810
Yxy29.68840.46420.4146
Hunter Lab54.487113.547728.6947
CIE-Lab61.384418.724047.3419

#c8863f color RGB value is (200,134,63).

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

The process color (four color CMYK) of #c8863f color hex is 0.00, 0.33, 0.69, 0.22. Web safe color of #c8863f is #cc9933. Color #c8863f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000110 00111111
Octal 310 206 77
Decimal 200 134 63
Hex C8 86 3F

RGB Percentages of Color #c8863f

%50.38
%33.75
%15.87

CMYK Percentages of Color #c8863f

%0
%33
%69
%22

Triadic Colors of #c8863f

#c8863f #3fc886 #863fc8

Analogous Colors of #c8863f

#c8863f #c6c83f #c8423f

Monochromatic Colors of #c8863f

#c8863f

Complementary Color

#c8863f #3f81c8

#c8863f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8863f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8863f Color CSS Codes

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

#c8863f Text Font Color

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

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


#c8863f Background Color

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

This div background color is #c8863f


#c8863f Border Color

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

This div border color is #c8863f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8863f


Comments

No comments written yet.

Please login to write comment.