#C57575

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

Shades of Contessa #C57575

Tints of Contessa #C57575

Color information

#C57575 (or 0xC57575) is unknown color: approx Contessa. HEX triplet: C5, 75 and 75. RGB value is (197,117,117). Sum of RGB (Red+Green+Blue) = 197+117+117=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C57575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57575 is #3A8A8A. Grayscale: #8D8D8D. Windows color (decimal): -3836555 or 7697861. OLE color: 7697861.

HSL color Cylindrical-coordinate representation of color #C57575: hue angle of 0º 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 #C57575 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB197117117-
CMYK00.410.410.23
HSL40.82%61.57%-
HSV(B)40.61%77.25%-
XYZ32.625.8820.11-
YUV140.92114.5168-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.71%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=45.71%
G=27.15%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711711700.410.410.23040.8261.57
HexC5757502929170293e
Octal305165165051512705176
Binary11000101111010111101010101001101001101110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57575; }

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

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

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

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

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

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

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

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