Shades of Mandy #C9595F
Tints of Mandy #C9595F
RGB
CMYK
RGB Variations
Color information
#C9595F (or 0xC9595F) is known color: Mandy. HEX triplet: C9, 59 and 5F. RGB value is (201,89,95). Sum of RGB (Red+Green+Blue) = 201+89+95=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C9595F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9595F is #36A6A0. Grayscale: #7B7B7B. Windows color (decimal): -3581601 or 6248905. OLE color: 6248905.
HSL color Cylindrical-coordinate representation of color #C9595F: hue angle of 356.79º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9595F is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 95 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.21 |
| HSL | 356.79º | 0.51% | 0.57% | - |
| HSV(B) | 356.79º | 0.56% | 0.79% | - |
| XYZ | 29.73 | 20.39 | 13.2 | - |
| YUV | 123.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 95 | 0 | 0.56 | 0.53 | 0.21 | 356.79 | 0.51 | 0.57 |
| Hex | C9 | 59 | 5F | 0 | 38 | 35 | 15 | 165 | 33 | 39 |
| Octal | 311 | 131 | 137 | 0 | 70 | 65 | 25 | 545 | 63 | 71 |
| Binary | 11001001 | 1011001 | 1011111 | 0 | 111000 | 110101 | 10101 | 101100101 | 110011 | 111001 |
Color Harmonies of #C9595F
Complementary color
Monochromatic Colors of #C9595F
Black with #C9595F
Text Example
Text Example
White with #C9595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9595F; }
p { color: rgb(201,89,95); }
H1.HeaderClassName
{
color: #C9595F;
}
.AnyTagClassName
{
color: #C9595F;
}
</style>
background-color css
<style>
a { background-color: #C9595F; }
a { background-color: rgb(201,89,95); }
div.DivClassName
{
background-color: #C9595F;
}
.BgClassName
{
background-color: #C9595F;
}
</style>
border-color css
<style>
span { border-color: #C9595F; }
span { border-color: rgb(201,89,95); }
td.TdClassName
{
border-color: #C9595F;
}
.TagClassName
{
border-color: #C9595F;
}
</style>