Color Hex Logo

#c08011 Color Hex

#C08011
(192,128,17)
0 Favorites   0 Comments

Color spaces of #c08011

RGB 19212817
HSL0.110.840.41
HSV38°91°75°
CMYK 0.000.330.91   0.25
XYZ29.558626.68534.1232
Yxy26.68530.48960.4421
Hunter Lab51.657811.736531.4281
CIE-Lab58.681916.849861.6002

#c08011 color RGB value is (192,128,17).

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

The process color (four color CMYK) of #c08011 color hex is 0.00, 0.33, 0.91, 0.25. Web safe color of #c08011 is #cc9900. Color #c08011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000000 00010001
Octal 300 200 21
Decimal 192 128 17
Hex C0 80 11

RGB Percentages of Color #c08011

%56.97
%37.98
%5.04

CMYK Percentages of Color #c08011

%0
%33
%91
%25

Triadic Colors of #c08011

#c08011 #11c080 #8011c0

Analogous Colors of #c08011

#c08011 #a9c011 #c02811

Monochromatic Colors of #c08011

#c08011

Complementary Color

#c08011 #1151c0

#c08011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08011 Color CSS Codes

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

#c08011 Text Font Color

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

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


#c08011 Background Color

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

This div background color is #c08011


#c08011 Border Color

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

This div border color is #c08011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08011


Comments

No comments written yet.

Please login to write comment.