Shades of Mandy #C9585D
Tints of Mandy #C9585D
RGB
CMYK
RGB Variations
Color information
#C9585D (or 0xC9585D) is known color: Mandy. HEX triplet: C9, 58 and 5D. RGB value is (201,88,93). Sum of RGB (Red+Green+Blue) = 201+88+93=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C9585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9585D is #36A7A2. Grayscale: #7A7A7A. Windows color (decimal): -3581859 or 6117577. OLE color: 6117577.
HSL color Cylindrical-coordinate representation of color #C9585D: hue angle of 357.35º 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 #C9585D is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 93 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.21 |
| HSL | 357.35º | 0.51% | 0.57% | - |
| HSV(B) | 357.35º | 0.56% | 0.79% | - |
| XYZ | 29.55 | 20.19 | 12.69 | - |
| YUV | 122.36 | 111.44 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 93 | 0 | 0.56 | 0.54 | 0.21 | 357.35 | 0.51 | 0.57 |
| Hex | C9 | 58 | 5D | 0 | 38 | 36 | 15 | 165 | 33 | 39 |
| Octal | 311 | 130 | 135 | 0 | 70 | 66 | 25 | 545 | 63 | 71 |
| Binary | 11001001 | 1011000 | 1011101 | 0 | 111000 | 110110 | 10101 | 101100101 | 110011 | 111001 |
Color Harmonies of #C9585D
Complementary color
Monochromatic Colors of #C9585D
Black with #C9585D
Text Example
Text Example
White with #C9585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9585D; }
p { color: rgb(201,88,93); }
H1.HeaderClassName
{
color: #C9585D;
}
.AnyTagClassName
{
color: #C9585D;
}
</style>
background-color css
<style>
a { background-color: #C9585D; }
a { background-color: rgb(201,88,93); }
div.DivClassName
{
background-color: #C9585D;
}
.BgClassName
{
background-color: #C9585D;
}
</style>
border-color css
<style>
span { border-color: #C9585D; }
span { border-color: rgb(201,88,93); }
td.TdClassName
{
border-color: #C9585D;
}
.TagClassName
{
border-color: #C9585D;
}
</style>