#C57470

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

Shades of Contessa #C57470

Tints of Contessa #C57470

Color information

#C57470 (or 0xC57470) is unknown color: approx Contessa. HEX triplet: C5, 74 and 70. RGB value is (197,116,112). Sum of RGB (Red+Green+Blue) = 197+116+112=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C57470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57470 is #3A8B8F. Grayscale: #8B8B8B. Windows color (decimal): -3836816 or 7369925. OLE color: 7369925.

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

Color convert

RGB197116112-
CMYK00.410.430.23
HSL2.82º42.29%60.59%-
HSV(B)2.82º43.15%77.25%-
XYZ32.225.5318.56-
YUV139.76112.34168.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.35%
GREEN value IS 116 (45.70% from 255) = 27.29%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=46.35%
G=27.29%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711611200.410.430.232.8242.2960.59
HexC574700292B1732a3d
Octal305164160051532735275
Binary110001011110100111000001010011010111011111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57470; }

 p { color: rgb(197,116,112); }

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

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

 a { background-color: rgb(197,116,112); }

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

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

 span { border-color: rgb(197,116,112); }

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