Color Hex Logo

#c8822a Color Hex

#C8822A
(200,130,42)
0 Favorites   0 Comments

Color spaces of #c8822a

RGB 20013042
HSL0.090.650.47
HSV33°79°78°
CMYK 0.000.350.79   0.22
XYZ32.220028.41185.9763
Yxy28.41180.48370.4266
Hunter Lab53.302714.618530.6643
CIE-Lab60.259019.928355.4739

#c8822a color RGB value is (200,130,42).

#c8822a hex color red value is 200, green value is 130 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c8822a hue: 0.09 , saturation: 0.65 and the lightness value of c8822a is 0.47.

The process color (four color CMYK) of #c8822a color hex is 0.00, 0.35, 0.79, 0.22. Web safe color of #c8822a is #cc9933. Color #c8822a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000010 00101010
Octal 310 202 52
Decimal 200 130 42
Hex C8 82 2A

RGB Percentages of Color #c8822a

%53.76
%34.95
%11.29

CMYK Percentages of Color #c8822a

%0
%35
%79
%22

Triadic Colors of #c8822a

#c8822a #2ac882 #822ac8

Analogous Colors of #c8822a

#c8822a #bfc82a #c8332a

Monochromatic Colors of #c8822a

#c8822a

Complementary Color

#c8822a #2a70c8

#c8822a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8822a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8822a Color CSS Codes

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

#c8822a Text Font Color

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

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


#c8822a Background Color

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

This div background color is #c8822a


#c8822a Border Color

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

This div border color is #c8822a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8822a


Comments

No comments written yet.

Please login to write comment.