Shades of Mandy #C55559
Tints of Mandy #C55559
RGB
CMYK
RGB Variations
Color information
#C55559 (or 0xC55559) is known color: Mandy. HEX triplet: C5, 55 and 59. RGB value is (197,85,89). Sum of RGB (Red+Green+Blue) = 197+85+89=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C55559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55559 is #3AAAA6. Grayscale: #777777. Windows color (decimal): -3844775 or 5854661. OLE color: 5854661.
HSL color Cylindrical-coordinate representation of color #C55559: hue angle of 357.86º 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 #C55559 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 89 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.23 |
| HSL | 357.86º | 0.49% | 0.55% | - |
| HSV(B) | 357.86º | 0.57% | 0.77% | - |
| XYZ | 28.08 | 19.09 | 11.66 | - |
| YUV | 118.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 89 | 0 | 0.57 | 0.55 | 0.23 | 357.86 | 0.49 | 0.55 |
| Hex | C5 | 55 | 59 | 0 | 39 | 37 | 17 | 166 | 31 | 37 |
| Octal | 305 | 125 | 131 | 0 | 71 | 67 | 27 | 546 | 61 | 67 |
| Binary | 11000101 | 1010101 | 1011001 | 0 | 111001 | 110111 | 10111 | 101100110 | 110001 | 110111 |
Color Harmonies of #C55559
Complementary color
Monochromatic Colors of #C55559
Black with #C55559
Text Example
Text Example
White with #C55559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55559; }
p { color: rgb(197,85,89); }
H1.HeaderClassName
{
color: #C55559;
}
.AnyTagClassName
{
color: #C55559;
}
</style>
background-color css
<style>
a { background-color: #C55559; }
a { background-color: rgb(197,85,89); }
div.DivClassName
{
background-color: #C55559;
}
.BgClassName
{
background-color: #C55559;
}
</style>
border-color css
<style>
span { border-color: #C55559; }
span { border-color: rgb(197,85,89); }
td.TdClassName
{
border-color: #C55559;
}
.TagClassName
{
border-color: #C55559;
}
</style>