Shades of Mulberry #C95796
Tints of Mulberry #C95796
RGB
CMYK
RGB Variations
Color information
#C95796 (or 0xC95796) is known color: Mulberry. HEX triplet: C9, 57 and 96. RGB value is (201,87,150). Sum of RGB (Red+Green+Blue) = 201+87+150=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C95796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95796 is #36A869. Grayscale: #808080. Windows color (decimal): -3582058 or 9852873. OLE color: 9852873.
HSL color Cylindrical-coordinate representation of color #C95796: hue angle of 326.84º 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 #C95796 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 150 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.21 |
| HSL | 326.84º | 0.51% | 0.56% | - |
| HSV(B) | 326.84º | 0.57% | 0.79% | - |
| XYZ | 33 | 21.44 | 31.25 | - |
| YUV | 128.27 | 140.27 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 150 | 0 | 0.57 | 0.25 | 0.21 | 326.84 | 0.51 | 0.56 |
| Hex | C9 | 57 | 96 | 0 | 39 | 19 | 15 | 147 | 33 | 38 |
| Octal | 311 | 127 | 226 | 0 | 71 | 31 | 25 | 507 | 63 | 70 |
| Binary | 11001001 | 1010111 | 10010110 | 0 | 111001 | 11001 | 10101 | 101000111 | 110011 | 111000 |
Color Harmonies of #C95796
Complementary color
Monochromatic Colors of #C95796
Black with #C95796
Text Example
Text Example
White with #C95796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95796; }
p { color: rgb(201,87,150); }
H1.HeaderClassName
{
color: #C95796;
}
.AnyTagClassName
{
color: #C95796;
}
</style>
background-color css
<style>
a { background-color: #C95796; }
a { background-color: rgb(201,87,150); }
div.DivClassName
{
background-color: #C95796;
}
.BgClassName
{
background-color: #C95796;
}
</style>
border-color css
<style>
span { border-color: #C95796; }
span { border-color: rgb(201,87,150); }
td.TdClassName
{
border-color: #C95796;
}
.TagClassName
{
border-color: #C95796;
}
</style>