Shades of Mandy #C54559
Tints of Mandy #C54559
RGB
CMYK
RGB Variations
Color information
#C54559 (or 0xC54559) is known color: Mandy. HEX triplet: C5, 45 and 59. RGB value is (197,69,89). Sum of RGB (Red+Green+Blue) = 197+69+89=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C54559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54559 is #3ABAA6. Grayscale: #6D6D6D. Windows color (decimal): -3848871 or 5850565. OLE color: 5850565.
HSL color Cylindrical-coordinate representation of color #C54559: hue angle of 350.62º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54559 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 89 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.23 |
| HSL | 350.63º | 0.52% | 0.52% | - |
| HSV(B) | 350.63º | 0.65% | 0.77% | - |
| XYZ | 26.96 | 16.85 | 11.28 | - |
| YUV | 109.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 89 | 0 | 0.65 | 0.55 | 0.23 | 350.63 | 0.52 | 0.52 |
| Hex | C5 | 45 | 59 | 0 | 41 | 37 | 17 | 15F | 34 | 34 |
| Octal | 305 | 105 | 131 | 0 | 101 | 67 | 27 | 537 | 64 | 64 |
| Binary | 11000101 | 1000101 | 1011001 | 0 | 1000001 | 110111 | 10111 | 101011111 | 110100 | 110100 |
Color Harmonies of #C54559
Complementary color
Monochromatic Colors of #C54559
Black with #C54559
Text Example
Text Example
White with #C54559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54559; }
p { color: rgb(197,69,89); }
H1.HeaderClassName
{
color: #C54559;
}
.AnyTagClassName
{
color: #C54559;
}
</style>
background-color css
<style>
a { background-color: #C54559; }
a { background-color: rgb(197,69,89); }
div.DivClassName
{
background-color: #C54559;
}
.BgClassName
{
background-color: #C54559;
}
</style>
border-color css
<style>
span { border-color: #C54559; }
span { border-color: rgb(197,69,89); }
td.TdClassName
{
border-color: #C54559;
}
.TagClassName
{
border-color: #C54559;
}
</style>