Shades of Mandy #C54257
Tints of Mandy #C54257
RGB
CMYK
RGB Variations
Color information
#C54257 (or 0xC54257) is known color: Mandy. HEX triplet: C5, 42 and 57. RGB value is (197,66,87). Sum of RGB (Red+Green+Blue) = 197+66+87=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C54257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54257 is #3ABDA8. Grayscale: #6B6B6B. Windows color (decimal): -3849641 or 5718725. OLE color: 5718725.
HSL color Cylindrical-coordinate representation of color #C54257: hue angle of 350.38º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54257 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 87 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.23 |
| HSL | 350.38º | 0.53% | 0.52% | - |
| HSV(B) | 350.38º | 0.66% | 0.77% | - |
| XYZ | 26.69 | 16.45 | 10.79 | - |
| YUV | 107.56 | 116.4 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 87 | 0 | 0.66 | 0.56 | 0.23 | 350.38 | 0.53 | 0.52 |
| Hex | C5 | 42 | 57 | 0 | 42 | 38 | 17 | 15E | 35 | 34 |
| Octal | 305 | 102 | 127 | 0 | 102 | 70 | 27 | 536 | 65 | 64 |
| Binary | 11000101 | 1000010 | 1010111 | 0 | 1000010 | 111000 | 10111 | 101011110 | 110101 | 110100 |
Color Harmonies of #C54257
Complementary color
Monochromatic Colors of #C54257
Black with #C54257
Text Example
Text Example
White with #C54257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54257; }
p { color: rgb(197,66,87); }
H1.HeaderClassName
{
color: #C54257;
}
.AnyTagClassName
{
color: #C54257;
}
</style>
background-color css
<style>
a { background-color: #C54257; }
a { background-color: rgb(197,66,87); }
div.DivClassName
{
background-color: #C54257;
}
.BgClassName
{
background-color: #C54257;
}
</style>
border-color css
<style>
span { border-color: #C54257; }
span { border-color: rgb(197,66,87); }
td.TdClassName
{
border-color: #C54257;
}
.TagClassName
{
border-color: #C54257;
}
</style>