Shades of Mandy #C54F56
Tints of Mandy #C54F56
RGB
CMYK
RGB Variations
Color information
#C54F56 (or 0xC54F56) is known color: Mandy. HEX triplet: C5, 4F and 56. RGB value is (197,79,86). Sum of RGB (Red+Green+Blue) = 197+79+86=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54F56 is #3AB0A9. Grayscale: #737373. Windows color (decimal): -3846314 or 5656517. OLE color: 5656517.
HSL color Cylindrical-coordinate representation of color #C54F56: hue angle of 356.44º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54F56 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 86 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.23 |
| HSL | 356.44º | 0.5% | 0.54% | - |
| HSV(B) | 356.44º | 0.6% | 0.77% | - |
| XYZ | 27.5 | 18.13 | 10.85 | - |
| YUV | 115.08 | 111.59 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 86 | 0 | 0.60 | 0.56 | 0.23 | 356.44 | 0.5 | 0.54 |
| Hex | C5 | 4F | 56 | 0 | 3C | 38 | 17 | 164 | 32 | 36 |
| Octal | 305 | 117 | 126 | 0 | 74 | 70 | 27 | 544 | 62 | 66 |
| Binary | 11000101 | 1001111 | 1010110 | 0 | 111100 | 111000 | 10111 | 101100100 | 110010 | 110110 |
Color Harmonies of #C54F56
Complementary color
Monochromatic Colors of #C54F56
Black with #C54F56
Text Example
Text Example
White with #C54F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54F56; }
p { color: rgb(197,79,86); }
H1.HeaderClassName
{
color: #C54F56;
}
.AnyTagClassName
{
color: #C54F56;
}
</style>
background-color css
<style>
a { background-color: #C54F56; }
a { background-color: rgb(197,79,86); }
div.DivClassName
{
background-color: #C54F56;
}
.BgClassName
{
background-color: #C54F56;
}
</style>
border-color css
<style>
span { border-color: #C54F56; }
span { border-color: rgb(197,79,86); }
td.TdClassName
{
border-color: #C54F56;
}
.TagClassName
{
border-color: #C54F56;
}
</style>