Shades of Mulberry #C5509B
Tints of Mulberry #C5509B
RGB
CMYK
RGB Variations
Color information
#C5509B (or 0xC5509B) is known color: Mulberry. HEX triplet: C5, 50 and 9B. RGB value is (197,80,155). Sum of RGB (Red+Green+Blue) = 197+80+155=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C5509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5509B is #3AAF64. Grayscale: #7B7B7B. Windows color (decimal): -3845989 or 10178757. OLE color: 10178757.
HSL color Cylindrical-coordinate representation of color #C5509B: hue angle of 321.54º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5509B is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 155 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.23 |
| HSL | 321.54º | 0.5% | 0.54% | - |
| HSV(B) | 321.54º | 0.59% | 0.77% | - |
| XYZ | 31.81 | 19.97 | 33.19 | - |
| YUV | 123.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 155 | 0 | 0.59 | 0.21 | 0.23 | 321.54 | 0.5 | 0.54 |
| Hex | C5 | 50 | 9B | 0 | 3B | 15 | 17 | 142 | 32 | 36 |
| Octal | 305 | 120 | 233 | 0 | 73 | 25 | 27 | 502 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10011011 | 0 | 111011 | 10101 | 10111 | 101000010 | 110010 | 110110 |
Color Harmonies of #C5509B
Complementary color
Monochromatic Colors of #C5509B
Black with #C5509B
Text Example
Text Example
White with #C5509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5509B; }
p { color: rgb(197,80,155); }
H1.HeaderClassName
{
color: #C5509B;
}
.AnyTagClassName
{
color: #C5509B;
}
</style>
background-color css
<style>
a { background-color: #C5509B; }
a { background-color: rgb(197,80,155); }
div.DivClassName
{
background-color: #C5509B;
}
.BgClassName
{
background-color: #C5509B;
}
</style>
border-color css
<style>
span { border-color: #C5509B; }
span { border-color: rgb(197,80,155); }
td.TdClassName
{
border-color: #C5509B;
}
.TagClassName
{
border-color: #C5509B;
}
</style>