Shades of Mandy #C95759
Tints of Mandy #C95759
RGB
CMYK
RGB Variations
Color information
#C95759 (or 0xC95759) is known color: Mandy. HEX triplet: C9, 57 and 59. RGB value is (201,87,89). Sum of RGB (Red+Green+Blue) = 201+87+89=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C95759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95759 is #36A8A6. Grayscale: #797979. Windows color (decimal): -3582119 or 5855177. OLE color: 5855177.
HSL color Cylindrical-coordinate representation of color #C95759: hue angle of 358.95º degrees, saturation: 0.51, 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 #C95759 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 89 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.21 |
| HSL | 358.95º | 0.51% | 0.56% | - |
| HSV(B) | 358.95º | 0.57% | 0.79% | - |
| XYZ | 29.3 | 19.96 | 11.76 | - |
| YUV | 121.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 89 | 0 | 0.57 | 0.56 | 0.21 | 358.95 | 0.51 | 0.56 |
| Hex | C9 | 57 | 59 | 0 | 39 | 38 | 15 | 167 | 33 | 38 |
| Octal | 311 | 127 | 131 | 0 | 71 | 70 | 25 | 547 | 63 | 70 |
| Binary | 11001001 | 1010111 | 1011001 | 0 | 111001 | 111000 | 10101 | 101100111 | 110011 | 111000 |
Color Harmonies of #C95759
Complementary color
Monochromatic Colors of #C95759
Black with #C95759
Text Example
Text Example
White with #C95759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95759; }
p { color: rgb(201,87,89); }
H1.HeaderClassName
{
color: #C95759;
}
.AnyTagClassName
{
color: #C95759;
}
</style>
background-color css
<style>
a { background-color: #C95759; }
a { background-color: rgb(201,87,89); }
div.DivClassName
{
background-color: #C95759;
}
.BgClassName
{
background-color: #C95759;
}
</style>
border-color css
<style>
span { border-color: #C95759; }
span { border-color: rgb(201,87,89); }
td.TdClassName
{
border-color: #C95759;
}
.TagClassName
{
border-color: #C95759;
}
</style>