Shades of Mulberry #C95889
Tints of Mulberry #C95889
RGB
CMYK
RGB Variations
Color information
#C95889 (or 0xC95889) is known color: Mulberry. HEX triplet: C9, 58 and 89. RGB value is (201,88,137). Sum of RGB (Red+Green+Blue) = 201+88+137=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C95889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95889 is #36A776. Grayscale: #7F7F7F. Windows color (decimal): -3581815 or 9001161. OLE color: 9001161.
HSL color Cylindrical-coordinate representation of color #C95889: hue angle of 333.98º 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 #C95889 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 137 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.21 |
| HSL | 333.98º | 0.51% | 0.57% | - |
| HSV(B) | 333.98º | 0.56% | 0.79% | - |
| XYZ | 32.09 | 21.2 | 26.07 | - |
| YUV | 127.37 | 133.44 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 137 | 0 | 0.56 | 0.32 | 0.21 | 333.98 | 0.51 | 0.57 |
| Hex | C9 | 58 | 89 | 0 | 38 | 20 | 15 | 14E | 33 | 39 |
| Octal | 311 | 130 | 211 | 0 | 70 | 40 | 25 | 516 | 63 | 71 |
| Binary | 11001001 | 1011000 | 10001001 | 0 | 111000 | 100000 | 10101 | 101001110 | 110011 | 111001 |
Color Harmonies of #C95889
Complementary color
Monochromatic Colors of #C95889
Black with #C95889
Text Example
Text Example
White with #C95889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95889; }
p { color: rgb(201,88,137); }
H1.HeaderClassName
{
color: #C95889;
}
.AnyTagClassName
{
color: #C95889;
}
</style>
background-color css
<style>
a { background-color: #C95889; }
a { background-color: rgb(201,88,137); }
div.DivClassName
{
background-color: #C95889;
}
.BgClassName
{
background-color: #C95889;
}
</style>
border-color css
<style>
span { border-color: #C95889; }
span { border-color: rgb(201,88,137); }
td.TdClassName
{
border-color: #C95889;
}
.TagClassName
{
border-color: #C95889;
}
</style>