Shades of Mulberry #C95890
Tints of Mulberry #C95890
RGB
CMYK
RGB Variations
Color information
#C95890 (or 0xC95890) is known color: Mulberry. HEX triplet: C9, 58 and 90. RGB value is (201,88,144). Sum of RGB (Red+Green+Blue) = 201+88+144=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C95890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95890 is #36A76F. Grayscale: #808080. Windows color (decimal): -3581808 or 9459913. OLE color: 9459913.
HSL color Cylindrical-coordinate representation of color #C95890: hue angle of 330.27º 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 #C95890 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 144 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.21 |
| HSL | 330.27º | 0.51% | 0.57% | - |
| HSV(B) | 330.27º | 0.56% | 0.79% | - |
| XYZ | 32.61 | 21.41 | 28.8 | - |
| YUV | 128.17 | 136.94 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 144 | 0 | 0.56 | 0.28 | 0.21 | 330.27 | 0.51 | 0.57 |
| Hex | C9 | 58 | 90 | 0 | 38 | 1C | 15 | 14A | 33 | 39 |
| Octal | 311 | 130 | 220 | 0 | 70 | 34 | 25 | 512 | 63 | 71 |
| Binary | 11001001 | 1011000 | 10010000 | 0 | 111000 | 11100 | 10101 | 101001010 | 110011 | 111001 |
Color Harmonies of #C95890
Complementary color
Monochromatic Colors of #C95890
Black with #C95890
Text Example
Text Example
White with #C95890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95890; }
p { color: rgb(201,88,144); }
H1.HeaderClassName
{
color: #C95890;
}
.AnyTagClassName
{
color: #C95890;
}
</style>
background-color css
<style>
a { background-color: #C95890; }
a { background-color: rgb(201,88,144); }
div.DivClassName
{
background-color: #C95890;
}
.BgClassName
{
background-color: #C95890;
}
</style>
border-color css
<style>
span { border-color: #C95890; }
span { border-color: rgb(201,88,144); }
td.TdClassName
{
border-color: #C95890;
}
.TagClassName
{
border-color: #C95890;
}
</style>