Color Hex Logo

#c0562a Color Hex

#C0562A
(192,86,42)
0 Favorites   0 Comments

Color spaces of #c0562a

RGB 1928642
HSL0.050.640.46
HSV18°78°75°
CMYK 0.000.550.78   0.25
XYZ25.483918.02924.3273
Yxy18.02920.53270.3769
Hunter Lab42.460832.824823.6802
CIE-Lab49.531539.949644.7333

#c0562a color RGB value is (192,86,42).

#c0562a hex color red value is 192, green value is 86 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c0562a hue: 0.05 , saturation: 0.64 and the lightness value of c0562a is 0.46.

The process color (four color CMYK) of #c0562a color hex is 0.00, 0.55, 0.78, 0.25. Web safe color of #c0562a is #cc6633. Color #c0562a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010110 00101010
Octal 300 126 52
Decimal 192 86 42
Hex C0 56 2A

RGB Percentages of Color #c0562a

%60.00
%26.88
%13.13

CMYK Percentages of Color #c0562a

%0
%55
%78
%25

Triadic Colors of #c0562a

#c0562a #2ac056 #562ac0

Analogous Colors of #c0562a

#c0562a #c0a12a #c02a49

Monochromatic Colors of #c0562a

#c0562a

Complementary Color

#c0562a #2a94c0

#c0562a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0562a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0562a Color CSS Codes

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

#c0562a Text Font Color

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

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


#c0562a Background Color

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

This div background color is #c0562a


#c0562a Border Color

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

This div border color is #c0562a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0562a


Comments

No comments written yet.

Please login to write comment.