#C55563

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

Shades of Mandy #C55563

Tints of Mandy #C55563

Color information

#C55563 (or 0xC55563) is unknown color: approx Mandy. HEX triplet: C5, 55 and 63. RGB value is (197,85,99). Sum of RGB (Red+Green+Blue) = 197+85+99=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C55563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55563 is #3AAA9C. Grayscale: #787878. Windows color (decimal): -3844765 or 6510021. OLE color: 6510021.

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

Color convert

RGB1978599-
CMYK00.570.500.23
HSL352.5º49.12%55.29%-
HSV(B)352.5º56.85%77.25%-
XYZ28.5319.2714.02-
YUV120.08116.11182.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.71%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 99 (39.06% from 255) = 25.98%
R=51.71%
G=22.31%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197859900.570.500.23352.549.1255.29
HexC5556303932171603137
Octal30512514307162275406167
Binary1100010110101011100011011100111001010111101100000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55563; }

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

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

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

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

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

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

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

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