Shades of Mandy #C54C51
Tints of Mandy #C54C51
RGB
CMYK
RGB Variations
Color information
#C54C51 (or 0xC54C51) is known color: Mandy. HEX triplet: C5, 4C and 51. RGB value is (197,76,81). Sum of RGB (Red+Green+Blue) = 197+76+81=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54C51 is #3AB3AE. Grayscale: #707070. Windows color (decimal): -3847087 or 5328069. OLE color: 5328069.
HSL color Cylindrical-coordinate representation of color #C54C51: hue angle of 357.52º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C54C51 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 81 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.23 |
| HSL | 357.52º | 0.51% | 0.54% | - |
| HSV(B) | 357.52º | 0.61% | 0.77% | - |
| XYZ | 27.1 | 17.63 | 9.76 | - |
| YUV | 112.75 | 110.09 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 81 | 0 | 0.61 | 0.59 | 0.23 | 357.52 | 0.51 | 0.54 |
| Hex | C5 | 4C | 51 | 0 | 3D | 3B | 17 | 166 | 33 | 36 |
| Octal | 305 | 114 | 121 | 0 | 75 | 73 | 27 | 546 | 63 | 66 |
| Binary | 11000101 | 1001100 | 1010001 | 0 | 111101 | 111011 | 10111 | 101100110 | 110011 | 110110 |
Color Harmonies of #C54C51
Complementary color
Monochromatic Colors of #C54C51
Black with #C54C51
Text Example
Text Example
White with #C54C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C51; }
p { color: rgb(197,76,81); }
H1.HeaderClassName
{
color: #C54C51;
}
.AnyTagClassName
{
color: #C54C51;
}
</style>
background-color css
<style>
a { background-color: #C54C51; }
a { background-color: rgb(197,76,81); }
div.DivClassName
{
background-color: #C54C51;
}
.BgClassName
{
background-color: #C54C51;
}
</style>
border-color css
<style>
span { border-color: #C54C51; }
span { border-color: rgb(197,76,81); }
td.TdClassName
{
border-color: #C54C51;
}
.TagClassName
{
border-color: #C54C51;
}
</style>