Color Hex Logo

#c06000 Color Hex

#C06000
(192,96,0)
1 Favorites   0 Comments

Color spaces of #c06000

RGB 192960
HSL0.081.000.38
HSV30°100°75°
CMYK 0.000.501.00   0.25
XYZ25.921119.57222.4116
Yxy19.57220.54110.4086
Hunter Lab44.240527.164727.7364
CIE-Lab51.350033.944459.9541

#c06000 color RGB value is (192,96,0).

#c06000 hex color red value is 192, green value is 96 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #c06000 hue: 0.08 , saturation: 1.00 and the lightness value of c06000 is 0.38.

The process color (four color CMYK) of #c06000 color hex is 0.00, 0.50, 1.00, 0.25. Web safe color of #c06000 is #cc6600. Color #c06000 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100000 00000000
Octal 300 140 0
Decimal 192 96 0
Hex C0 60 0

RGB Percentages of Color #c06000

%66.67
%33.33
%0.00

CMYK Percentages of Color #c06000

%0
%50
%100
%25

Triadic Colors of #c06000

#c06000 #00c060 #6000c0

Analogous Colors of #c06000

#c06000 #c0c000 #c00000

Monochromatic Colors of #c06000

#c06000

Complementary Color

#c06000 #0060c0

#c06000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06000 Color CSS Codes

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

#c06000 Text Font Color

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

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


#c06000 Background Color

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

This div background color is #c06000


#c06000 Border Color

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

This div border color is #c06000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06000

#c06000 Color Palettes


Comments

No comments written yet.

Please login to write comment.