Shades of Mandy #C0515D
Tints of Mandy #C0515D
RGB
CMYK
RGB Variations
Color information
#C0515D (or 0xC0515D) is known color: Mandy. HEX triplet: C0, 51 and 5D. RGB value is (192,81,93). Sum of RGB (Red+Green+Blue) = 192+81+93=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0515D is #3FAEA2. Grayscale: #737373. Windows color (decimal): -4173475 or 6115776. OLE color: 6115776.
HSL color Cylindrical-coordinate representation of color #C0515D: hue angle of 353.51º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0515D is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 93 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.25 |
| HSL | 353.51º | 0.47% | 0.54% | - |
| HSV(B) | 353.51º | 0.58% | 0.75% | - |
| XYZ | 26.66 | 17.88 | 12.4 | - |
| YUV | 115.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 93 | 0 | 0.58 | 0.52 | 0.25 | 353.51 | 0.47 | 0.54 |
| Hex | C0 | 51 | 5D | 0 | 3A | 34 | 19 | 162 | 2F | 36 |
| Octal | 300 | 121 | 135 | 0 | 72 | 64 | 31 | 542 | 57 | 66 |
| Binary | 11000000 | 1010001 | 1011101 | 0 | 111010 | 110100 | 11001 | 101100010 | 101111 | 110110 |
Color Harmonies of #C0515D
Complementary color
Monochromatic Colors of #C0515D
Black with #C0515D
Text Example
Text Example
White with #C0515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0515D; }
p { color: rgb(192,81,93); }
H1.HeaderClassName
{
color: #C0515D;
}
.AnyTagClassName
{
color: #C0515D;
}
</style>
background-color css
<style>
a { background-color: #C0515D; }
a { background-color: rgb(192,81,93); }
div.DivClassName
{
background-color: #C0515D;
}
.BgClassName
{
background-color: #C0515D;
}
</style>
border-color css
<style>
span { border-color: #C0515D; }
span { border-color: rgb(192,81,93); }
td.TdClassName
{
border-color: #C0515D;
}
.TagClassName
{
border-color: #C0515D;
}
</style>