Shades of Mandy #C55660
Tints of Mandy #C55660
RGB
CMYK
RGB Variations
Color information
#C55660 (or 0xC55660) is known color: Mandy. HEX triplet: C5, 56 and 60. RGB value is (197,86,96). Sum of RGB (Red+Green+Blue) = 197+86+96=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C55660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55660 is #3AA99F. Grayscale: #787878. Windows color (decimal): -3844512 or 6313669. OLE color: 6313669.
HSL color Cylindrical-coordinate representation of color #C55660: hue angle of 354.59º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55660 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 96 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.23 |
| HSL | 354.59º | 0.49% | 0.55% | - |
| HSV(B) | 354.59º | 0.56% | 0.77% | - |
| XYZ | 28.47 | 19.37 | 13.3 | - |
| YUV | 120.33 | 114.27 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 96 | 0 | 0.56 | 0.51 | 0.23 | 354.59 | 0.49 | 0.55 |
| Hex | C5 | 56 | 60 | 0 | 38 | 33 | 17 | 163 | 31 | 37 |
| Octal | 305 | 126 | 140 | 0 | 70 | 63 | 27 | 543 | 61 | 67 |
| Binary | 11000101 | 1010110 | 1100000 | 0 | 111000 | 110011 | 10111 | 101100011 | 110001 | 110111 |
Color Harmonies of #C55660
Complementary color
Monochromatic Colors of #C55660
Black with #C55660
Text Example
Text Example
White with #C55660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55660; }
p { color: rgb(197,86,96); }
H1.HeaderClassName
{
color: #C55660;
}
.AnyTagClassName
{
color: #C55660;
}
</style>
background-color css
<style>
a { background-color: #C55660; }
a { background-color: rgb(197,86,96); }
div.DivClassName
{
background-color: #C55660;
}
.BgClassName
{
background-color: #C55660;
}
</style>
border-color css
<style>
span { border-color: #C55660; }
span { border-color: rgb(197,86,96); }
td.TdClassName
{
border-color: #C55660;
}
.TagClassName
{
border-color: #C55660;
}
</style>