Shades of Mandy #C54E5F
Tints of Mandy #C54E5F
RGB
CMYK
RGB Variations
Color information
#C54E5F (or 0xC54E5F) is known color: Mandy. HEX triplet: C5, 4E and 5F. RGB value is (197,78,95). Sum of RGB (Red+Green+Blue) = 197+78+95=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54E5F is #3AB1A0. Grayscale: #737373. Windows color (decimal): -3846561 or 6246085. OLE color: 6246085.
HSL color Cylindrical-coordinate representation of color #C54E5F: hue angle of 351.43º degrees, saturation: 0.51, 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 #C54E5F is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 95 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.23 |
| HSL | 351.43º | 0.51% | 0.54% | - |
| HSV(B) | 351.43º | 0.6% | 0.77% | - |
| XYZ | 27.82 | 18.15 | 12.86 | - |
| YUV | 115.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 95 | 0 | 0.60 | 0.52 | 0.23 | 351.43 | 0.51 | 0.54 |
| Hex | C5 | 4E | 5F | 0 | 3C | 34 | 17 | 15F | 33 | 36 |
| Octal | 305 | 116 | 137 | 0 | 74 | 64 | 27 | 537 | 63 | 66 |
| Binary | 11000101 | 1001110 | 1011111 | 0 | 111100 | 110100 | 10111 | 101011111 | 110011 | 110110 |
Color Harmonies of #C54E5F
Complementary color
Monochromatic Colors of #C54E5F
Black with #C54E5F
Text Example
Text Example
White with #C54E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E5F; }
p { color: rgb(197,78,95); }
H1.HeaderClassName
{
color: #C54E5F;
}
.AnyTagClassName
{
color: #C54E5F;
}
</style>
background-color css
<style>
a { background-color: #C54E5F; }
a { background-color: rgb(197,78,95); }
div.DivClassName
{
background-color: #C54E5F;
}
.BgClassName
{
background-color: #C54E5F;
}
</style>
border-color css
<style>
span { border-color: #C54E5F; }
span { border-color: rgb(197,78,95); }
td.TdClassName
{
border-color: #C54E5F;
}
.TagClassName
{
border-color: #C54E5F;
}
</style>