Shades of Mulberry #C9599F
Tints of Mulberry #C9599F
RGB
CMYK
RGB Variations
Color information
#C9599F (or 0xC9599F) is known color: Mulberry. HEX triplet: C9, 59 and 9F. RGB value is (201,89,159). Sum of RGB (Red+Green+Blue) = 201+89+159=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9599F is #36A660. Grayscale: #828282. Windows color (decimal): -3581537 or 10443209. OLE color: 10443209.
HSL color Cylindrical-coordinate representation of color #C9599F: hue angle of 322.5º 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 #C9599F is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 159 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.21 |
| HSL | 322.5º | 0.51% | 0.57% | - |
| HSV(B) | 322.5º | 0.56% | 0.79% | - |
| XYZ | 33.92 | 22.07 | 35.27 | - |
| YUV | 130.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 159 | 0 | 0.56 | 0.21 | 0.21 | 322.5 | 0.51 | 0.57 |
| Hex | C9 | 59 | 9F | 0 | 38 | 15 | 15 | 142 | 33 | 39 |
| Octal | 311 | 131 | 237 | 0 | 70 | 25 | 25 | 502 | 63 | 71 |
| Binary | 11001001 | 1011001 | 10011111 | 0 | 111000 | 10101 | 10101 | 101000010 | 110011 | 111001 |
Color Harmonies of #C9599F
Complementary color
Monochromatic Colors of #C9599F
Black with #C9599F
Text Example
Text Example
White with #C9599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9599F; }
p { color: rgb(201,89,159); }
H1.HeaderClassName
{
color: #C9599F;
}
.AnyTagClassName
{
color: #C9599F;
}
</style>
background-color css
<style>
a { background-color: #C9599F; }
a { background-color: rgb(201,89,159); }
div.DivClassName
{
background-color: #C9599F;
}
.BgClassName
{
background-color: #C9599F;
}
</style>
border-color css
<style>
span { border-color: #C9599F; }
span { border-color: rgb(201,89,159); }
td.TdClassName
{
border-color: #C9599F;
}
.TagClassName
{
border-color: #C9599F;
}
</style>