Shades of Mandy #C84756
Tints of Mandy #C84756
RGB
CMYK
RGB Variations
Color information
#C84756 (or 0xC84756) is known color: Mandy. HEX triplet: C8, 47 and 56. RGB value is (200,71,86). Sum of RGB (Red+Green+Blue) = 200+71+86=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C84756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84756 is #37B8A9. Grayscale: #6F6F6F. Windows color (decimal): -3651754 or 5654472. OLE color: 5654472.
HSL color Cylindrical-coordinate representation of color #C84756: hue angle of 353.02º 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 #C84756 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 86 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.22 |
| HSL | 353.02º | 0.54% | 0.53% | - |
| HSV(B) | 353.02º | 0.65% | 0.78% | - |
| XYZ | 27.75 | 17.46 | 10.71 | - |
| YUV | 111.28 | 113.74 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 86 | 0 | 0.64 | 0.57 | 0.22 | 353.02 | 0.54 | 0.53 |
| Hex | C8 | 47 | 56 | 0 | 40 | 39 | 16 | 161 | 36 | 35 |
| Octal | 310 | 107 | 126 | 0 | 100 | 71 | 26 | 541 | 66 | 65 |
| Binary | 11001000 | 1000111 | 1010110 | 0 | 1000000 | 111001 | 10110 | 101100001 | 110110 | 110101 |
Color Harmonies of #C84756
Complementary color
Monochromatic Colors of #C84756
Black with #C84756
Text Example
Text Example
White with #C84756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84756; }
p { color: rgb(200,71,86); }
H1.HeaderClassName
{
color: #C84756;
}
.AnyTagClassName
{
color: #C84756;
}
</style>
background-color css
<style>
a { background-color: #C84756; }
a { background-color: rgb(200,71,86); }
div.DivClassName
{
background-color: #C84756;
}
.BgClassName
{
background-color: #C84756;
}
</style>
border-color css
<style>
span { border-color: #C84756; }
span { border-color: rgb(200,71,86); }
td.TdClassName
{
border-color: #C84756;
}
.TagClassName
{
border-color: #C84756;
}
</style>