#C56A66

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

Shades of Contessa #C56A66

Tints of Contessa #C56A66

Color information

#C56A66 (or 0xC56A66) is unknown color: approx Contessa. HEX triplet: C5, 6A and 66. RGB value is (197,106,102). Sum of RGB (Red+Green+Blue) = 197+106+102=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A66 is #3A9599. Grayscale: #848484. Windows color (decimal): -3839386 or 6712005. OLE color: 6712005.

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

Color convert

RGB197106102-
CMYK00.460.480.23
HSL2.53º45.02%58.63%-
HSV(B)2.53º48.22%77.25%-
XYZ30.5823.1415.42-
YUV132.75110.65173.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.64%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 102 (40.23% from 255) = 25.19%
R=48.64%
G=26.17%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710610200.460.480.232.5345.0258.63
HexC56A6602E301732d3b
Octal305152146056602735573
Binary110001011101010110011001011101100001011111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56A66; }

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

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

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

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

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

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

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

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