Shades of Mandy #C84D5E
Tints of Mandy #C84D5E
RGB
CMYK
RGB Variations
Color information
#C84D5E (or 0xC84D5E) is known color: Mandy. HEX triplet: C8, 4D and 5E. RGB value is (200,77,94). Sum of RGB (Red+Green+Blue) = 200+77+94=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D5E is #37B2A1. Grayscale: #737373. Windows color (decimal): -3650210 or 6180296. OLE color: 6180296.
HSL color Cylindrical-coordinate representation of color #C84D5E: hue angle of 351.71º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84D5E is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 94 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.22 |
| HSL | 351.71º | 0.53% | 0.54% | - |
| HSV(B) | 351.71º | 0.62% | 0.78% | - |
| XYZ | 28.49 | 18.4 | 12.64 | - |
| YUV | 115.72 | 115.75 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 94 | 0 | 0.62 | 0.53 | 0.22 | 351.71 | 0.53 | 0.54 |
| Hex | C8 | 4D | 5E | 0 | 3E | 35 | 16 | 160 | 35 | 36 |
| Octal | 310 | 115 | 136 | 0 | 76 | 65 | 26 | 540 | 65 | 66 |
| Binary | 11001000 | 1001101 | 1011110 | 0 | 111110 | 110101 | 10110 | 101100000 | 110101 | 110110 |
Color Harmonies of #C84D5E
Complementary color
Monochromatic Colors of #C84D5E
Black with #C84D5E
Text Example
Text Example
White with #C84D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D5E; }
p { color: rgb(200,77,94); }
H1.HeaderClassName
{
color: #C84D5E;
}
.AnyTagClassName
{
color: #C84D5E;
}
</style>
background-color css
<style>
a { background-color: #C84D5E; }
a { background-color: rgb(200,77,94); }
div.DivClassName
{
background-color: #C84D5E;
}
.BgClassName
{
background-color: #C84D5E;
}
</style>
border-color css
<style>
span { border-color: #C84D5E; }
span { border-color: rgb(200,77,94); }
td.TdClassName
{
border-color: #C84D5E;
}
.TagClassName
{
border-color: #C84D5E;
}
</style>