Shades of Mulberry #C95997
Tints of Mulberry #C95997
RGB
CMYK
RGB Variations
Color information
#C95997 (or 0xC95997) is known color: Mulberry. HEX triplet: C9, 59 and 97. RGB value is (201,89,151). Sum of RGB (Red+Green+Blue) = 201+89+151=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C95997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95997 is #36A668. Grayscale: #818181. Windows color (decimal): -3581545 or 9918921. OLE color: 9918921.
HSL color Cylindrical-coordinate representation of color #C95997: hue angle of 326.79º 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 #C95997 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 151 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.21 |
| HSL | 326.79º | 0.51% | 0.57% | - |
| HSV(B) | 326.79º | 0.56% | 0.79% | - |
| XYZ | 33.25 | 21.8 | 31.73 | - |
| YUV | 129.56 | 140.11 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 151 | 0 | 0.56 | 0.25 | 0.21 | 326.79 | 0.51 | 0.57 |
| Hex | C9 | 59 | 97 | 0 | 38 | 19 | 15 | 147 | 33 | 39 |
| Octal | 311 | 131 | 227 | 0 | 70 | 31 | 25 | 507 | 63 | 71 |
| Binary | 11001001 | 1011001 | 10010111 | 0 | 111000 | 11001 | 10101 | 101000111 | 110011 | 111001 |
Color Harmonies of #C95997
Complementary color
Monochromatic Colors of #C95997
Black with #C95997
Text Example
Text Example
White with #C95997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95997; }
p { color: rgb(201,89,151); }
H1.HeaderClassName
{
color: #C95997;
}
.AnyTagClassName
{
color: #C95997;
}
</style>
background-color css
<style>
a { background-color: #C95997; }
a { background-color: rgb(201,89,151); }
div.DivClassName
{
background-color: #C95997;
}
.BgClassName
{
background-color: #C95997;
}
</style>
border-color css
<style>
span { border-color: #C95997; }
span { border-color: rgb(201,89,151); }
td.TdClassName
{
border-color: #C95997;
}
.TagClassName
{
border-color: #C95997;
}
</style>