#C56760

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

Shades of Contessa #C56760

Tints of Contessa #C56760

Color information

#C56760 (or 0xC56760) is unknown color: approx Contessa. HEX triplet: C5, 67 and 60. RGB value is (197,103,96). Sum of RGB (Red+Green+Blue) = 197+103+96=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C56760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56760 is #3A989F. Grayscale: #828282. Windows color (decimal): -3840160 or 6318021. OLE color: 6318021.

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

Color convert

RGB19710396-
CMYK00.480.510.23
HSL4.16º46.54%57.45%-
HSV(B)4.16º51.27%77.25%-
XYZ29.9922.4213.81-
YUV130.31108.64175.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.75%
GREEN value IS 103 (40.62% from 255) = 26.01%
BLUE value IS 96 (37.89% from 255) = 24.24%
R=49.75%
G=26.01%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971039600.480.510.234.1646.5457.45
HexC56760030331742f39
Octal305147140060632745771
Binary1100010111001111100000011000011001110111100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56760; }

 p { color: rgb(197,103,96); }

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

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

 a { background-color: rgb(197,103,96); }

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

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

 span { border-color: rgb(197,103,96); }

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