Shades of Mandy #C64860
Tints of Mandy #C64860
RGB
CMYK
RGB Variations
Color information
#C64860 (or 0xC64860) is known color: Mandy. HEX triplet: C6, 48 and 60. RGB value is (198,72,96). Sum of RGB (Red+Green+Blue) = 198+72+96=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C64860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64860 is #39B79F. Grayscale: #707070. Windows color (decimal): -3782560 or 6310086. OLE color: 6310086.
HSL color Cylindrical-coordinate representation of color #C64860: hue angle of 348.57º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64860 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 96 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.22 |
| HSL | 348.57º | 0.53% | 0.53% | - |
| HSV(B) | 348.57º | 0.64% | 0.78% | - |
| XYZ | 27.72 | 17.49 | 12.98 | - |
| YUV | 112.41 | 118.74 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 96 | 0 | 0.64 | 0.52 | 0.22 | 348.57 | 0.53 | 0.53 |
| Hex | C6 | 48 | 60 | 0 | 40 | 34 | 16 | 15D | 34 | 35 |
| Octal | 306 | 110 | 140 | 0 | 100 | 64 | 26 | 535 | 64 | 65 |
| Binary | 11000110 | 1001000 | 1100000 | 0 | 1000000 | 110100 | 10110 | 101011101 | 110100 | 110101 |
Color Harmonies of #C64860
Complementary color
Monochromatic Colors of #C64860
Black with #C64860
Text Example
Text Example
White with #C64860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64860; }
p { color: rgb(198,72,96); }
H1.HeaderClassName
{
color: #C64860;
}
.AnyTagClassName
{
color: #C64860;
}
</style>
background-color css
<style>
a { background-color: #C64860; }
a { background-color: rgb(198,72,96); }
div.DivClassName
{
background-color: #C64860;
}
.BgClassName
{
background-color: #C64860;
}
</style>
border-color css
<style>
span { border-color: #C64860; }
span { border-color: rgb(198,72,96); }
td.TdClassName
{
border-color: #C64860;
}
.TagClassName
{
border-color: #C64860;
}
</style>