Shades of Mandy #C84750
Tints of Mandy #C84750
RGB
CMYK
RGB Variations
Color information
#C84750 (or 0xC84750) is known color: Mandy. HEX triplet: C8, 47 and 50. RGB value is (200,71,80). Sum of RGB (Red+Green+Blue) = 200+71+80=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C84750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84750 is #37B8AF. Grayscale: #6E6E6E. Windows color (decimal): -3651760 or 5261256. OLE color: 5261256.
HSL color Cylindrical-coordinate representation of color #C84750: hue angle of 355.81º 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 #C84750 is Cyan = 0, Magento = 0.64, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 80 | - |
| CMYK | 0 | 0.64 | 0.6 | 0.22 |
| HSL | 355.81º | 0.54% | 0.53% | - |
| HSV(B) | 355.81º | 0.65% | 0.78% | - |
| XYZ | 27.52 | 17.37 | 9.49 | - |
| YUV | 110.6 | 110.74 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 80 | 0 | 0.64 | 0.6 | 0.22 | 355.81 | 0.54 | 0.53 |
| Hex | C8 | 47 | 50 | 0 | 40 | 3C | 16 | 164 | 36 | 35 |
| Octal | 310 | 107 | 120 | 0 | 100 | 74 | 26 | 544 | 66 | 65 |
| Binary | 11001000 | 1000111 | 1010000 | 0 | 1000000 | 111100 | 10110 | 101100100 | 110110 | 110101 |
Color Harmonies of #C84750
Complementary color
Monochromatic Colors of #C84750
Black with #C84750
Text Example
Text Example
White with #C84750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84750; }
p { color: rgb(200,71,80); }
H1.HeaderClassName
{
color: #C84750;
}
.AnyTagClassName
{
color: #C84750;
}
</style>
background-color css
<style>
a { background-color: #C84750; }
a { background-color: rgb(200,71,80); }
div.DivClassName
{
background-color: #C84750;
}
.BgClassName
{
background-color: #C84750;
}
</style>
border-color css
<style>
span { border-color: #C84750; }
span { border-color: rgb(200,71,80); }
td.TdClassName
{
border-color: #C84750;
}
.TagClassName
{
border-color: #C84750;
}
</style>