Shades of Mandy #C8484D
Tints of Mandy #C8484D
RGB
CMYK
RGB Variations
Color information
#C8484D (or 0xC8484D) is known color: Mandy. HEX triplet: C8, 48 and 4D. RGB value is (200,72,77). Sum of RGB (Red+Green+Blue) = 200+72+77=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C8484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8484D is #37B7B2. Grayscale: #6E6E6E. Windows color (decimal): -3651507 or 5064904. OLE color: 5064904.
HSL color Cylindrical-coordinate representation of color #C8484D: hue angle of 357.66º 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 #C8484D is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 77 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.22 |
| HSL | 357.66º | 0.54% | 0.53% | - |
| HSV(B) | 357.66º | 0.64% | 0.78% | - |
| XYZ | 27.48 | 17.45 | 8.94 | - |
| YUV | 110.84 | 108.91 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 77 | 0 | 0.64 | 0.62 | 0.22 | 357.66 | 0.54 | 0.53 |
| Hex | C8 | 48 | 4D | 0 | 40 | 3E | 16 | 166 | 36 | 35 |
| Octal | 310 | 110 | 115 | 0 | 100 | 76 | 26 | 546 | 66 | 65 |
| Binary | 11001000 | 1001000 | 1001101 | 0 | 1000000 | 111110 | 10110 | 101100110 | 110110 | 110101 |
Color Harmonies of #C8484D
Complementary color
Monochromatic Colors of #C8484D
Black with #C8484D
Text Example
Text Example
White with #C8484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8484D; }
p { color: rgb(200,72,77); }
H1.HeaderClassName
{
color: #C8484D;
}
.AnyTagClassName
{
color: #C8484D;
}
</style>
background-color css
<style>
a { background-color: #C8484D; }
a { background-color: rgb(200,72,77); }
div.DivClassName
{
background-color: #C8484D;
}
.BgClassName
{
background-color: #C8484D;
}
</style>
border-color css
<style>
span { border-color: #C8484D; }
span { border-color: rgb(200,72,77); }
td.TdClassName
{
border-color: #C8484D;
}
.TagClassName
{
border-color: #C8484D;
}
</style>