Color Hex Logo

#c8854e Color Hex

#C8854E
(200,133,78)
0 Favorites   0 Comments

Color spaces of #c8854e

RGB 20013378
HSL0.080.530.55
HSV27°61°78°
CMYK 0.000.340.61   0.22
XYZ33.582129.604511.1520
Yxy29.60450.45170.3982
Hunter Lab54.410014.953425.9348
CIE-Lab61.311520.236839.7204

#c8854e color RGB value is (200,133,78).

#c8854e hex color red value is 200, green value is 133 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c8854e hue: 0.08 , saturation: 0.53 and the lightness value of c8854e is 0.55.

The process color (four color CMYK) of #c8854e color hex is 0.00, 0.34, 0.61, 0.22. Web safe color of #c8854e is #cc9966. Color #c8854e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000101 01001110
Octal 310 205 116
Decimal 200 133 78
Hex C8 85 4E

RGB Percentages of Color #c8854e

%48.66
%32.36
%18.98

CMYK Percentages of Color #c8854e

%0
%34
%61
%22

Triadic Colors of #c8854e

#c8854e #4ec885 #854ec8

Analogous Colors of #c8854e

#c8854e #c8c24e #c84e54

Monochromatic Colors of #c8854e

#c8854e

Complementary Color

#c8854e #4e91c8

#c8854e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8854e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8854e Color CSS Codes

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

#c8854e Text Font Color

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

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


#c8854e Background Color

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

This div background color is #c8854e


#c8854e Border Color

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

This div border color is #c8854e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8854e


Comments

No comments written yet.

Please login to write comment.