Shades of Mandy #C8484E
Tints of Mandy #C8484E
RGB
CMYK
RGB Variations
Color information
#C8484E (or 0xC8484E) is known color: Mandy. HEX triplet: C8, 48 and 4E. RGB value is (200,72,78). Sum of RGB (Red+Green+Blue) = 200+72+78=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C8484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8484E is #37B7B1. Grayscale: #6F6F6F. Windows color (decimal): -3651506 or 5130440. OLE color: 5130440.
HSL color Cylindrical-coordinate representation of color #C8484E: hue angle of 357.19º 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 #C8484E is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 78 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.22 |
| HSL | 357.19º | 0.54% | 0.53% | - |
| HSV(B) | 357.19º | 0.64% | 0.78% | - |
| XYZ | 27.51 | 17.46 | 9.13 | - |
| YUV | 110.96 | 109.41 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 78 | 0 | 0.64 | 0.61 | 0.22 | 357.19 | 0.54 | 0.53 |
| Hex | C8 | 48 | 4E | 0 | 40 | 3D | 16 | 165 | 36 | 35 |
| Octal | 310 | 110 | 116 | 0 | 100 | 75 | 26 | 545 | 66 | 65 |
| Binary | 11001000 | 1001000 | 1001110 | 0 | 1000000 | 111101 | 10110 | 101100101 | 110110 | 110101 |
Color Harmonies of #C8484E
Complementary color
Monochromatic Colors of #C8484E
Black with #C8484E
Text Example
Text Example
White with #C8484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8484E; }
p { color: rgb(200,72,78); }
H1.HeaderClassName
{
color: #C8484E;
}
.AnyTagClassName
{
color: #C8484E;
}
</style>
background-color css
<style>
a { background-color: #C8484E; }
a { background-color: rgb(200,72,78); }
div.DivClassName
{
background-color: #C8484E;
}
.BgClassName
{
background-color: #C8484E;
}
</style>
border-color css
<style>
span { border-color: #C8484E; }
span { border-color: rgb(200,72,78); }
td.TdClassName
{
border-color: #C8484E;
}
.TagClassName
{
border-color: #C8484E;
}
</style>