Shades of Mandy #C55458
Tints of Mandy #C55458
RGB
CMYK
RGB Variations
Color information
#C55458 (or 0xC55458) is known color: Mandy. HEX triplet: C5, 54 and 58. RGB value is (197,84,88). Sum of RGB (Red+Green+Blue) = 197+84+88=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C55458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55458 is #3AABA7. Grayscale: #767676. Windows color (decimal): -3845032 or 5788869. OLE color: 5788869.
HSL color Cylindrical-coordinate representation of color #C55458: hue angle of 357.88º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55458 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 88 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.23 |
| HSL | 357.88º | 0.49% | 0.55% | - |
| HSV(B) | 357.88º | 0.57% | 0.77% | - |
| XYZ | 27.96 | 18.92 | 11.41 | - |
| YUV | 118.24 | 110.94 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 88 | 0 | 0.57 | 0.55 | 0.23 | 357.88 | 0.49 | 0.55 |
| Hex | C5 | 54 | 58 | 0 | 39 | 37 | 17 | 166 | 31 | 37 |
| Octal | 305 | 124 | 130 | 0 | 71 | 67 | 27 | 546 | 61 | 67 |
| Binary | 11000101 | 1010100 | 1011000 | 0 | 111001 | 110111 | 10111 | 101100110 | 110001 | 110111 |
Color Harmonies of #C55458
Complementary color
Monochromatic Colors of #C55458
Black with #C55458
Text Example
Text Example
White with #C55458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55458; }
p { color: rgb(197,84,88); }
H1.HeaderClassName
{
color: #C55458;
}
.AnyTagClassName
{
color: #C55458;
}
</style>
background-color css
<style>
a { background-color: #C55458; }
a { background-color: rgb(197,84,88); }
div.DivClassName
{
background-color: #C55458;
}
.BgClassName
{
background-color: #C55458;
}
</style>
border-color css
<style>
span { border-color: #C55458; }
span { border-color: rgb(197,84,88); }
td.TdClassName
{
border-color: #C55458;
}
.TagClassName
{
border-color: #C55458;
}
</style>