Shades of Mulberry #C95789
Tints of Mulberry #C95789
RGB
CMYK
RGB Variations
Color information
#C95789 (or 0xC95789) is known color: Mulberry. HEX triplet: C9, 57 and 89. RGB value is (201,87,137). Sum of RGB (Red+Green+Blue) = 201+87+137=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C95789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95789 is #36A876. Grayscale: #7E7E7E. Windows color (decimal): -3582071 or 9000905. OLE color: 9000905.
HSL color Cylindrical-coordinate representation of color #C95789: hue angle of 333.68º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95789 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 137 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.21 |
| HSL | 333.68º | 0.51% | 0.56% | - |
| HSV(B) | 333.68º | 0.57% | 0.79% | - |
| XYZ | 32.01 | 21.04 | 26.04 | - |
| YUV | 126.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 137 | 0 | 0.57 | 0.32 | 0.21 | 333.68 | 0.51 | 0.56 |
| Hex | C9 | 57 | 89 | 0 | 39 | 20 | 15 | 14E | 33 | 38 |
| Octal | 311 | 127 | 211 | 0 | 71 | 40 | 25 | 516 | 63 | 70 |
| Binary | 11001001 | 1010111 | 10001001 | 0 | 111001 | 100000 | 10101 | 101001110 | 110011 | 111000 |
Color Harmonies of #C95789
Complementary color
Monochromatic Colors of #C95789
Black with #C95789
Text Example
Text Example
White with #C95789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95789; }
p { color: rgb(201,87,137); }
H1.HeaderClassName
{
color: #C95789;
}
.AnyTagClassName
{
color: #C95789;
}
</style>
background-color css
<style>
a { background-color: #C95789; }
a { background-color: rgb(201,87,137); }
div.DivClassName
{
background-color: #C95789;
}
.BgClassName
{
background-color: #C95789;
}
</style>
border-color css
<style>
span { border-color: #C95789; }
span { border-color: rgb(201,87,137); }
td.TdClassName
{
border-color: #C95789;
}
.TagClassName
{
border-color: #C95789;
}
</style>