Shades of Mandy #C5595A
Tints of Mandy #C5595A
RGB
CMYK
RGB Variations
Color information
#C5595A (or 0xC5595A) is known color: Mandy. HEX triplet: C5, 59 and 5A. RGB value is (197,89,90). Sum of RGB (Red+Green+Blue) = 197+89+90=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5595A is #3AA6A5. Grayscale: #797979. Windows color (decimal): -3843750 or 5921221. OLE color: 5921221.
HSL color Cylindrical-coordinate representation of color #C5595A: hue angle of 359.44º 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 #C5595A is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 90 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.23 |
| HSL | 359.44º | 0.48% | 0.56% | - |
| HSV(B) | 359.44º | 0.55% | 0.77% | - |
| XYZ | 28.44 | 19.75 | 11.99 | - |
| YUV | 121.41 | 110.28 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 90 | 0 | 0.55 | 0.54 | 0.23 | 359.44 | 0.48 | 0.56 |
| Hex | C5 | 59 | 5A | 0 | 37 | 36 | 17 | 167 | 30 | 38 |
| Octal | 305 | 131 | 132 | 0 | 67 | 66 | 27 | 547 | 60 | 70 |
| Binary | 11000101 | 1011001 | 1011010 | 0 | 110111 | 110110 | 10111 | 101100111 | 110000 | 111000 |
Color Harmonies of #C5595A
Complementary color
Monochromatic Colors of #C5595A
Black with #C5595A
Text Example
Text Example
White with #C5595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5595A; }
p { color: rgb(197,89,90); }
H1.HeaderClassName
{
color: #C5595A;
}
.AnyTagClassName
{
color: #C5595A;
}
</style>
background-color css
<style>
a { background-color: #C5595A; }
a { background-color: rgb(197,89,90); }
div.DivClassName
{
background-color: #C5595A;
}
.BgClassName
{
background-color: #C5595A;
}
</style>
border-color css
<style>
span { border-color: #C5595A; }
span { border-color: rgb(197,89,90); }
td.TdClassName
{
border-color: #C5595A;
}
.TagClassName
{
border-color: #C5595A;
}
</style>