Shades of Mandy #C84856
Tints of Mandy #C84856
RGB
CMYK
RGB Variations
Color information
#C84856 (or 0xC84856) is known color: Mandy. HEX triplet: C8, 48 and 56. RGB value is (200,72,86). Sum of RGB (Red+Green+Blue) = 200+72+86=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C84856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84856 is #37B7A9. Grayscale: #6F6F6F. Windows color (decimal): -3651498 or 5654728. OLE color: 5654728.
HSL color Cylindrical-coordinate representation of color #C84856: hue angle of 353.44º 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 #C84856 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 86 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.22 |
| HSL | 353.44º | 0.54% | 0.53% | - |
| HSV(B) | 353.44º | 0.64% | 0.78% | - |
| XYZ | 27.82 | 17.59 | 10.73 | - |
| YUV | 111.87 | 113.41 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 86 | 0 | 0.64 | 0.57 | 0.22 | 353.44 | 0.54 | 0.53 |
| Hex | C8 | 48 | 56 | 0 | 40 | 39 | 16 | 161 | 36 | 35 |
| Octal | 310 | 110 | 126 | 0 | 100 | 71 | 26 | 541 | 66 | 65 |
| Binary | 11001000 | 1001000 | 1010110 | 0 | 1000000 | 111001 | 10110 | 101100001 | 110110 | 110101 |
Color Harmonies of #C84856
Complementary color
Monochromatic Colors of #C84856
Black with #C84856
Text Example
Text Example
White with #C84856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84856; }
p { color: rgb(200,72,86); }
H1.HeaderClassName
{
color: #C84856;
}
.AnyTagClassName
{
color: #C84856;
}
</style>
background-color css
<style>
a { background-color: #C84856; }
a { background-color: rgb(200,72,86); }
div.DivClassName
{
background-color: #C84856;
}
.BgClassName
{
background-color: #C84856;
}
</style>
border-color css
<style>
span { border-color: #C84856; }
span { border-color: rgb(200,72,86); }
td.TdClassName
{
border-color: #C84856;
}
.TagClassName
{
border-color: #C84856;
}
</style>