Shades of Mandy #C84860
Tints of Mandy #C84860
RGB
CMYK
RGB Variations
Color information
#C84860 (or 0xC84860) is known color: Mandy. HEX triplet: C8, 48 and 60. RGB value is (200,72,96). Sum of RGB (Red+Green+Blue) = 200+72+96=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C84860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84860 is #37B79F. Grayscale: #717171. Windows color (decimal): -3651488 or 6310088. OLE color: 6310088.
HSL color Cylindrical-coordinate representation of color #C84860: hue angle of 348.75º degrees, saturation: 0.54, 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 #C84860 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 96 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.22 |
| HSL | 348.75º | 0.54% | 0.53% | - |
| HSV(B) | 348.75º | 0.64% | 0.78% | - |
| XYZ | 28.25 | 17.76 | 13.01 | - |
| YUV | 113.01 | 118.41 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 96 | 0 | 0.64 | 0.52 | 0.22 | 348.75 | 0.54 | 0.53 |
| Hex | C8 | 48 | 60 | 0 | 40 | 34 | 16 | 15D | 36 | 35 |
| Octal | 310 | 110 | 140 | 0 | 100 | 64 | 26 | 535 | 66 | 65 |
| Binary | 11001000 | 1001000 | 1100000 | 0 | 1000000 | 110100 | 10110 | 101011101 | 110110 | 110101 |
Color Harmonies of #C84860
Complementary color
Monochromatic Colors of #C84860
Black with #C84860
Text Example
Text Example
White with #C84860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84860; }
p { color: rgb(200,72,96); }
H1.HeaderClassName
{
color: #C84860;
}
.AnyTagClassName
{
color: #C84860;
}
</style>
background-color css
<style>
a { background-color: #C84860; }
a { background-color: rgb(200,72,96); }
div.DivClassName
{
background-color: #C84860;
}
.BgClassName
{
background-color: #C84860;
}
</style>
border-color css
<style>
span { border-color: #C84860; }
span { border-color: rgb(200,72,96); }
td.TdClassName
{
border-color: #C84860;
}
.TagClassName
{
border-color: #C84860;
}
</style>