Shades of Mandy #C5595B
Tints of Mandy #C5595B
RGB
CMYK
RGB Variations
Color information
#C5595B (or 0xC5595B) is known color: Mandy. HEX triplet: C5, 59 and 5B. RGB value is (197,89,91). Sum of RGB (Red+Green+Blue) = 197+89+91=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5595B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5595B is #3AA6A4. Grayscale: #797979. Windows color (decimal): -3843749 or 5986757. OLE color: 5986757.
HSL color Cylindrical-coordinate representation of color #C5595B: hue angle of 358.89º 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 #C5595B is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 91 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.23 |
| HSL | 358.89º | 0.48% | 0.56% | - |
| HSV(B) | 358.89º | 0.55% | 0.77% | - |
| XYZ | 28.49 | 19.77 | 12.21 | - |
| YUV | 121.52 | 110.78 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 91 | 0 | 0.55 | 0.54 | 0.23 | 358.89 | 0.48 | 0.56 |
| Hex | C5 | 59 | 5B | 0 | 37 | 36 | 17 | 167 | 30 | 38 |
| Octal | 305 | 131 | 133 | 0 | 67 | 66 | 27 | 547 | 60 | 70 |
| Binary | 11000101 | 1011001 | 1011011 | 0 | 110111 | 110110 | 10111 | 101100111 | 110000 | 111000 |
Color Harmonies of #C5595B
Complementary color
Monochromatic Colors of #C5595B
Black with #C5595B
Text Example
Text Example
White with #C5595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5595B; }
p { color: rgb(197,89,91); }
H1.HeaderClassName
{
color: #C5595B;
}
.AnyTagClassName
{
color: #C5595B;
}
</style>
background-color css
<style>
a { background-color: #C5595B; }
a { background-color: rgb(197,89,91); }
div.DivClassName
{
background-color: #C5595B;
}
.BgClassName
{
background-color: #C5595B;
}
</style>
border-color css
<style>
span { border-color: #C5595B; }
span { border-color: rgb(197,89,91); }
td.TdClassName
{
border-color: #C5595B;
}
.TagClassName
{
border-color: #C5595B;
}
</style>