Shades of Mandy #C55054
Tints of Mandy #C55054
RGB
CMYK
RGB Variations
Color information
#C55054 (or 0xC55054) is known color: Mandy. HEX triplet: C5, 50 and 54. RGB value is (197,80,84). Sum of RGB (Red+Green+Blue) = 197+80+84=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C55054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55054 is #3AAFAB. Grayscale: #737373. Windows color (decimal): -3846060 or 5525701. OLE color: 5525701.
HSL color Cylindrical-coordinate representation of color #C55054: hue angle of 357.95º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55054 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 84 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.23 |
| HSL | 357.95º | 0.5% | 0.54% | - |
| HSV(B) | 357.95º | 0.59% | 0.77% | - |
| XYZ | 27.49 | 18.25 | 10.46 | - |
| YUV | 115.44 | 110.26 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 84 | 0 | 0.59 | 0.57 | 0.23 | 357.95 | 0.5 | 0.54 |
| Hex | C5 | 50 | 54 | 0 | 3B | 39 | 17 | 166 | 32 | 36 |
| Octal | 305 | 120 | 124 | 0 | 73 | 71 | 27 | 546 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1010100 | 0 | 111011 | 111001 | 10111 | 101100110 | 110010 | 110110 |
Color Harmonies of #C55054
Complementary color
Monochromatic Colors of #C55054
Black with #C55054
Text Example
Text Example
White with #C55054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55054; }
p { color: rgb(197,80,84); }
H1.HeaderClassName
{
color: #C55054;
}
.AnyTagClassName
{
color: #C55054;
}
</style>
background-color css
<style>
a { background-color: #C55054; }
a { background-color: rgb(197,80,84); }
div.DivClassName
{
background-color: #C55054;
}
.BgClassName
{
background-color: #C55054;
}
</style>
border-color css
<style>
span { border-color: #C55054; }
span { border-color: rgb(197,80,84); }
td.TdClassName
{
border-color: #C55054;
}
.TagClassName
{
border-color: #C55054;
}
</style>