Color Hex Logo

#c0590f Color Hex

#C0590F
(192,89,15)
0 Favorites   0 Comments

Color spaces of #c0590f

RGB 1928915
HSL0.070.860.41
HSV25°92°75°
CMYK 0.000.540.92   0.25
XYZ25.396818.38572.6622
Yxy18.38570.54680.3959
Hunter Lab42.878530.687426.3338
CIE-Lab49.960637.732255.6768

#c0590f color RGB value is (192,89,15).

#c0590f hex color red value is 192, green value is 89 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #c0590f hue: 0.07 , saturation: 0.86 and the lightness value of c0590f is 0.41.

The process color (four color CMYK) of #c0590f color hex is 0.00, 0.54, 0.92, 0.25. Web safe color of #c0590f is #cc6600. Color #c0590f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011001 00001111
Octal 300 131 17
Decimal 192 89 15
Hex C0 59 F

RGB Percentages of Color #c0590f

%64.86
%30.07
%5.07

CMYK Percentages of Color #c0590f

%0
%54
%92
%25

Triadic Colors of #c0590f

#c0590f #0fc059 #590fc0

Analogous Colors of #c0590f

#c0590f #c0b20f #c00f1e

Monochromatic Colors of #c0590f

#c0590f

Complementary Color

#c0590f #0f76c0

#c0590f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0590f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0590f Color CSS Codes

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

#c0590f Text Font Color

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

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


#c0590f Background Color

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

This div background color is #c0590f


#c0590f Border Color

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

This div border color is #c0590f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0590f


Comments

No comments written yet.

Please login to write comment.