Shades of Mandy #C54C5F
Tints of Mandy #C54C5F
RGB
CMYK
RGB Variations
Color information
#C54C5F (or 0xC54C5F) is known color: Mandy. HEX triplet: C5, 4C and 5F. RGB value is (197,76,95). Sum of RGB (Red+Green+Blue) = 197+76+95=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54C5F is #3AB3A0. Grayscale: #727272. Windows color (decimal): -3847073 or 6245573. OLE color: 6245573.
HSL color Cylindrical-coordinate representation of color #C54C5F: hue angle of 350.58º 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 #C54C5F is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 95 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.23 |
| HSL | 350.58º | 0.51% | 0.54% | - |
| HSV(B) | 350.58º | 0.61% | 0.77% | - |
| XYZ | 27.68 | 17.87 | 12.82 | - |
| YUV | 114.35 | 117.09 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 95 | 0 | 0.61 | 0.52 | 0.23 | 350.58 | 0.51 | 0.54 |
| Hex | C5 | 4C | 5F | 0 | 3D | 34 | 17 | 15F | 33 | 36 |
| Octal | 305 | 114 | 137 | 0 | 75 | 64 | 27 | 537 | 63 | 66 |
| Binary | 11000101 | 1001100 | 1011111 | 0 | 111101 | 110100 | 10111 | 101011111 | 110011 | 110110 |
Color Harmonies of #C54C5F
Complementary color
Monochromatic Colors of #C54C5F
Black with #C54C5F
Text Example
Text Example
White with #C54C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C5F; }
p { color: rgb(197,76,95); }
H1.HeaderClassName
{
color: #C54C5F;
}
.AnyTagClassName
{
color: #C54C5F;
}
</style>
background-color css
<style>
a { background-color: #C54C5F; }
a { background-color: rgb(197,76,95); }
div.DivClassName
{
background-color: #C54C5F;
}
.BgClassName
{
background-color: #C54C5F;
}
</style>
border-color css
<style>
span { border-color: #C54C5F; }
span { border-color: rgb(197,76,95); }
td.TdClassName
{
border-color: #C54C5F;
}
.TagClassName
{
border-color: #C54C5F;
}
</style>