#C56663

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

Shades of Contessa #C56663

Tints of Contessa #C56663

Color information

#C56663 (or 0xC56663) is unknown color: approx Contessa. HEX triplet: C5, 66 and 63. RGB value is (197,102,99). Sum of RGB (Red+Green+Blue) = 197+102+99=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C56663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56663 is #3A999C. Grayscale: #828282. Windows color (decimal): -3840413 or 6514373. OLE color: 6514373.

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

Color convert

RGB19710299-
CMYK00.480.500.23
HSL1.84º45.79%58.04%-
HSV(B)1.84º49.75%77.25%-
XYZ30.0322.2714.52-
YUV130.06110.47175.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.50%
GREEN value IS 102 (40.23% from 255) = 25.63%
BLUE value IS 99 (39.06% from 255) = 24.87%
R=49.50%
G=25.63%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971029900.480.500.231.8445.7958.04
HexC56663030321722e3a
Octal305146143060622725672
Binary110001011100110110001101100001100101011110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56663; }

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

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

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

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

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

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

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

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