Shades of Mandy #C05157
Tints of Mandy #C05157
RGB
CMYK
RGB Variations
Color information
#C05157 (or 0xC05157) is known color: Mandy. HEX triplet: C0, 51 and 57. RGB value is (192,81,87). Sum of RGB (Red+Green+Blue) = 192+81+87=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C05157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05157 is #3FAEA8. Grayscale: #727272. Windows color (decimal): -4173481 or 5722560. OLE color: 5722560.
HSL color Cylindrical-coordinate representation of color #C05157: hue angle of 356.76º 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 #C05157 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 87 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.25 |
| HSL | 356.76º | 0.47% | 0.54% | - |
| HSV(B) | 356.76º | 0.58% | 0.75% | - |
| XYZ | 26.4 | 17.78 | 11.06 | - |
| YUV | 114.87 | 112.27 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 87 | 0 | 0.58 | 0.55 | 0.25 | 356.76 | 0.47 | 0.54 |
| Hex | C0 | 51 | 57 | 0 | 3A | 37 | 19 | 165 | 2F | 36 |
| Octal | 300 | 121 | 127 | 0 | 72 | 67 | 31 | 545 | 57 | 66 |
| Binary | 11000000 | 1010001 | 1010111 | 0 | 111010 | 110111 | 11001 | 101100101 | 101111 | 110110 |
Color Harmonies of #C05157
Complementary color
Monochromatic Colors of #C05157
Black with #C05157
Text Example
Text Example
White with #C05157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05157; }
p { color: rgb(192,81,87); }
H1.HeaderClassName
{
color: #C05157;
}
.AnyTagClassName
{
color: #C05157;
}
</style>
background-color css
<style>
a { background-color: #C05157; }
a { background-color: rgb(192,81,87); }
div.DivClassName
{
background-color: #C05157;
}
.BgClassName
{
background-color: #C05157;
}
</style>
border-color css
<style>
span { border-color: #C05157; }
span { border-color: rgb(192,81,87); }
td.TdClassName
{
border-color: #C05157;
}
.TagClassName
{
border-color: #C05157;
}
</style>