Color Hex Logo

#c0882a Color Hex

#C0882A
(192,136,42)
0 Favorites   0 Comments

Color spaces of #c0882a

RGB 19213642
HSL0.100.640.46
HSV38°78°75°
CMYK 0.000.290.78   0.25
XYZ30.960328.98206.1528
Yxy28.98200.46840.4385
Hunter Lab53.83498.443730.9082
CIE-Lab60.765713.140055.6066

#c0882a color RGB value is (192,136,42).

#c0882a hex color red value is 192, green value is 136 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c0882a hue: 0.10 , saturation: 0.64 and the lightness value of c0882a is 0.46.

The process color (four color CMYK) of #c0882a color hex is 0.00, 0.29, 0.78, 0.25. Web safe color of #c0882a is #cc9933. Color #c0882a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001000 00101010
Octal 300 210 52
Decimal 192 136 42
Hex C0 88 2A

RGB Percentages of Color #c0882a

%51.89
%36.76
%11.35

CMYK Percentages of Color #c0882a

%0
%29
%78
%25

Triadic Colors of #c0882a

#c0882a #2ac088 #882ac0

Analogous Colors of #c0882a

#c0882a #adc02a #c03d2a

Monochromatic Colors of #c0882a

#c0882a

Complementary Color

#c0882a #2a62c0

#c0882a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0882a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0882a Color CSS Codes

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

#c0882a Text Font Color

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

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


#c0882a Background Color

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

This div background color is #c0882a


#c0882a Border Color

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

This div border color is #c0882a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0882a


Comments

No comments written yet.

Please login to write comment.