Shades of Mandy #C54E5E
Tints of Mandy #C54E5E
RGB
CMYK
RGB Variations
Color information
#C54E5E (or 0xC54E5E) is known color: Mandy. HEX triplet: C5, 4E and 5E. RGB value is (197,78,94). Sum of RGB (Red+Green+Blue) = 197+78+94=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54E5E is #3AB1A1. Grayscale: #737373. Windows color (decimal): -3846562 or 6180549. OLE color: 6180549.
HSL color Cylindrical-coordinate representation of color #C54E5E: hue angle of 351.93º 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 #C54E5E is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 94 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.23 |
| HSL | 351.93º | 0.51% | 0.54% | - |
| HSV(B) | 351.93º | 0.6% | 0.77% | - |
| XYZ | 27.77 | 18.13 | 12.62 | - |
| YUV | 115.41 | 115.92 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 94 | 0 | 0.60 | 0.52 | 0.23 | 351.93 | 0.51 | 0.54 |
| Hex | C5 | 4E | 5E | 0 | 3C | 34 | 17 | 160 | 33 | 36 |
| Octal | 305 | 116 | 136 | 0 | 74 | 64 | 27 | 540 | 63 | 66 |
| Binary | 11000101 | 1001110 | 1011110 | 0 | 111100 | 110100 | 10111 | 101100000 | 110011 | 110110 |
Color Harmonies of #C54E5E
Complementary color
Monochromatic Colors of #C54E5E
Black with #C54E5E
Text Example
Text Example
White with #C54E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E5E; }
p { color: rgb(197,78,94); }
H1.HeaderClassName
{
color: #C54E5E;
}
.AnyTagClassName
{
color: #C54E5E;
}
</style>
background-color css
<style>
a { background-color: #C54E5E; }
a { background-color: rgb(197,78,94); }
div.DivClassName
{
background-color: #C54E5E;
}
.BgClassName
{
background-color: #C54E5E;
}
</style>
border-color css
<style>
span { border-color: #C54E5E; }
span { border-color: rgb(197,78,94); }
td.TdClassName
{
border-color: #C54E5E;
}
.TagClassName
{
border-color: #C54E5E;
}
</style>