Shades of Mandy #C55360
Tints of Mandy #C55360
RGB
CMYK
RGB Variations
Color information
#C55360 (or 0xC55360) is known color: Mandy. HEX triplet: C5, 53 and 60. RGB value is (197,83,96). Sum of RGB (Red+Green+Blue) = 197+83+96=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C55360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55360 is #3AAC9F. Grayscale: #767676. Windows color (decimal): -3845280 or 6312901. OLE color: 6312901.
HSL color Cylindrical-coordinate representation of color #C55360: hue angle of 353.16º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55360 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 96 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.23 |
| HSL | 353.16º | 0.5% | 0.55% | - |
| HSV(B) | 353.16º | 0.58% | 0.77% | - |
| XYZ | 28.23 | 18.9 | 13.23 | - |
| YUV | 118.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 96 | 0 | 0.58 | 0.51 | 0.23 | 353.16 | 0.5 | 0.55 |
| Hex | C5 | 53 | 60 | 0 | 3A | 33 | 17 | 161 | 32 | 37 |
| Octal | 305 | 123 | 140 | 0 | 72 | 63 | 27 | 541 | 62 | 67 |
| Binary | 11000101 | 1010011 | 1100000 | 0 | 111010 | 110011 | 10111 | 101100001 | 110010 | 110111 |
Color Harmonies of #C55360
Complementary color
Monochromatic Colors of #C55360
Black with #C55360
Text Example
Text Example
White with #C55360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55360; }
p { color: rgb(197,83,96); }
H1.HeaderClassName
{
color: #C55360;
}
.AnyTagClassName
{
color: #C55360;
}
</style>
background-color css
<style>
a { background-color: #C55360; }
a { background-color: rgb(197,83,96); }
div.DivClassName
{
background-color: #C55360;
}
.BgClassName
{
background-color: #C55360;
}
</style>
border-color css
<style>
span { border-color: #C55360; }
span { border-color: rgb(197,83,96); }
td.TdClassName
{
border-color: #C55360;
}
.TagClassName
{
border-color: #C55360;
}
</style>