#C57675

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

Shades of Contessa #C57675

Tints of Contessa #C57675

Color information

#C57675 (or 0xC57675) is unknown color: approx Contessa. HEX triplet: C5, 76 and 75. RGB value is (197,118,117). Sum of RGB (Red+Green+Blue) = 197+118+117=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C57675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57675 is #3A898A. Grayscale: #8D8D8D. Windows color (decimal): -3836299 or 7698117. OLE color: 7698117.

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

Color convert

RGB197118117-
CMYK00.400.410.23
HSL0.75º40.82%61.57%-
HSV(B)0.75º40.61%77.25%-
XYZ32.7226.1120.15-
YUV141.51114.17167.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.60%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=45.60%
G=27.31%
B=27.08%

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
Decimal19711811700.400.410.230.7540.8261.57
HexC5767502829171293e
Octal305166165050512715176
Binary11000101111011011101010101000101001101111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57675; }

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

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

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

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

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

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

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

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