Shades of Mandy #C54959
Tints of Mandy #C54959
RGB
CMYK
RGB Variations
Color information
#C54959 (or 0xC54959) is known color: Mandy. HEX triplet: C5, 49 and 59. RGB value is (197,73,89). Sum of RGB (Red+Green+Blue) = 197+73+89=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C54959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54959 is #3AB6A6. Grayscale: #6F6F6F. Windows color (decimal): -3847847 or 5851589. OLE color: 5851589.
HSL color Cylindrical-coordinate representation of color #C54959: hue angle of 352.26º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54959 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 89 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.23 |
| HSL | 352.26º | 0.52% | 0.53% | - |
| HSV(B) | 352.26º | 0.63% | 0.77% | - |
| XYZ | 27.21 | 17.36 | 11.37 | - |
| YUV | 111.9 | 115.08 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 89 | 0 | 0.63 | 0.55 | 0.23 | 352.26 | 0.52 | 0.53 |
| Hex | C5 | 49 | 59 | 0 | 3F | 37 | 17 | 160 | 34 | 35 |
| Octal | 305 | 111 | 131 | 0 | 77 | 67 | 27 | 540 | 64 | 65 |
| Binary | 11000101 | 1001001 | 1011001 | 0 | 111111 | 110111 | 10111 | 101100000 | 110100 | 110101 |
Color Harmonies of #C54959
Complementary color
Monochromatic Colors of #C54959
Black with #C54959
Text Example
Text Example
White with #C54959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54959; }
p { color: rgb(197,73,89); }
H1.HeaderClassName
{
color: #C54959;
}
.AnyTagClassName
{
color: #C54959;
}
</style>
background-color css
<style>
a { background-color: #C54959; }
a { background-color: rgb(197,73,89); }
div.DivClassName
{
background-color: #C54959;
}
.BgClassName
{
background-color: #C54959;
}
</style>
border-color css
<style>
span { border-color: #C54959; }
span { border-color: rgb(197,73,89); }
td.TdClassName
{
border-color: #C54959;
}
.TagClassName
{
border-color: #C54959;
}
</style>