#C57A75

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

Shades of Contessa #C57A75

Tints of Contessa #C57A75

Color information

#C57A75 (or 0xC57A75) is unknown color: approx Contessa. HEX triplet: C5, 7A and 75. RGB value is (197,122,117). Sum of RGB (Red+Green+Blue) = 197+122+117=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57A75 is #3A858A. Grayscale: #8F8F8F. Windows color (decimal): -3835275 or 7699141. OLE color: 7699141.

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

Color convert

RGB197122117-
CMYK00.380.410.23
HSL3.75º40.82%61.57%-
HSV(B)3.75º40.61%77.25%-
XYZ33.227.0720.31-
YUV143.85112.85165.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.18%
GREEN value IS 122 (48.05% from 255) = 27.98%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=45.18%
G=27.98%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712211700.380.410.233.7540.8261.57
HexC57A7502629174293e
Octal305172165046512745176
Binary1100010111110101110101010011010100110111100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57A75; }

 p { color: rgb(197,122,117); }

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

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

 a { background-color: rgb(197,122,117); }

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

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

 span { border-color: rgb(197,122,117); }

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