Shades of Mandy #C5595E
Tints of Mandy #C5595E
RGB
CMYK
RGB Variations
Color information
#C5595E (or 0xC5595E) is known color: Mandy. HEX triplet: C5, 59 and 5E. RGB value is (197,89,94). Sum of RGB (Red+Green+Blue) = 197+89+94=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C5595E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5595E is #3AA6A1. Grayscale: #797979. Windows color (decimal): -3843746 or 6183365. OLE color: 6183365.
HSL color Cylindrical-coordinate representation of color #C5595E: hue angle of 357.22º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5595E is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 94 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.23 |
| HSL | 357.22º | 0.48% | 0.56% | - |
| HSV(B) | 357.22º | 0.55% | 0.77% | - |
| XYZ | 28.62 | 19.82 | 12.91 | - |
| YUV | 121.86 | 112.28 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 94 | 0 | 0.55 | 0.52 | 0.23 | 357.22 | 0.48 | 0.56 |
| Hex | C5 | 59 | 5E | 0 | 37 | 34 | 17 | 165 | 30 | 38 |
| Octal | 305 | 131 | 136 | 0 | 67 | 64 | 27 | 545 | 60 | 70 |
| Binary | 11000101 | 1011001 | 1011110 | 0 | 110111 | 110100 | 10111 | 101100101 | 110000 | 111000 |
Color Harmonies of #C5595E
Complementary color
Monochromatic Colors of #C5595E
Black with #C5595E
Text Example
Text Example
White with #C5595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5595E; }
p { color: rgb(197,89,94); }
H1.HeaderClassName
{
color: #C5595E;
}
.AnyTagClassName
{
color: #C5595E;
}
</style>
background-color css
<style>
a { background-color: #C5595E; }
a { background-color: rgb(197,89,94); }
div.DivClassName
{
background-color: #C5595E;
}
.BgClassName
{
background-color: #C5595E;
}
</style>
border-color css
<style>
span { border-color: #C5595E; }
span { border-color: rgb(197,89,94); }
td.TdClassName
{
border-color: #C5595E;
}
.TagClassName
{
border-color: #C5595E;
}
</style>