Color Hex Logo

#c08822 Color Hex

#C08822
(192,136,34)
0 Favorites   0 Comments

Color spaces of #c08822

RGB 19213634
HSL0.110.700.44
HSV39°82°75°
CMYK 0.000.290.82   0.25
XYZ30.831128.93035.4725
Yxy28.93030.47260.4435
Hunter Lab53.78698.190631.6184
CIE-Lab60.720112.857658.4677

#c08822 color RGB value is (192,136,34).

#c08822 hex color red value is 192, green value is 136 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #c08822 hue: 0.11 , saturation: 0.70 and the lightness value of c08822 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001000 00100010
Octal 300 210 42
Decimal 192 136 34
Hex C0 88 22

RGB Percentages of Color #c08822

%53.04
%37.57
%9.39

CMYK Percentages of Color #c08822

%0
%29
%82
%25

Triadic Colors of #c08822

#c08822 #22c088 #8822c0

Analogous Colors of #c08822

#c08822 #a9c022 #c03922

Monochromatic Colors of #c08822

#c08822

Complementary Color

#c08822 #225ac0

#c08822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08822 Color CSS Codes

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

#c08822 Text Font Color

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

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


#c08822 Background Color

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

This div background color is #c08822


#c08822 Border Color

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

This div border color is #c08822


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,136,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08822


Comments

No comments written yet.

Please login to write comment.