Shades of Mulberry #C9589D
Tints of Mulberry #C9589D
RGB
CMYK
RGB Variations
Color information
#C9589D (or 0xC9589D) is known color: Mulberry. HEX triplet: C9, 58 and 9D. RGB value is (201,88,157). Sum of RGB (Red+Green+Blue) = 201+88+157=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9589D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9589D is #36A762. Grayscale: #818181. Windows color (decimal): -3581795 or 10311881. OLE color: 10311881.
HSL color Cylindrical-coordinate representation of color #C9589D: hue angle of 323.36º 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 #C9589D is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 157 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.21 |
| HSL | 323.36º | 0.51% | 0.57% | - |
| HSV(B) | 323.36º | 0.56% | 0.79% | - |
| XYZ | 33.66 | 21.83 | 34.34 | - |
| YUV | 129.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 157 | 0 | 0.56 | 0.22 | 0.21 | 323.36 | 0.51 | 0.57 |
| Hex | C9 | 58 | 9D | 0 | 38 | 16 | 15 | 143 | 33 | 39 |
| Octal | 311 | 130 | 235 | 0 | 70 | 26 | 25 | 503 | 63 | 71 |
| Binary | 11001001 | 1011000 | 10011101 | 0 | 111000 | 10110 | 10101 | 101000011 | 110011 | 111001 |
Color Harmonies of #C9589D
Complementary color
Monochromatic Colors of #C9589D
Black with #C9589D
Text Example
Text Example
White with #C9589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9589D; }
p { color: rgb(201,88,157); }
H1.HeaderClassName
{
color: #C9589D;
}
.AnyTagClassName
{
color: #C9589D;
}
</style>
background-color css
<style>
a { background-color: #C9589D; }
a { background-color: rgb(201,88,157); }
div.DivClassName
{
background-color: #C9589D;
}
.BgClassName
{
background-color: #C9589D;
}
</style>
border-color css
<style>
span { border-color: #C9589D; }
span { border-color: rgb(201,88,157); }
td.TdClassName
{
border-color: #C9589D;
}
.TagClassName
{
border-color: #C9589D;
}
</style>