Shades of Mandy #C0595E
Tints of Mandy #C0595E
RGB
CMYK
RGB Variations
Color information
#C0595E (or 0xC0595E) is known color: Mandy. HEX triplet: C0, 59 and 5E. RGB value is (192,89,94). Sum of RGB (Red+Green+Blue) = 192+89+94=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C0595E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0595E is #3FA6A1. Grayscale: #787878. Windows color (decimal): -4171426 or 6183360. OLE color: 6183360.
HSL color Cylindrical-coordinate representation of color #C0595E: hue angle of 357.09º 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 #C0595E is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 94 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.25 |
| HSL | 357.09º | 0.45% | 0.55% | - |
| HSV(B) | 357.09º | 0.54% | 0.75% | - |
| XYZ | 27.33 | 19.16 | 12.85 | - |
| YUV | 120.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 94 | 0 | 0.54 | 0.51 | 0.25 | 357.09 | 0.45 | 0.55 |
| Hex | C0 | 59 | 5E | 0 | 36 | 33 | 19 | 165 | 2D | 37 |
| Octal | 300 | 131 | 136 | 0 | 66 | 63 | 31 | 545 | 55 | 67 |
| Binary | 11000000 | 1011001 | 1011110 | 0 | 110110 | 110011 | 11001 | 101100101 | 101101 | 110111 |
Color Harmonies of #C0595E
Complementary color
Monochromatic Colors of #C0595E
Black with #C0595E
Text Example
Text Example
White with #C0595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0595E; }
p { color: rgb(192,89,94); }
H1.HeaderClassName
{
color: #C0595E;
}
.AnyTagClassName
{
color: #C0595E;
}
</style>
background-color css
<style>
a { background-color: #C0595E; }
a { background-color: rgb(192,89,94); }
div.DivClassName
{
background-color: #C0595E;
}
.BgClassName
{
background-color: #C0595E;
}
</style>
border-color css
<style>
span { border-color: #C0595E; }
span { border-color: rgb(192,89,94); }
td.TdClassName
{
border-color: #C0595E;
}
.TagClassName
{
border-color: #C0595E;
}
</style>