#C57066

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

Shades of Contessa #C57066

Tints of Contessa #C57066

Color information

#C57066 (or 0xC57066) is unknown color: approx Contessa. HEX triplet: C5, 70 and 66. RGB value is (197,112,102). Sum of RGB (Red+Green+Blue) = 197+112+102=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C57066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57066 is #3A8F99. Grayscale: #888888. Windows color (decimal): -3837850 or 6713541. OLE color: 6713541.

HSL color Cylindrical-coordinate representation of color #C57066: hue angle of 6.32º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C57066 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB197112102-
CMYK00.430.480.23
HSL6.32º45.02%58.63%-
HSV(B)6.32º48.22%77.25%-
XYZ31.2224.4215.64-
YUV136.27108.66171.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 102 (40.23% from 255) = 24.82%
R=47.93%
G=27.25%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711210200.430.480.236.3245.0258.63
HexC5706602B301762d3b
Octal305160146053602765573
Binary1100010111100001100110010101111000010111110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57066; }

 p { color: rgb(197,112,102); }

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

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

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

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

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

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

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