Shades of Mandy #C84A56
Tints of Mandy #C84A56
RGB
CMYK
RGB Variations
Color information
#C84A56 (or 0xC84A56) is known color: Mandy. HEX triplet: C8, 4A and 56. RGB value is (200,74,86). Sum of RGB (Red+Green+Blue) = 200+74+86=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A56 is #37B5A9. Grayscale: #717171. Windows color (decimal): -3650986 or 5655240. OLE color: 5655240.
HSL color Cylindrical-coordinate representation of color #C84A56: hue angle of 354.29º degrees, saturation: 0.53, 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 #C84A56 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 86 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.22 |
| HSL | 354.29º | 0.53% | 0.54% | - |
| HSV(B) | 354.29º | 0.63% | 0.78% | - |
| XYZ | 27.95 | 17.85 | 10.78 | - |
| YUV | 113.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 86 | 0 | 0.63 | 0.57 | 0.22 | 354.29 | 0.53 | 0.54 |
| Hex | C8 | 4A | 56 | 0 | 3F | 39 | 16 | 162 | 35 | 36 |
| Octal | 310 | 112 | 126 | 0 | 77 | 71 | 26 | 542 | 65 | 66 |
| Binary | 11001000 | 1001010 | 1010110 | 0 | 111111 | 111001 | 10110 | 101100010 | 110101 | 110110 |
Color Harmonies of #C84A56
Complementary color
Monochromatic Colors of #C84A56
Black with #C84A56
Text Example
Text Example
White with #C84A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A56; }
p { color: rgb(200,74,86); }
H1.HeaderClassName
{
color: #C84A56;
}
.AnyTagClassName
{
color: #C84A56;
}
</style>
background-color css
<style>
a { background-color: #C84A56; }
a { background-color: rgb(200,74,86); }
div.DivClassName
{
background-color: #C84A56;
}
.BgClassName
{
background-color: #C84A56;
}
</style>
border-color css
<style>
span { border-color: #C84A56; }
span { border-color: rgb(200,74,86); }
td.TdClassName
{
border-color: #C84A56;
}
.TagClassName
{
border-color: #C84A56;
}
</style>