Shades of Mandy #C05A60
Tints of Mandy #C05A60
RGB
CMYK
RGB Variations
Color information
#C05A60 (or 0xC05A60) is known color: Mandy. HEX triplet: C0, 5A and 60. RGB value is (192,90,96). Sum of RGB (Red+Green+Blue) = 192+90+96=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A60 is #3FA59F. Grayscale: #797979. Windows color (decimal): -4171168 or 6314688. OLE color: 6314688.
HSL color Cylindrical-coordinate representation of color #C05A60: hue angle of 356.47º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05A60 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 96 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.25 |
| HSL | 356.47º | 0.45% | 0.55% | - |
| HSV(B) | 356.47º | 0.53% | 0.75% | - |
| XYZ | 27.51 | 19.36 | 13.35 | - |
| YUV | 121.18 | 113.79 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 96 | 0 | 0.53 | 0.50 | 0.25 | 356.47 | 0.45 | 0.55 |
| Hex | C0 | 5A | 60 | 0 | 35 | 32 | 19 | 164 | 2D | 37 |
| Octal | 300 | 132 | 140 | 0 | 65 | 62 | 31 | 544 | 55 | 67 |
| Binary | 11000000 | 1011010 | 1100000 | 0 | 110101 | 110010 | 11001 | 101100100 | 101101 | 110111 |
Color Harmonies of #C05A60
Complementary color
Monochromatic Colors of #C05A60
Black with #C05A60
Text Example
Text Example
White with #C05A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A60; }
p { color: rgb(192,90,96); }
H1.HeaderClassName
{
color: #C05A60;
}
.AnyTagClassName
{
color: #C05A60;
}
</style>
background-color css
<style>
a { background-color: #C05A60; }
a { background-color: rgb(192,90,96); }
div.DivClassName
{
background-color: #C05A60;
}
.BgClassName
{
background-color: #C05A60;
}
</style>
border-color css
<style>
span { border-color: #C05A60; }
span { border-color: rgb(192,90,96); }
td.TdClassName
{
border-color: #C05A60;
}
.TagClassName
{
border-color: #C05A60;
}
</style>