Shades of Mulberry #C9599B
Tints of Mulberry #C9599B
RGB
CMYK
RGB Variations
Color information
#C9599B (or 0xC9599B) is known color: Mulberry. HEX triplet: C9, 59 and 9B. RGB value is (201,89,155). Sum of RGB (Red+Green+Blue) = 201+89+155=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9599B is #36A664. Grayscale: #818181. Windows color (decimal): -3581541 or 10181065. OLE color: 10181065.
HSL color Cylindrical-coordinate representation of color #C9599B: hue angle of 324.64º 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 #C9599B is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 155 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.21 |
| HSL | 324.64º | 0.51% | 0.57% | - |
| HSV(B) | 324.64º | 0.56% | 0.79% | - |
| XYZ | 33.58 | 21.93 | 33.47 | - |
| YUV | 130.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 155 | 0 | 0.56 | 0.23 | 0.21 | 324.64 | 0.51 | 0.57 |
| Hex | C9 | 59 | 9B | 0 | 38 | 17 | 15 | 145 | 33 | 39 |
| Octal | 311 | 131 | 233 | 0 | 70 | 27 | 25 | 505 | 63 | 71 |
| Binary | 11001001 | 1011001 | 10011011 | 0 | 111000 | 10111 | 10101 | 101000101 | 110011 | 111001 |
Color Harmonies of #C9599B
Complementary color
Monochromatic Colors of #C9599B
Black with #C9599B
Text Example
Text Example
White with #C9599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9599B; }
p { color: rgb(201,89,155); }
H1.HeaderClassName
{
color: #C9599B;
}
.AnyTagClassName
{
color: #C9599B;
}
</style>
background-color css
<style>
a { background-color: #C9599B; }
a { background-color: rgb(201,89,155); }
div.DivClassName
{
background-color: #C9599B;
}
.BgClassName
{
background-color: #C9599B;
}
</style>
border-color css
<style>
span { border-color: #C9599B; }
span { border-color: rgb(201,89,155); }
td.TdClassName
{
border-color: #C9599B;
}
.TagClassName
{
border-color: #C9599B;
}
</style>