Shades of Mandy #C55056
Tints of Mandy #C55056
RGB
CMYK
RGB Variations
Color information
#C55056 (or 0xC55056) is known color: Mandy. HEX triplet: C5, 50 and 56. RGB value is (197,80,86). Sum of RGB (Red+Green+Blue) = 197+80+86=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C55056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55056 is #3AAFA9. Grayscale: #737373. Windows color (decimal): -3846058 or 5656773. OLE color: 5656773.
HSL color Cylindrical-coordinate representation of color #C55056: hue angle of 356.92º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55056 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 86 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.23 |
| HSL | 356.92º | 0.5% | 0.54% | - |
| HSV(B) | 356.92º | 0.59% | 0.77% | - |
| XYZ | 27.57 | 18.28 | 10.88 | - |
| YUV | 115.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 86 | 0 | 0.59 | 0.56 | 0.23 | 356.92 | 0.5 | 0.54 |
| Hex | C5 | 50 | 56 | 0 | 3B | 38 | 17 | 165 | 32 | 36 |
| Octal | 305 | 120 | 126 | 0 | 73 | 70 | 27 | 545 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1010110 | 0 | 111011 | 111000 | 10111 | 101100101 | 110010 | 110110 |
Color Harmonies of #C55056
Complementary color
Monochromatic Colors of #C55056
Black with #C55056
Text Example
Text Example
White with #C55056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55056; }
p { color: rgb(197,80,86); }
H1.HeaderClassName
{
color: #C55056;
}
.AnyTagClassName
{
color: #C55056;
}
</style>
background-color css
<style>
a { background-color: #C55056; }
a { background-color: rgb(197,80,86); }
div.DivClassName
{
background-color: #C55056;
}
.BgClassName
{
background-color: #C55056;
}
</style>
border-color css
<style>
span { border-color: #C55056; }
span { border-color: rgb(197,80,86); }
td.TdClassName
{
border-color: #C55056;
}
.TagClassName
{
border-color: #C55056;
}
</style>