Shades of Mandy #C55964
Tints of Mandy #C55964
RGB
CMYK
RGB Variations
Color information
#C55964 (or 0xC55964) is known color: Mandy. HEX triplet: C5, 59 and 64. RGB value is (197,89,100). Sum of RGB (Red+Green+Blue) = 197+89+100=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C55964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55964 is #3AA69B. Grayscale: #7A7A7A. Windows color (decimal): -3843740 or 6576581. OLE color: 6576581.
HSL color Cylindrical-coordinate representation of color #C55964: hue angle of 353.89º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55964 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 100 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.23 |
| HSL | 353.89º | 0.48% | 0.56% | - |
| HSV(B) | 353.89º | 0.55% | 0.77% | - |
| XYZ | 28.9 | 19.94 | 14.38 | - |
| YUV | 122.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 100 | 0 | 0.55 | 0.49 | 0.23 | 353.89 | 0.48 | 0.56 |
| Hex | C5 | 59 | 64 | 0 | 37 | 31 | 17 | 162 | 30 | 38 |
| Octal | 305 | 131 | 144 | 0 | 67 | 61 | 27 | 542 | 60 | 70 |
| Binary | 11000101 | 1011001 | 1100100 | 0 | 110111 | 110001 | 10111 | 101100010 | 110000 | 111000 |
Color Harmonies of #C55964
Complementary color
Monochromatic Colors of #C55964
Black with #C55964
Text Example
Text Example
White with #C55964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55964; }
p { color: rgb(197,89,100); }
H1.HeaderClassName
{
color: #C55964;
}
.AnyTagClassName
{
color: #C55964;
}
</style>
background-color css
<style>
a { background-color: #C55964; }
a { background-color: rgb(197,89,100); }
div.DivClassName
{
background-color: #C55964;
}
.BgClassName
{
background-color: #C55964;
}
</style>
border-color css
<style>
span { border-color: #C55964; }
span { border-color: rgb(197,89,100); }
td.TdClassName
{
border-color: #C55964;
}
.TagClassName
{
border-color: #C55964;
}
</style>