#C55463

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

Shades of Mandy #C55463

Tints of Mandy #C55463

Color information

#C55463 (or 0xC55463) is unknown color: approx Mandy. HEX triplet: C5, 54 and 63. RGB value is (197,84,99). Sum of RGB (Red+Green+Blue) = 197+84+99=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C55463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55463 is #3AAB9C. Grayscale: #777777. Windows color (decimal): -3845021 or 6509765. OLE color: 6509765.

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

Color convert

RGB1978499-
CMYK00.570.500.23
HSL352.04º49.34%55.1%-
HSV(B)352.04º57.36%77.25%-
XYZ28.4519.1113.99-
YUV119.5116.44183.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.84%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 99 (39.06% from 255) = 26.05%
R=51.84%
G=22.11%
B=26.05%

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
Decimal197849900.570.500.23352.0449.3455.1
HexC5546303932171603137
Octal30512414307162275406167
Binary1100010110101001100011011100111001010111101100000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55463; }

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

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

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

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

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

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

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

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