Shades of Mandy #C0515C
Tints of Mandy #C0515C
RGB
CMYK
RGB Variations
Color information
#C0515C (or 0xC0515C) is known color: Mandy. HEX triplet: C0, 51 and 5C. RGB value is (192,81,92). Sum of RGB (Red+Green+Blue) = 192+81+92=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0515C is #3FAEA3. Grayscale: #737373. Windows color (decimal): -4173476 or 6050240. OLE color: 6050240.
HSL color Cylindrical-coordinate representation of color #C0515C: hue angle of 354.05º 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 #C0515C is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 92 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.25 |
| HSL | 354.05º | 0.47% | 0.54% | - |
| HSV(B) | 354.05º | 0.58% | 0.75% | - |
| XYZ | 26.61 | 17.86 | 12.17 | - |
| YUV | 115.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 92 | 0 | 0.58 | 0.52 | 0.25 | 354.05 | 0.47 | 0.54 |
| Hex | C0 | 51 | 5C | 0 | 3A | 34 | 19 | 162 | 2F | 36 |
| Octal | 300 | 121 | 134 | 0 | 72 | 64 | 31 | 542 | 57 | 66 |
| Binary | 11000000 | 1010001 | 1011100 | 0 | 111010 | 110100 | 11001 | 101100010 | 101111 | 110110 |
Color Harmonies of #C0515C
Complementary color
Monochromatic Colors of #C0515C
Black with #C0515C
Text Example
Text Example
White with #C0515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0515C; }
p { color: rgb(192,81,92); }
H1.HeaderClassName
{
color: #C0515C;
}
.AnyTagClassName
{
color: #C0515C;
}
</style>
background-color css
<style>
a { background-color: #C0515C; }
a { background-color: rgb(192,81,92); }
div.DivClassName
{
background-color: #C0515C;
}
.BgClassName
{
background-color: #C0515C;
}
</style>
border-color css
<style>
span { border-color: #C0515C; }
span { border-color: rgb(192,81,92); }
td.TdClassName
{
border-color: #C0515C;
}
.TagClassName
{
border-color: #C0515C;
}
</style>