Shades of Mulberry #C95896
Tints of Mulberry #C95896
RGB
CMYK
RGB Variations
Color information
#C95896 (or 0xC95896) is known color: Mulberry. HEX triplet: C9, 58 and 96. RGB value is (201,88,150). Sum of RGB (Red+Green+Blue) = 201+88+150=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C95896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95896 is #36A769. Grayscale: #808080. Windows color (decimal): -3581802 or 9853129. OLE color: 9853129.
HSL color Cylindrical-coordinate representation of color #C95896: hue angle of 327.08º 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 #C95896 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 150 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.21 |
| HSL | 327.08º | 0.51% | 0.57% | - |
| HSV(B) | 327.08º | 0.56% | 0.79% | - |
| XYZ | 33.08 | 21.6 | 31.28 | - |
| YUV | 128.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 150 | 0 | 0.56 | 0.25 | 0.21 | 327.08 | 0.51 | 0.57 |
| Hex | C9 | 58 | 96 | 0 | 38 | 19 | 15 | 147 | 33 | 39 |
| Octal | 311 | 130 | 226 | 0 | 70 | 31 | 25 | 507 | 63 | 71 |
| Binary | 11001001 | 1011000 | 10010110 | 0 | 111000 | 11001 | 10101 | 101000111 | 110011 | 111001 |
Color Harmonies of #C95896
Complementary color
Monochromatic Colors of #C95896
Black with #C95896
Text Example
Text Example
White with #C95896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95896; }
p { color: rgb(201,88,150); }
H1.HeaderClassName
{
color: #C95896;
}
.AnyTagClassName
{
color: #C95896;
}
</style>
background-color css
<style>
a { background-color: #C95896; }
a { background-color: rgb(201,88,150); }
div.DivClassName
{
background-color: #C95896;
}
.BgClassName
{
background-color: #C95896;
}
</style>
border-color css
<style>
span { border-color: #C95896; }
span { border-color: rgb(201,88,150); }
td.TdClassName
{
border-color: #C95896;
}
.TagClassName
{
border-color: #C95896;
}
</style>