Shades of Mandy #C8515E
Tints of Mandy #C8515E
RGB
CMYK
RGB Variations
Color information
#C8515E (or 0xC8515E) is known color: Mandy. HEX triplet: C8, 51 and 5E. RGB value is (200,81,94). Sum of RGB (Red+Green+Blue) = 200+81+94=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8515E is #37AEA1. Grayscale: #767676. Windows color (decimal): -3649186 or 6181320. OLE color: 6181320.
HSL color Cylindrical-coordinate representation of color #C8515E: hue angle of 353.45º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8515E is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 94 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.22 |
| HSL | 353.45º | 0.52% | 0.55% | - |
| HSV(B) | 353.45º | 0.6% | 0.78% | - |
| XYZ | 28.78 | 18.97 | 12.73 | - |
| YUV | 118.06 | 114.42 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 94 | 0 | 0.59 | 0.53 | 0.22 | 353.45 | 0.52 | 0.55 |
| Hex | C8 | 51 | 5E | 0 | 3B | 35 | 16 | 161 | 34 | 37 |
| Octal | 310 | 121 | 136 | 0 | 73 | 65 | 26 | 541 | 64 | 67 |
| Binary | 11001000 | 1010001 | 1011110 | 0 | 111011 | 110101 | 10110 | 101100001 | 110100 | 110111 |
Color Harmonies of #C8515E
Complementary color
Monochromatic Colors of #C8515E
Black with #C8515E
Text Example
Text Example
White with #C8515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8515E; }
p { color: rgb(200,81,94); }
H1.HeaderClassName
{
color: #C8515E;
}
.AnyTagClassName
{
color: #C8515E;
}
</style>
background-color css
<style>
a { background-color: #C8515E; }
a { background-color: rgb(200,81,94); }
div.DivClassName
{
background-color: #C8515E;
}
.BgClassName
{
background-color: #C8515E;
}
</style>
border-color css
<style>
span { border-color: #C8515E; }
span { border-color: rgb(200,81,94); }
td.TdClassName
{
border-color: #C8515E;
}
.TagClassName
{
border-color: #C8515E;
}
</style>