Shades of Mulberry #C95799
Tints of Mulberry #C95799
RGB
CMYK
RGB Variations
Color information
#C95799 (or 0xC95799) is known color: Mulberry. HEX triplet: C9, 57 and 99. RGB value is (201,87,153). Sum of RGB (Red+Green+Blue) = 201+87+153=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C95799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95799 is #36A866. Grayscale: #808080. Windows color (decimal): -3582055 or 10049481. OLE color: 10049481.
HSL color Cylindrical-coordinate representation of color #C95799: hue angle of 325.26º 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 #C95799 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 153 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.21 |
| HSL | 325.26º | 0.51% | 0.56% | - |
| HSV(B) | 325.26º | 0.57% | 0.79% | - |
| XYZ | 33.25 | 21.53 | 32.54 | - |
| YUV | 128.61 | 141.77 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 153 | 0 | 0.57 | 0.24 | 0.21 | 325.26 | 0.51 | 0.56 |
| Hex | C9 | 57 | 99 | 0 | 39 | 18 | 15 | 145 | 33 | 38 |
| Octal | 311 | 127 | 231 | 0 | 71 | 30 | 25 | 505 | 63 | 70 |
| Binary | 11001001 | 1010111 | 10011001 | 0 | 111001 | 11000 | 10101 | 101000101 | 110011 | 111000 |
Color Harmonies of #C95799
Complementary color
Monochromatic Colors of #C95799
Black with #C95799
Text Example
Text Example
White with #C95799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95799; }
p { color: rgb(201,87,153); }
H1.HeaderClassName
{
color: #C95799;
}
.AnyTagClassName
{
color: #C95799;
}
</style>
background-color css
<style>
a { background-color: #C95799; }
a { background-color: rgb(201,87,153); }
div.DivClassName
{
background-color: #C95799;
}
.BgClassName
{
background-color: #C95799;
}
</style>
border-color css
<style>
span { border-color: #C95799; }
span { border-color: rgb(201,87,153); }
td.TdClassName
{
border-color: #C95799;
}
.TagClassName
{
border-color: #C95799;
}
</style>