Shades of Mandy #C55459
Tints of Mandy #C55459
RGB
CMYK
RGB Variations
Color information
#C55459 (or 0xC55459) is known color: Mandy. HEX triplet: C5, 54 and 59. RGB value is (197,84,89). Sum of RGB (Red+Green+Blue) = 197+84+89=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C55459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55459 is #3AABA6. Grayscale: #767676. Windows color (decimal): -3845031 or 5854405. OLE color: 5854405.
HSL color Cylindrical-coordinate representation of color #C55459: hue angle of 357.35º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55459 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 89 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.23 |
| HSL | 357.35º | 0.49% | 0.55% | - |
| HSV(B) | 357.35º | 0.57% | 0.77% | - |
| XYZ | 28 | 18.93 | 11.63 | - |
| YUV | 118.36 | 111.44 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 89 | 0 | 0.57 | 0.55 | 0.23 | 357.35 | 0.49 | 0.55 |
| Hex | C5 | 54 | 59 | 0 | 39 | 37 | 17 | 165 | 31 | 37 |
| Octal | 305 | 124 | 131 | 0 | 71 | 67 | 27 | 545 | 61 | 67 |
| Binary | 11000101 | 1010100 | 1011001 | 0 | 111001 | 110111 | 10111 | 101100101 | 110001 | 110111 |
Color Harmonies of #C55459
Complementary color
Monochromatic Colors of #C55459
Black with #C55459
Text Example
Text Example
White with #C55459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55459; }
p { color: rgb(197,84,89); }
H1.HeaderClassName
{
color: #C55459;
}
.AnyTagClassName
{
color: #C55459;
}
</style>
background-color css
<style>
a { background-color: #C55459; }
a { background-color: rgb(197,84,89); }
div.DivClassName
{
background-color: #C55459;
}
.BgClassName
{
background-color: #C55459;
}
</style>
border-color css
<style>
span { border-color: #C55459; }
span { border-color: rgb(197,84,89); }
td.TdClassName
{
border-color: #C55459;
}
.TagClassName
{
border-color: #C55459;
}
</style>