Shades of Mandy #C84760
Tints of Mandy #C84760
RGB
CMYK
RGB Variations
Color information
#C84760 (or 0xC84760) is known color: Mandy. HEX triplet: C8, 47 and 60. RGB value is (200,71,96). Sum of RGB (Red+Green+Blue) = 200+71+96=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C84760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84760 is #37B89F. Grayscale: #707070. Windows color (decimal): -3651744 or 6309832. OLE color: 6309832.
HSL color Cylindrical-coordinate representation of color #C84760: hue angle of 348.37º 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 #C84760 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 96 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.22 |
| HSL | 348.37º | 0.54% | 0.53% | - |
| HSV(B) | 348.37º | 0.65% | 0.78% | - |
| XYZ | 28.18 | 17.63 | 12.98 | - |
| YUV | 112.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 96 | 0 | 0.64 | 0.52 | 0.22 | 348.37 | 0.54 | 0.53 |
| Hex | C8 | 47 | 60 | 0 | 40 | 34 | 16 | 15C | 36 | 35 |
| Octal | 310 | 107 | 140 | 0 | 100 | 64 | 26 | 534 | 66 | 65 |
| Binary | 11001000 | 1000111 | 1100000 | 0 | 1000000 | 110100 | 10110 | 101011100 | 110110 | 110101 |
Color Harmonies of #C84760
Complementary color
Monochromatic Colors of #C84760
Black with #C84760
Text Example
Text Example
White with #C84760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84760; }
p { color: rgb(200,71,96); }
H1.HeaderClassName
{
color: #C84760;
}
.AnyTagClassName
{
color: #C84760;
}
</style>
background-color css
<style>
a { background-color: #C84760; }
a { background-color: rgb(200,71,96); }
div.DivClassName
{
background-color: #C84760;
}
.BgClassName
{
background-color: #C84760;
}
</style>
border-color css
<style>
span { border-color: #C84760; }
span { border-color: rgb(200,71,96); }
td.TdClassName
{
border-color: #C84760;
}
.TagClassName
{
border-color: #C84760;
}
</style>