Shades of Mulberry #C5599D
Tints of Mulberry #C5599D
RGB
CMYK
RGB Variations
Color information
#C5599D (or 0xC5599D) is known color: Mulberry. HEX triplet: C5, 59 and 9D. RGB value is (197,89,157). Sum of RGB (Red+Green+Blue) = 197+89+157=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5599D is #3AA662. Grayscale: #808080. Windows color (decimal): -3843683 or 10312133. OLE color: 10312133.
HSL color Cylindrical-coordinate representation of color #C5599D: hue angle of 322.22º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5599D is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 157 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.23 |
| HSL | 322.22º | 0.48% | 0.56% | - |
| HSV(B) | 322.22º | 0.55% | 0.77% | - |
| XYZ | 32.68 | 21.45 | 34.32 | - |
| YUV | 129.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 157 | 0 | 0.55 | 0.20 | 0.23 | 322.22 | 0.48 | 0.56 |
| Hex | C5 | 59 | 9D | 0 | 37 | 14 | 17 | 142 | 30 | 38 |
| Octal | 305 | 131 | 235 | 0 | 67 | 24 | 27 | 502 | 60 | 70 |
| Binary | 11000101 | 1011001 | 10011101 | 0 | 110111 | 10100 | 10111 | 101000010 | 110000 | 111000 |
Color Harmonies of #C5599D
Complementary color
Monochromatic Colors of #C5599D
Black with #C5599D
Text Example
Text Example
White with #C5599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5599D; }
p { color: rgb(197,89,157); }
H1.HeaderClassName
{
color: #C5599D;
}
.AnyTagClassName
{
color: #C5599D;
}
</style>
background-color css
<style>
a { background-color: #C5599D; }
a { background-color: rgb(197,89,157); }
div.DivClassName
{
background-color: #C5599D;
}
.BgClassName
{
background-color: #C5599D;
}
</style>
border-color css
<style>
span { border-color: #C5599D; }
span { border-color: rgb(197,89,157); }
td.TdClassName
{
border-color: #C5599D;
}
.TagClassName
{
border-color: #C5599D;
}
</style>