Shades of Mandy #C05860
Tints of Mandy #C05860
RGB
CMYK
RGB Variations
Color information
#C05860 (or 0xC05860) is known color: Mandy. HEX triplet: C0, 58 and 60. RGB value is (192,88,96). Sum of RGB (Red+Green+Blue) = 192+88+96=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C05860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05860 is #3FA79F. Grayscale: #787878. Windows color (decimal): -4171680 or 6314176. OLE color: 6314176.
HSL color Cylindrical-coordinate representation of color #C05860: hue angle of 355.38º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05860 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 96 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.25 |
| HSL | 355.38º | 0.45% | 0.55% | - |
| HSV(B) | 355.38º | 0.54% | 0.75% | - |
| XYZ | 27.34 | 19.03 | 13.3 | - |
| YUV | 120.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 96 | 0 | 0.54 | 0.50 | 0.25 | 355.38 | 0.45 | 0.55 |
| Hex | C0 | 58 | 60 | 0 | 36 | 32 | 19 | 163 | 2D | 37 |
| Octal | 300 | 130 | 140 | 0 | 66 | 62 | 31 | 543 | 55 | 67 |
| Binary | 11000000 | 1011000 | 1100000 | 0 | 110110 | 110010 | 11001 | 101100011 | 101101 | 110111 |
Color Harmonies of #C05860
Complementary color
Monochromatic Colors of #C05860
Black with #C05860
Text Example
Text Example
White with #C05860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05860; }
p { color: rgb(192,88,96); }
H1.HeaderClassName
{
color: #C05860;
}
.AnyTagClassName
{
color: #C05860;
}
</style>
background-color css
<style>
a { background-color: #C05860; }
a { background-color: rgb(192,88,96); }
div.DivClassName
{
background-color: #C05860;
}
.BgClassName
{
background-color: #C05860;
}
</style>
border-color css
<style>
span { border-color: #C05860; }
span { border-color: rgb(192,88,96); }
td.TdClassName
{
border-color: #C05860;
}
.TagClassName
{
border-color: #C05860;
}
</style>