Shades of Mandy #C8515F
Tints of Mandy #C8515F
RGB
CMYK
RGB Variations
Color information
#C8515F (or 0xC8515F) is known color: Mandy. HEX triplet: C8, 51 and 5F. RGB value is (200,81,95). Sum of RGB (Red+Green+Blue) = 200+81+95=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8515F is #37AEA0. Grayscale: #767676. Windows color (decimal): -3649185 or 6246856. OLE color: 6246856.
HSL color Cylindrical-coordinate representation of color #C8515F: hue angle of 352.94º 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 #C8515F is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 95 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.22 |
| HSL | 352.94º | 0.52% | 0.55% | - |
| HSV(B) | 352.94º | 0.6% | 0.78% | - |
| XYZ | 28.83 | 18.99 | 12.97 | - |
| YUV | 118.18 | 114.92 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 95 | 0 | 0.59 | 0.52 | 0.22 | 352.94 | 0.52 | 0.55 |
| Hex | C8 | 51 | 5F | 0 | 3B | 34 | 16 | 161 | 34 | 37 |
| Octal | 310 | 121 | 137 | 0 | 73 | 64 | 26 | 541 | 64 | 67 |
| Binary | 11001000 | 1010001 | 1011111 | 0 | 111011 | 110100 | 10110 | 101100001 | 110100 | 110111 |
Color Harmonies of #C8515F
Complementary color
Monochromatic Colors of #C8515F
Black with #C8515F
Text Example
Text Example
White with #C8515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8515F; }
p { color: rgb(200,81,95); }
H1.HeaderClassName
{
color: #C8515F;
}
.AnyTagClassName
{
color: #C8515F;
}
</style>
background-color css
<style>
a { background-color: #C8515F; }
a { background-color: rgb(200,81,95); }
div.DivClassName
{
background-color: #C8515F;
}
.BgClassName
{
background-color: #C8515F;
}
</style>
border-color css
<style>
span { border-color: #C8515F; }
span { border-color: rgb(200,81,95); }
td.TdClassName
{
border-color: #C8515F;
}
.TagClassName
{
border-color: #C8515F;
}
</style>