Shades of Mandy #C55960
Tints of Mandy #C55960
RGB
CMYK
RGB Variations
Color information
#C55960 (or 0xC55960) is known color: Mandy. HEX triplet: C5, 59 and 60. RGB value is (197,89,96). Sum of RGB (Red+Green+Blue) = 197+89+96=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C55960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55960 is #3AA69F. Grayscale: #7A7A7A. Windows color (decimal): -3843744 or 6314437. OLE color: 6314437.
HSL color Cylindrical-coordinate representation of color #C55960: hue angle of 356.11º 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 #C55960 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 96 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.23 |
| HSL | 356.11º | 0.48% | 0.56% | - |
| HSV(B) | 356.11º | 0.55% | 0.77% | - |
| XYZ | 28.71 | 19.86 | 13.39 | - |
| YUV | 122.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 96 | 0 | 0.55 | 0.51 | 0.23 | 356.11 | 0.48 | 0.56 |
| Hex | C5 | 59 | 60 | 0 | 37 | 33 | 17 | 164 | 30 | 38 |
| Octal | 305 | 131 | 140 | 0 | 67 | 63 | 27 | 544 | 60 | 70 |
| Binary | 11000101 | 1011001 | 1100000 | 0 | 110111 | 110011 | 10111 | 101100100 | 110000 | 111000 |
Color Harmonies of #C55960
Complementary color
Monochromatic Colors of #C55960
Black with #C55960
Text Example
Text Example
White with #C55960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55960; }
p { color: rgb(197,89,96); }
H1.HeaderClassName
{
color: #C55960;
}
.AnyTagClassName
{
color: #C55960;
}
</style>
background-color css
<style>
a { background-color: #C55960; }
a { background-color: rgb(197,89,96); }
div.DivClassName
{
background-color: #C55960;
}
.BgClassName
{
background-color: #C55960;
}
</style>
border-color css
<style>
span { border-color: #C55960; }
span { border-color: rgb(197,89,96); }
td.TdClassName
{
border-color: #C55960;
}
.TagClassName
{
border-color: #C55960;
}
</style>