Shades of Mulberry #C9579B
Tints of Mulberry #C9579B
RGB
CMYK
RGB Variations
Color information
#C9579B (or 0xC9579B) is known color: Mulberry. HEX triplet: C9, 57 and 9B. RGB value is (201,87,155). Sum of RGB (Red+Green+Blue) = 201+87+155=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9579B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9579B is #36A864. Grayscale: #808080. Windows color (decimal): -3582053 or 10180553. OLE color: 10180553.
HSL color Cylindrical-coordinate representation of color #C9579B: hue angle of 324.21º 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 #C9579B is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 155 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.21 |
| HSL | 324.21º | 0.51% | 0.56% | - |
| HSV(B) | 324.21º | 0.57% | 0.79% | - |
| XYZ | 33.41 | 21.6 | 33.42 | - |
| YUV | 128.84 | 142.77 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 155 | 0 | 0.57 | 0.23 | 0.21 | 324.21 | 0.51 | 0.56 |
| Hex | C9 | 57 | 9B | 0 | 39 | 17 | 15 | 144 | 33 | 38 |
| Octal | 311 | 127 | 233 | 0 | 71 | 27 | 25 | 504 | 63 | 70 |
| Binary | 11001001 | 1010111 | 10011011 | 0 | 111001 | 10111 | 10101 | 101000100 | 110011 | 111000 |
Color Harmonies of #C9579B
Complementary color
Monochromatic Colors of #C9579B
Black with #C9579B
Text Example
Text Example
White with #C9579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9579B; }
p { color: rgb(201,87,155); }
H1.HeaderClassName
{
color: #C9579B;
}
.AnyTagClassName
{
color: #C9579B;
}
</style>
background-color css
<style>
a { background-color: #C9579B; }
a { background-color: rgb(201,87,155); }
div.DivClassName
{
background-color: #C9579B;
}
.BgClassName
{
background-color: #C9579B;
}
</style>
border-color css
<style>
span { border-color: #C9579B; }
span { border-color: rgb(201,87,155); }
td.TdClassName
{
border-color: #C9579B;
}
.TagClassName
{
border-color: #C9579B;
}
</style>