#C57D72

Color #C57D72 Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #C57D72

Tints of Contessa #C57D72

Color information

#C57D72 (or 0xC57D72) is unknown color: approx Contessa. HEX triplet: C5, 7D and 72. RGB value is (197,125,114). Sum of RGB (Red+Green+Blue) = 197+125+114=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D72 is #3A828D. Grayscale: #919191. Windows color (decimal): -3834510 or 7503301. OLE color: 7503301.

HSL color Cylindrical-coordinate representation of color #C57D72: hue angle of 7.95º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57D72 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB197125114-
CMYK00.370.420.23
HSL7.95º41.71%60.98%-
HSV(B)7.95º42.13%77.25%-
XYZ33.427.7519.52-
YUV145.27110.35164.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 45.18%
GREEN value IS 125 (49.22% from 255) = 28.67%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=45.18%
G=28.67%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712511400.370.420.237.9541.7160.98
HexC57D720252A1782a3d
Octal3051751620455227105275
Binary11000101111110111100100100101101010101111000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57D72; }

 p { color: rgb(197,125,114); }

 H1.HeaderClassName
 {
   color: #C57D72;
 }
 .AnyTagClassName
 {
   color: #C57D72;
 }
</style>
background-color css

<style>
 a { background-color: #C57D72; }

 a { background-color: rgb(197,125,114); }

 div.DivClassName
 {
   background-color: #C57D72;
 }
 .BgClassName
 {
   background-color: #C57D72;
 }
</style>
border-color css

<style>
 span { border-color: #C57D72; }

 span { border-color: rgb(197,125,114); }

 td.TdClassName
 {
   border-color: #C57D72;
 }
 .TagClassName
 {
   border-color: #C57D72;
 }
</style>