Shades of Mandy #C55159
Tints of Mandy #C55159
RGB
CMYK
RGB Variations
Color information
#C55159 (or 0xC55159) is known color: Mandy. HEX triplet: C5, 51 and 59. RGB value is (197,81,89). Sum of RGB (Red+Green+Blue) = 197+81+89=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C55159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55159 is #3AAEA6. Grayscale: #747474. Windows color (decimal): -3845799 or 5853637. OLE color: 5853637.
HSL color Cylindrical-coordinate representation of color #C55159: hue angle of 355.86º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55159 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 89 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.23 |
| HSL | 355.86º | 0.5% | 0.55% | - |
| HSV(B) | 355.86º | 0.59% | 0.77% | - |
| XYZ | 27.77 | 18.48 | 11.55 | - |
| YUV | 116.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 89 | 0 | 0.59 | 0.55 | 0.23 | 355.86 | 0.5 | 0.55 |
| Hex | C5 | 51 | 59 | 0 | 3B | 37 | 17 | 164 | 32 | 37 |
| Octal | 305 | 121 | 131 | 0 | 73 | 67 | 27 | 544 | 62 | 67 |
| Binary | 11000101 | 1010001 | 1011001 | 0 | 111011 | 110111 | 10111 | 101100100 | 110010 | 110111 |
Color Harmonies of #C55159
Complementary color
Monochromatic Colors of #C55159
Black with #C55159
Text Example
Text Example
White with #C55159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55159; }
p { color: rgb(197,81,89); }
H1.HeaderClassName
{
color: #C55159;
}
.AnyTagClassName
{
color: #C55159;
}
</style>
background-color css
<style>
a { background-color: #C55159; }
a { background-color: rgb(197,81,89); }
div.DivClassName
{
background-color: #C55159;
}
.BgClassName
{
background-color: #C55159;
}
</style>
border-color css
<style>
span { border-color: #C55159; }
span { border-color: rgb(197,81,89); }
td.TdClassName
{
border-color: #C55159;
}
.TagClassName
{
border-color: #C55159;
}
</style>