Shades of Mandy #C54957
Tints of Mandy #C54957
RGB
CMYK
RGB Variations
Color information
#C54957 (or 0xC54957) is known color: Mandy. HEX triplet: C5, 49 and 57. RGB value is (197,73,87). Sum of RGB (Red+Green+Blue) = 197+73+87=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C54957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54957 is #3AB6A8. Grayscale: #6F6F6F. Windows color (decimal): -3847849 or 5720517. OLE color: 5720517.
HSL color Cylindrical-coordinate representation of color #C54957: hue angle of 353.23º 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 #C54957 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 87 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.23 |
| HSL | 353.23º | 0.52% | 0.53% | - |
| HSV(B) | 353.23º | 0.63% | 0.77% | - |
| XYZ | 27.13 | 17.32 | 10.93 | - |
| YUV | 111.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 87 | 0 | 0.63 | 0.56 | 0.23 | 353.23 | 0.52 | 0.53 |
| Hex | C5 | 49 | 57 | 0 | 3F | 38 | 17 | 161 | 34 | 35 |
| Octal | 305 | 111 | 127 | 0 | 77 | 70 | 27 | 541 | 64 | 65 |
| Binary | 11000101 | 1001001 | 1010111 | 0 | 111111 | 111000 | 10111 | 101100001 | 110100 | 110101 |
Color Harmonies of #C54957
Complementary color
Monochromatic Colors of #C54957
Black with #C54957
Text Example
Text Example
White with #C54957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54957; }
p { color: rgb(197,73,87); }
H1.HeaderClassName
{
color: #C54957;
}
.AnyTagClassName
{
color: #C54957;
}
</style>
background-color css
<style>
a { background-color: #C54957; }
a { background-color: rgb(197,73,87); }
div.DivClassName
{
background-color: #C54957;
}
.BgClassName
{
background-color: #C54957;
}
</style>
border-color css
<style>
span { border-color: #C54957; }
span { border-color: rgb(197,73,87); }
td.TdClassName
{
border-color: #C54957;
}
.TagClassName
{
border-color: #C54957;
}
</style>