Shades of Mulberry #C5509A
Tints of Mulberry #C5509A
RGB
CMYK
RGB Variations
Color information
#C5509A (or 0xC5509A) is known color: Mulberry. HEX triplet: C5, 50 and 9A. RGB value is (197,80,154). Sum of RGB (Red+Green+Blue) = 197+80+154=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C5509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5509A is #3AAF65. Grayscale: #7B7B7B. Windows color (decimal): -3845990 or 10113221. OLE color: 10113221.
HSL color Cylindrical-coordinate representation of color #C5509A: hue angle of 322.05º 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 #C5509A is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 154 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.23 |
| HSL | 322.05º | 0.5% | 0.54% | - |
| HSV(B) | 322.05º | 0.59% | 0.77% | - |
| XYZ | 31.73 | 19.94 | 32.75 | - |
| YUV | 123.42 | 145.26 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 154 | 0 | 0.59 | 0.22 | 0.23 | 322.05 | 0.5 | 0.54 |
| Hex | C5 | 50 | 9A | 0 | 3B | 16 | 17 | 142 | 32 | 36 |
| Octal | 305 | 120 | 232 | 0 | 73 | 26 | 27 | 502 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10011010 | 0 | 111011 | 10110 | 10111 | 101000010 | 110010 | 110110 |
Color Harmonies of #C5509A
Complementary color
Monochromatic Colors of #C5509A
Black with #C5509A
Text Example
Text Example
White with #C5509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5509A; }
p { color: rgb(197,80,154); }
H1.HeaderClassName
{
color: #C5509A;
}
.AnyTagClassName
{
color: #C5509A;
}
</style>
background-color css
<style>
a { background-color: #C5509A; }
a { background-color: rgb(197,80,154); }
div.DivClassName
{
background-color: #C5509A;
}
.BgClassName
{
background-color: #C5509A;
}
</style>
border-color css
<style>
span { border-color: #C5509A; }
span { border-color: rgb(197,80,154); }
td.TdClassName
{
border-color: #C5509A;
}
.TagClassName
{
border-color: #C5509A;
}
</style>