Shades of Mandy #C54557
Tints of Mandy #C54557
RGB
CMYK
RGB Variations
Color information
#C54557 (or 0xC54557) is known color: Mandy. HEX triplet: C5, 45 and 57. RGB value is (197,69,87). Sum of RGB (Red+Green+Blue) = 197+69+87=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C54557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54557 is #3ABAA8. Grayscale: #6D6D6D. Windows color (decimal): -3848873 or 5719493. OLE color: 5719493.
HSL color Cylindrical-coordinate representation of color #C54557: hue angle of 351.56º 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 #C54557 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 87 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.23 |
| HSL | 351.56º | 0.52% | 0.52% | - |
| HSV(B) | 351.56º | 0.65% | 0.77% | - |
| XYZ | 26.87 | 16.81 | 10.85 | - |
| YUV | 109.32 | 115.41 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 87 | 0 | 0.65 | 0.56 | 0.23 | 351.56 | 0.52 | 0.52 |
| Hex | C5 | 45 | 57 | 0 | 41 | 38 | 17 | 160 | 34 | 34 |
| Octal | 305 | 105 | 127 | 0 | 101 | 70 | 27 | 540 | 64 | 64 |
| Binary | 11000101 | 1000101 | 1010111 | 0 | 1000001 | 111000 | 10111 | 101100000 | 110100 | 110100 |
Color Harmonies of #C54557
Complementary color
Monochromatic Colors of #C54557
Black with #C54557
Text Example
Text Example
White with #C54557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54557; }
p { color: rgb(197,69,87); }
H1.HeaderClassName
{
color: #C54557;
}
.AnyTagClassName
{
color: #C54557;
}
</style>
background-color css
<style>
a { background-color: #C54557; }
a { background-color: rgb(197,69,87); }
div.DivClassName
{
background-color: #C54557;
}
.BgClassName
{
background-color: #C54557;
}
</style>
border-color css
<style>
span { border-color: #C54557; }
span { border-color: rgb(197,69,87); }
td.TdClassName
{
border-color: #C54557;
}
.TagClassName
{
border-color: #C54557;
}
</style>