#C56563

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

Shades of Contessa #C56563

Tints of Contessa #C56563

Color information

#C56563 (or 0xC56563) is unknown color: approx Contessa. HEX triplet: C5, 65 and 63. RGB value is (197,101,99). Sum of RGB (Red+Green+Blue) = 197+101+99=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C56563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56563 is #3A9A9C. Grayscale: #818181. Windows color (decimal): -3840669 or 6514117. OLE color: 6514117.

HSL color Cylindrical-coordinate representation of color #C56563: hue angle of 1.22º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56563 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB19710199-
CMYK00.490.500.23
HSL1.22º45.79%58.04%-
HSV(B)1.22º49.75%77.25%-
XYZ29.9322.0814.49-
YUV129.48110.8176.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.62%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 99 (39.06% from 255) = 24.94%
R=49.62%
G=25.44%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971019900.490.500.231.2245.7958.04
HexC56563031321712e3a
Octal305145143061622715672
Binary11000101110010111000110110001110010101111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56563; }

 p { color: rgb(197,101,99); }

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

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

 a { background-color: rgb(197,101,99); }

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

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

 span { border-color: rgb(197,101,99); }

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