Shades of Mandy #C54F58
Tints of Mandy #C54F58
RGB
CMYK
RGB Variations
Color information
#C54F58 (or 0xC54F58) is known color: Mandy. HEX triplet: C5, 4F and 58. RGB value is (197,79,88). Sum of RGB (Red+Green+Blue) = 197+79+88=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54F58 is #3AB0A7. Grayscale: #737373. Windows color (decimal): -3846312 or 5787589. OLE color: 5787589.
HSL color Cylindrical-coordinate representation of color #C54F58: hue angle of 355.42º degrees, saturation: 0.5, 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 #C54F58 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 88 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.23 |
| HSL | 355.42º | 0.5% | 0.54% | - |
| HSV(B) | 355.42º | 0.6% | 0.77% | - |
| XYZ | 27.58 | 18.17 | 11.29 | - |
| YUV | 115.31 | 112.59 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 88 | 0 | 0.60 | 0.55 | 0.23 | 355.42 | 0.5 | 0.54 |
| Hex | C5 | 4F | 58 | 0 | 3C | 37 | 17 | 163 | 32 | 36 |
| Octal | 305 | 117 | 130 | 0 | 74 | 67 | 27 | 543 | 62 | 66 |
| Binary | 11000101 | 1001111 | 1011000 | 0 | 111100 | 110111 | 10111 | 101100011 | 110010 | 110110 |
Color Harmonies of #C54F58
Complementary color
Monochromatic Colors of #C54F58
Black with #C54F58
Text Example
Text Example
White with #C54F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54F58; }
p { color: rgb(197,79,88); }
H1.HeaderClassName
{
color: #C54F58;
}
.AnyTagClassName
{
color: #C54F58;
}
</style>
background-color css
<style>
a { background-color: #C54F58; }
a { background-color: rgb(197,79,88); }
div.DivClassName
{
background-color: #C54F58;
}
.BgClassName
{
background-color: #C54F58;
}
</style>
border-color css
<style>
span { border-color: #C54F58; }
span { border-color: rgb(197,79,88); }
td.TdClassName
{
border-color: #C54F58;
}
.TagClassName
{
border-color: #C54F58;
}
</style>