Shades of Mandy #C55463
Tints of Mandy #C55463
RGB
CMYK
RGB Variations
Color information
#C55463 (or 0xC55463) is known color: 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
| RGB | 197 | 84 | 99 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.23 |
| HSL | 352.04º | 0.49% | 0.55% | - |
| HSV(B) | 352.04º | 0.57% | 0.77% | - |
| XYZ | 28.45 | 19.11 | 13.99 | - |
| YUV | 119.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 99 | 0 | 0.57 | 0.50 | 0.23 | 352.04 | 0.49 | 0.55 |
| Hex | C5 | 54 | 63 | 0 | 39 | 32 | 17 | 160 | 31 | 37 |
| Octal | 305 | 124 | 143 | 0 | 71 | 62 | 27 | 540 | 61 | 67 |
| Binary | 11000101 | 1010100 | 1100011 | 0 | 111001 | 110010 | 10111 | 101100000 | 110001 | 110111 |
Color Harmonies of #C55463
Complementary color
Monochromatic Colors of #C55463
Black with #C55463
Text Example
Text Example
White with #C55463
Text Example
Text Example
HTML Codes & Css Web 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>