Color Hex Logo

#c8832a Color Hex

#C8832A
(200,131,42)
0 Favorites   0 Comments

Color spaces of #c8832a

RGB 20013142
HSL0.090.650.47
HSV34°79°78°
CMYK 0.000.350.79   0.22
XYZ32.353628.67916.0209
Yxy28.67910.48250.4277
Hunter Lab53.552914.122030.8211
CIE-Lab60.497419.381955.6963

#c8832a color RGB value is (200,131,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000011 00101010
Octal 310 203 52
Decimal 200 131 42
Hex C8 83 2A

RGB Percentages of Color #c8832a

%53.62
%35.12
%11.26

CMYK Percentages of Color #c8832a

%0
%35
%79
%22

Triadic Colors of #c8832a

#c8832a #2ac883 #832ac8

Analogous Colors of #c8832a

#c8832a #bec82a #c8342a

Monochromatic Colors of #c8832a

#c8832a

Complementary Color

#c8832a #2a6fc8

#c8832a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8832a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8832a Color CSS Codes

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

#c8832a Text Font Color

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

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


#c8832a Background Color

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

This div background color is #c8832a


#c8832a Border Color

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

This div border color is #c8832a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,131,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 #c8832a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8832a


Comments

No comments written yet.

Please login to write comment.