#C57775

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

Shades of Contessa #C57775

Tints of Contessa #C57775

Color information

#C57775 (or 0xC57775) is unknown color: approx Contessa. HEX triplet: C5, 77 and 75. RGB value is (197,119,117). Sum of RGB (Red+Green+Blue) = 197+119+117=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C57775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57775 is #3A888A. Grayscale: #8E8E8E. Windows color (decimal): -3836043 or 7698373. OLE color: 7698373.

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

Color convert

RGB197119117-
CMYK00.400.410.23
HSL1.5º40.82%61.57%-
HSV(B)1.5º40.61%77.25%-
XYZ32.8326.3520.18-
YUV142.09113.84167.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.50%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=45.50%
G=27.48%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711911700.400.410.231.540.8261.57
HexC5777502829172293e
Octal305167165050512725176
Binary110001011110111111010101010001010011011110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57775; }

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

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

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

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

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

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

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

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