Color Hex Logo

#c7572d Color Hex

#C7572D
(199,87,45)
0 Favorites   0 Comments

Color spaces of #c7572d

RGB 1998745
HSL0.050.630.48
HSV16°77°78°
CMYK 0.000.560.77   0.22
XYZ27.435019.14804.7326
Yxy19.14800.53460.3731
Hunter Lab43.758435.336024.2185
CIE-Lab50.859942.250444.9561

#c7572d color RGB value is (199,87,45).

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

The process color (four color CMYK) of #c7572d color hex is 0.00, 0.56, 0.77, 0.22. Web safe color of #c7572d is #cc6633. Color #c7572d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010111 00101101
Octal 307 127 55
Decimal 199 87 45
Hex C7 57 2D

RGB Percentages of Color #c7572d

%60.12
%26.28
%13.60

CMYK Percentages of Color #c7572d

%0
%56
%77
%22

Triadic Colors of #c7572d

#c7572d #2dc757 #572dc7

Analogous Colors of #c7572d

#c7572d #c7a42d #c72d50

Monochromatic Colors of #c7572d

#c7572d

Complementary Color

#c7572d #2d9dc7

#c7572d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7572d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7572d Color CSS Codes

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

#c7572d Text Font Color

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

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


#c7572d Background Color

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

This div background color is #c7572d


#c7572d Border Color

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

This div border color is #c7572d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,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 #c7572d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7572d


Comments

No comments written yet.

Please login to write comment.