Shades of Mandy #C54D5D
Tints of Mandy #C54D5D
RGB
CMYK
RGB Variations
Color information
#C54D5D (or 0xC54D5D) is known color: Mandy. HEX triplet: C5, 4D and 5D. RGB value is (197,77,93). Sum of RGB (Red+Green+Blue) = 197+77+93=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54D5D is #3AB2A2. Grayscale: #727272. Windows color (decimal): -3846819 or 6114757. OLE color: 6114757.
HSL color Cylindrical-coordinate representation of color #C54D5D: hue angle of 352º 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 #C54D5D is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 93 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.23 |
| HSL | 352º | 0.51% | 0.54% | - |
| HSV(B) | 352º | 0.61% | 0.77% | - |
| XYZ | 27.66 | 17.97 | 12.37 | - |
| YUV | 114.7 | 115.76 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 93 | 0 | 0.61 | 0.53 | 0.23 | 352 | 0.51 | 0.54 |
| Hex | C5 | 4D | 5D | 0 | 3D | 35 | 17 | 160 | 33 | 36 |
| Octal | 305 | 115 | 135 | 0 | 75 | 65 | 27 | 540 | 63 | 66 |
| Binary | 11000101 | 1001101 | 1011101 | 0 | 111101 | 110101 | 10111 | 101100000 | 110011 | 110110 |
Color Harmonies of #C54D5D
Complementary color
Monochromatic Colors of #C54D5D
Black with #C54D5D
Text Example
Text Example
White with #C54D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D5D; }
p { color: rgb(197,77,93); }
H1.HeaderClassName
{
color: #C54D5D;
}
.AnyTagClassName
{
color: #C54D5D;
}
</style>
background-color css
<style>
a { background-color: #C54D5D; }
a { background-color: rgb(197,77,93); }
div.DivClassName
{
background-color: #C54D5D;
}
.BgClassName
{
background-color: #C54D5D;
}
</style>
border-color css
<style>
span { border-color: #C54D5D; }
span { border-color: rgb(197,77,93); }
td.TdClassName
{
border-color: #C54D5D;
}
.TagClassName
{
border-color: #C54D5D;
}
</style>