#C57975

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

Shades of Contessa #C57975

Tints of Contessa #C57975

Color information

#C57975 (or 0xC57975) is unknown color: approx Contessa. HEX triplet: C5, 79 and 75. RGB value is (197,121,117). Sum of RGB (Red+Green+Blue) = 197+121+117=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C57975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57975 is #3A868A. Grayscale: #8F8F8F. Windows color (decimal): -3835531 or 7698885. OLE color: 7698885.

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

Color convert

RGB197121117-
CMYK00.390.410.23
HSL40.82%61.57%-
HSV(B)40.61%77.25%-
XYZ33.0726.8320.27-
YUV143.27113.18166.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.29%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=45.29%
G=27.82%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712111700.390.410.23340.8261.57
HexC5797502729173293e
Octal305171165047512735176
Binary110001011111001111010101001111010011011111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57975; }

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

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

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

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

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

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

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

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