Shades of Mandy #C54E5D
Tints of Mandy #C54E5D
RGB
CMYK
RGB Variations
Color information
#C54E5D (or 0xC54E5D) is known color: Mandy. HEX triplet: C5, 4E and 5D. RGB value is (197,78,93). Sum of RGB (Red+Green+Blue) = 197+78+93=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54E5D is #3AB1A2. Grayscale: #737373. Windows color (decimal): -3846563 or 6115013. OLE color: 6115013.
HSL color Cylindrical-coordinate representation of color #C54E5D: hue angle of 352.44º 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 #C54E5D is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 93 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.23 |
| HSL | 352.44º | 0.51% | 0.54% | - |
| HSV(B) | 352.44º | 0.6% | 0.77% | - |
| XYZ | 27.73 | 18.11 | 12.39 | - |
| YUV | 115.29 | 115.42 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 93 | 0 | 0.60 | 0.53 | 0.23 | 352.44 | 0.51 | 0.54 |
| Hex | C5 | 4E | 5D | 0 | 3C | 35 | 17 | 160 | 33 | 36 |
| Octal | 305 | 116 | 135 | 0 | 74 | 65 | 27 | 540 | 63 | 66 |
| Binary | 11000101 | 1001110 | 1011101 | 0 | 111100 | 110101 | 10111 | 101100000 | 110011 | 110110 |
Color Harmonies of #C54E5D
Complementary color
Monochromatic Colors of #C54E5D
Black with #C54E5D
Text Example
Text Example
White with #C54E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E5D; }
p { color: rgb(197,78,93); }
H1.HeaderClassName
{
color: #C54E5D;
}
.AnyTagClassName
{
color: #C54E5D;
}
</style>
background-color css
<style>
a { background-color: #C54E5D; }
a { background-color: rgb(197,78,93); }
div.DivClassName
{
background-color: #C54E5D;
}
.BgClassName
{
background-color: #C54E5D;
}
</style>
border-color css
<style>
span { border-color: #C54E5D; }
span { border-color: rgb(197,78,93); }
td.TdClassName
{
border-color: #C54E5D;
}
.TagClassName
{
border-color: #C54E5D;
}
</style>