Color Hex Logo

#c0572d Color Hex

#C0572D
(192,87,45)
0 Favorites   0 Comments

Color spaces of #c0572d

RGB 1928745
HSL0.050.620.46
HSV17°77°75°
CMYK 0.000.550.77   0.25
XYZ25.620118.21234.6476
Yxy18.21230.52850.3757
Hunter Lab42.675932.478223.4162
CIE-Lab49.752639.570043.4705

#c0572d color RGB value is (192,87,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010111 00101101
Octal 300 127 55
Decimal 192 87 45
Hex C0 57 2D

RGB Percentages of Color #c0572d

%59.26
%26.85
%13.89

CMYK Percentages of Color #c0572d

%0
%55
%77
%25

Triadic Colors of #c0572d

#c0572d #2dc057 #572dc0

Analogous Colors of #c0572d

#c0572d #c0a12d #c02d4d

Monochromatic Colors of #c0572d

#c0572d

Complementary Color

#c0572d #2d96c0

#c0572d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0572d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0572d Color CSS Codes

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

#c0572d Text Font Color

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

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


#c0572d Background Color

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

This div background color is #c0572d


#c0572d Border Color

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

This div border color is #c0572d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0572d


Comments

No comments written yet.

Please login to write comment.