Shades of Mulberry #C559A4
Tints of Mulberry #C559A4
RGB
CMYK
RGB Variations
Color information
#C559A4 (or 0xC559A4) is known color: Mulberry. HEX triplet: C5, 59 and A4. RGB value is (197,89,164). Sum of RGB (Red+Green+Blue) = 197+89+164=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 164 (64.45% from 255 or 36.44% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C559A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C559A4 is #3AA65B. Grayscale: #818181. Windows color (decimal): -3843676 or 10770885. OLE color: 10770885.
HSL color Cylindrical-coordinate representation of color #C559A4: hue angle of 318.33º 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 #C559A4 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 164 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.23 |
| HSL | 318.33º | 0.48% | 0.56% | - |
| HSV(B) | 318.33º | 0.55% | 0.77% | - |
| XYZ | 33.3 | 21.7 | 37.55 | - |
| YUV | 129.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 164 | 0 | 0.55 | 0.17 | 0.23 | 318.33 | 0.48 | 0.56 |
| Hex | C5 | 59 | A4 | 0 | 37 | 11 | 17 | 13E | 30 | 38 |
| Octal | 305 | 131 | 244 | 0 | 67 | 21 | 27 | 476 | 60 | 70 |
| Binary | 11000101 | 1011001 | 10100100 | 0 | 110111 | 10001 | 10111 | 100111110 | 110000 | 111000 |
Color Harmonies of #C559A4
Complementary color
Monochromatic Colors of #C559A4
Black with #C559A4
Text Example
Text Example
White with #C559A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C559A4; }
p { color: rgb(197,89,164); }
H1.HeaderClassName
{
color: #C559A4;
}
.AnyTagClassName
{
color: #C559A4;
}
</style>
background-color css
<style>
a { background-color: #C559A4; }
a { background-color: rgb(197,89,164); }
div.DivClassName
{
background-color: #C559A4;
}
.BgClassName
{
background-color: #C559A4;
}
</style>
border-color css
<style>
span { border-color: #C559A4; }
span { border-color: rgb(197,89,164); }
td.TdClassName
{
border-color: #C559A4;
}
.TagClassName
{
border-color: #C559A4;
}
</style>