Color Hex Logo

#c08210 Color Hex

#C08210
(192,130,16)
0 Favorites   0 Comments

Color spaces of #c08210

RGB 19213016
HSL0.110.850.41
HSV39°92°75°
CMYK 0.000.320.92   0.25
XYZ29.814427.20914.1707
Yxy27.20910.48720.4446
Hunter Lab52.162310.741031.7730
CIE-Lab59.167415.731662.1803

#c08210 color RGB value is (192,130,16).

#c08210 hex color red value is 192, green value is 130 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #c08210 hue: 0.11 , saturation: 0.85 and the lightness value of c08210 is 0.41.

The process color (four color CMYK) of #c08210 color hex is 0.00, 0.32, 0.92, 0.25. Web safe color of #c08210 is #cc9900. Color #c08210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 00010000
Octal 300 202 20
Decimal 192 130 16
Hex C0 82 10

RGB Percentages of Color #c08210

%56.80
%38.46
%4.73

CMYK Percentages of Color #c08210

%0
%32
%92
%25

Triadic Colors of #c08210

#c08210 #10c082 #8210c0

Analogous Colors of #c08210

#c08210 #a6c010 #c02a10

Monochromatic Colors of #c08210

#c08210

Complementary Color

#c08210 #104ec0

#c08210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08210 Color CSS Codes

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

#c08210 Text Font Color

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

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


#c08210 Background Color

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

This div background color is #c08210


#c08210 Border Color

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

This div border color is #c08210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08210


Comments

No comments written yet.

Please login to write comment.