Shades of Mulberry #C9588E
Tints of Mulberry #C9588E
RGB
CMYK
RGB Variations
Color information
#C9588E (or 0xC9588E) is known color: Mulberry. HEX triplet: C9, 58 and 8E. RGB value is (201,88,142). Sum of RGB (Red+Green+Blue) = 201+88+142=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9588E is #36A771. Grayscale: #7F7F7F. Windows color (decimal): -3581810 or 9328841. OLE color: 9328841.
HSL color Cylindrical-coordinate representation of color #C9588E: hue angle of 331.33º 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 #C9588E is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 142 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.21 |
| HSL | 331.33º | 0.51% | 0.57% | - |
| HSV(B) | 331.33º | 0.56% | 0.79% | - |
| XYZ | 32.46 | 21.35 | 28 | - |
| YUV | 127.94 | 135.94 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 142 | 0 | 0.56 | 0.29 | 0.21 | 331.33 | 0.51 | 0.57 |
| Hex | C9 | 58 | 8E | 0 | 38 | 1D | 15 | 14B | 33 | 39 |
| Octal | 311 | 130 | 216 | 0 | 70 | 35 | 25 | 513 | 63 | 71 |
| Binary | 11001001 | 1011000 | 10001110 | 0 | 111000 | 11101 | 10101 | 101001011 | 110011 | 111001 |
Color Harmonies of #C9588E
Complementary color
Monochromatic Colors of #C9588E
Black with #C9588E
Text Example
Text Example
White with #C9588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9588E; }
p { color: rgb(201,88,142); }
H1.HeaderClassName
{
color: #C9588E;
}
.AnyTagClassName
{
color: #C9588E;
}
</style>
background-color css
<style>
a { background-color: #C9588E; }
a { background-color: rgb(201,88,142); }
div.DivClassName
{
background-color: #C9588E;
}
.BgClassName
{
background-color: #C9588E;
}
</style>
border-color css
<style>
span { border-color: #C9588E; }
span { border-color: rgb(201,88,142); }
td.TdClassName
{
border-color: #C9588E;
}
.TagClassName
{
border-color: #C9588E;
}
</style>