Shades of Mandy #C84752
Tints of Mandy #C84752
RGB
CMYK
RGB Variations
Color information
#C84752 (or 0xC84752) is known color: Mandy. HEX triplet: C8, 47 and 52. RGB value is (200,71,82). Sum of RGB (Red+Green+Blue) = 200+71+82=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C84752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84752 is #37B8AD. Grayscale: #6E6E6E. Windows color (decimal): -3651758 or 5392328. OLE color: 5392328.
HSL color Cylindrical-coordinate representation of color #C84752: hue angle of 354.88º 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 #C84752 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 82 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.22 |
| HSL | 354.88º | 0.54% | 0.53% | - |
| HSV(B) | 354.88º | 0.65% | 0.78% | - |
| XYZ | 27.6 | 17.4 | 9.89 | - |
| YUV | 110.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 82 | 0 | 0.64 | 0.59 | 0.22 | 354.88 | 0.54 | 0.53 |
| Hex | C8 | 47 | 52 | 0 | 40 | 3B | 16 | 163 | 36 | 35 |
| Octal | 310 | 107 | 122 | 0 | 100 | 73 | 26 | 543 | 66 | 65 |
| Binary | 11001000 | 1000111 | 1010010 | 0 | 1000000 | 111011 | 10110 | 101100011 | 110110 | 110101 |
Color Harmonies of #C84752
Complementary color
Monochromatic Colors of #C84752
Black with #C84752
Text Example
Text Example
White with #C84752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84752; }
p { color: rgb(200,71,82); }
H1.HeaderClassName
{
color: #C84752;
}
.AnyTagClassName
{
color: #C84752;
}
</style>
background-color css
<style>
a { background-color: #C84752; }
a { background-color: rgb(200,71,82); }
div.DivClassName
{
background-color: #C84752;
}
.BgClassName
{
background-color: #C84752;
}
</style>
border-color css
<style>
span { border-color: #C84752; }
span { border-color: rgb(200,71,82); }
td.TdClassName
{
border-color: #C84752;
}
.TagClassName
{
border-color: #C84752;
}
</style>