Shades of Mandy #C84956
Tints of Mandy #C84956
RGB
CMYK
RGB Variations
Color information
#C84956 (or 0xC84956) is known color: Mandy. HEX triplet: C8, 49 and 56. RGB value is (200,73,86). Sum of RGB (Red+Green+Blue) = 200+73+86=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C84956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84956 is #37B6A9. Grayscale: #707070. Windows color (decimal): -3651242 or 5654984. OLE color: 5654984.
HSL color Cylindrical-coordinate representation of color #C84956: hue angle of 353.86º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84956 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 86 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.22 |
| HSL | 353.86º | 0.54% | 0.54% | - |
| HSV(B) | 353.86º | 0.64% | 0.78% | - |
| XYZ | 27.88 | 17.72 | 10.75 | - |
| YUV | 112.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 86 | 0 | 0.64 | 0.57 | 0.22 | 353.86 | 0.54 | 0.54 |
| Hex | C8 | 49 | 56 | 0 | 40 | 39 | 16 | 162 | 36 | 36 |
| Octal | 310 | 111 | 126 | 0 | 100 | 71 | 26 | 542 | 66 | 66 |
| Binary | 11001000 | 1001001 | 1010110 | 0 | 1000000 | 111001 | 10110 | 101100010 | 110110 | 110110 |
Color Harmonies of #C84956
Complementary color
Monochromatic Colors of #C84956
Black with #C84956
Text Example
Text Example
White with #C84956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84956; }
p { color: rgb(200,73,86); }
H1.HeaderClassName
{
color: #C84956;
}
.AnyTagClassName
{
color: #C84956;
}
</style>
background-color css
<style>
a { background-color: #C84956; }
a { background-color: rgb(200,73,86); }
div.DivClassName
{
background-color: #C84956;
}
.BgClassName
{
background-color: #C84956;
}
</style>
border-color css
<style>
span { border-color: #C84956; }
span { border-color: rgb(200,73,86); }
td.TdClassName
{
border-color: #C84956;
}
.TagClassName
{
border-color: #C84956;
}
</style>