Shades of Mandy #C95659
Tints of Mandy #C95659
RGB
CMYK
RGB Variations
Color information
#C95659 (or 0xC95659) is known color: Mandy. HEX triplet: C9, 56 and 59. RGB value is (201,86,89). Sum of RGB (Red+Green+Blue) = 201+86+89=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C95659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95659 is #36A9A6. Grayscale: #787878. Windows color (decimal): -3582375 or 5854921. OLE color: 5854921.
HSL color Cylindrical-coordinate representation of color #C95659: hue angle of 358.43º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95659 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 89 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.21 |
| HSL | 358.43º | 0.52% | 0.56% | - |
| HSV(B) | 358.43º | 0.57% | 0.79% | - |
| XYZ | 29.22 | 19.79 | 11.73 | - |
| YUV | 120.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 89 | 0 | 0.57 | 0.56 | 0.21 | 358.43 | 0.52 | 0.56 |
| Hex | C9 | 56 | 59 | 0 | 39 | 38 | 15 | 166 | 34 | 38 |
| Octal | 311 | 126 | 131 | 0 | 71 | 70 | 25 | 546 | 64 | 70 |
| Binary | 11001001 | 1010110 | 1011001 | 0 | 111001 | 111000 | 10101 | 101100110 | 110100 | 111000 |
Color Harmonies of #C95659
Complementary color
Monochromatic Colors of #C95659
Black with #C95659
Text Example
Text Example
White with #C95659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95659; }
p { color: rgb(201,86,89); }
H1.HeaderClassName
{
color: #C95659;
}
.AnyTagClassName
{
color: #C95659;
}
</style>
background-color css
<style>
a { background-color: #C95659; }
a { background-color: rgb(201,86,89); }
div.DivClassName
{
background-color: #C95659;
}
.BgClassName
{
background-color: #C95659;
}
</style>
border-color css
<style>
span { border-color: #C95659; }
span { border-color: rgb(201,86,89); }
td.TdClassName
{
border-color: #C95659;
}
.TagClassName
{
border-color: #C95659;
}
</style>