Color Hex Logo

#c8812e Color Hex

#C8812E
(200,129,46)
0 Favorites   0 Comments

Color spaces of #c8812e

RGB 20012946
HSL0.090.630.48
HSV32°77°78°
CMYK 0.000.360.77   0.22
XYZ32.162828.17716.3283
Yxy28.17710.48240.4226
Hunter Lab53.082115.260630.0891
CIE-Lab60.048420.629553.6470

#c8812e color RGB value is (200,129,46).

#c8812e hex color red value is 200, green value is 129 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c8812e hue: 0.09 , saturation: 0.63 and the lightness value of c8812e is 0.48.

The process color (four color CMYK) of #c8812e color hex is 0.00, 0.36, 0.77, 0.22. Web safe color of #c8812e is #cc9933. Color #c8812e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000001 00101110
Octal 310 201 56
Decimal 200 129 46
Hex C8 81 2E

RGB Percentages of Color #c8812e

%53.33
%34.40
%12.27

CMYK Percentages of Color #c8812e

%0
%36
%77
%22

Triadic Colors of #c8812e

#c8812e #2ec881 #812ec8

Analogous Colors of #c8812e

#c8812e #c2c82e #c8342e

Monochromatic Colors of #c8812e

#c8812e

Complementary Color

#c8812e #2e75c8

#c8812e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8812e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8812e Color CSS Codes

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

#c8812e Text Font Color

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

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


#c8812e Background Color

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

This div background color is #c8812e


#c8812e Border Color

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

This div border color is #c8812e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8812e


Comments

No comments written yet.

Please login to write comment.