Shades of Mandy #C55659
Tints of Mandy #C55659
RGB
CMYK
RGB Variations
Color information
#C55659 (or 0xC55659) is known color: Mandy. HEX triplet: C5, 56 and 59. RGB value is (197,86,89). Sum of RGB (Red+Green+Blue) = 197+86+89=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C55659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55659 is #3AA9A6. Grayscale: #777777. Windows color (decimal): -3844519 or 5854917. OLE color: 5854917.
HSL color Cylindrical-coordinate representation of color #C55659: hue angle of 358.38º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55659 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 89 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.23 |
| HSL | 358.38º | 0.49% | 0.55% | - |
| HSV(B) | 358.38º | 0.56% | 0.77% | - |
| XYZ | 28.16 | 19.25 | 11.68 | - |
| YUV | 119.53 | 110.77 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 89 | 0 | 0.56 | 0.55 | 0.23 | 358.38 | 0.49 | 0.55 |
| Hex | C5 | 56 | 59 | 0 | 38 | 37 | 17 | 166 | 31 | 37 |
| Octal | 305 | 126 | 131 | 0 | 70 | 67 | 27 | 546 | 61 | 67 |
| Binary | 11000101 | 1010110 | 1011001 | 0 | 111000 | 110111 | 10111 | 101100110 | 110001 | 110111 |
Color Harmonies of #C55659
Complementary color
Monochromatic Colors of #C55659
Black with #C55659
Text Example
Text Example
White with #C55659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55659; }
p { color: rgb(197,86,89); }
H1.HeaderClassName
{
color: #C55659;
}
.AnyTagClassName
{
color: #C55659;
}
</style>
background-color css
<style>
a { background-color: #C55659; }
a { background-color: rgb(197,86,89); }
div.DivClassName
{
background-color: #C55659;
}
.BgClassName
{
background-color: #C55659;
}
</style>
border-color css
<style>
span { border-color: #C55659; }
span { border-color: rgb(197,86,89); }
td.TdClassName
{
border-color: #C55659;
}
.TagClassName
{
border-color: #C55659;
}
</style>