Shades of Mandy #C9585C
Tints of Mandy #C9585C
RGB
CMYK
RGB Variations
Color information
#C9585C (or 0xC9585C) is known color: Mandy. HEX triplet: C9, 58 and 5C. RGB value is (201,88,92). Sum of RGB (Red+Green+Blue) = 201+88+92=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9585C is #36A7A3. Grayscale: #7A7A7A. Windows color (decimal): -3581860 or 6052041. OLE color: 6052041.
HSL color Cylindrical-coordinate representation of color #C9585C: hue angle of 357.88º 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 #C9585C is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 92 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.21 |
| HSL | 357.88º | 0.51% | 0.57% | - |
| HSV(B) | 357.88º | 0.56% | 0.79% | - |
| XYZ | 29.51 | 20.17 | 12.46 | - |
| YUV | 122.24 | 110.94 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 92 | 0 | 0.56 | 0.54 | 0.21 | 357.88 | 0.51 | 0.57 |
| Hex | C9 | 58 | 5C | 0 | 38 | 36 | 15 | 166 | 33 | 39 |
| Octal | 311 | 130 | 134 | 0 | 70 | 66 | 25 | 546 | 63 | 71 |
| Binary | 11001001 | 1011000 | 1011100 | 0 | 111000 | 110110 | 10101 | 101100110 | 110011 | 111001 |
Color Harmonies of #C9585C
Complementary color
Monochromatic Colors of #C9585C
Black with #C9585C
Text Example
Text Example
White with #C9585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9585C; }
p { color: rgb(201,88,92); }
H1.HeaderClassName
{
color: #C9585C;
}
.AnyTagClassName
{
color: #C9585C;
}
</style>
background-color css
<style>
a { background-color: #C9585C; }
a { background-color: rgb(201,88,92); }
div.DivClassName
{
background-color: #C9585C;
}
.BgClassName
{
background-color: #C9585C;
}
</style>
border-color css
<style>
span { border-color: #C9585C; }
span { border-color: rgb(201,88,92); }
td.TdClassName
{
border-color: #C9585C;
}
.TagClassName
{
border-color: #C9585C;
}
</style>