Shades of Mandy #C9585F
Tints of Mandy #C9585F
RGB
CMYK
RGB Variations
Color information
#C9585F (or 0xC9585F) is known color: Mandy. HEX triplet: C9, 58 and 5F. RGB value is (201,88,95). Sum of RGB (Red+Green+Blue) = 201+88+95=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C9585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9585F is #36A7A0. Grayscale: #7A7A7A. Windows color (decimal): -3581857 or 6248649. OLE color: 6248649.
HSL color Cylindrical-coordinate representation of color #C9585F: hue angle of 356.28º 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 #C9585F is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 95 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.21 |
| HSL | 356.28º | 0.51% | 0.57% | - |
| HSV(B) | 356.28º | 0.56% | 0.79% | - |
| XYZ | 29.64 | 20.22 | 13.17 | - |
| YUV | 122.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 95 | 0 | 0.56 | 0.53 | 0.21 | 356.28 | 0.51 | 0.57 |
| Hex | C9 | 58 | 5F | 0 | 38 | 35 | 15 | 164 | 33 | 39 |
| Octal | 311 | 130 | 137 | 0 | 70 | 65 | 25 | 544 | 63 | 71 |
| Binary | 11001001 | 1011000 | 1011111 | 0 | 111000 | 110101 | 10101 | 101100100 | 110011 | 111001 |
Color Harmonies of #C9585F
Complementary color
Monochromatic Colors of #C9585F
Black with #C9585F
Text Example
Text Example
White with #C9585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9585F; }
p { color: rgb(201,88,95); }
H1.HeaderClassName
{
color: #C9585F;
}
.AnyTagClassName
{
color: #C9585F;
}
</style>
background-color css
<style>
a { background-color: #C9585F; }
a { background-color: rgb(201,88,95); }
div.DivClassName
{
background-color: #C9585F;
}
.BgClassName
{
background-color: #C9585F;
}
</style>
border-color css
<style>
span { border-color: #C9585F; }
span { border-color: rgb(201,88,95); }
td.TdClassName
{
border-color: #C9585F;
}
.TagClassName
{
border-color: #C9585F;
}
</style>