Shades of Mulberry #C659A1
Tints of Mulberry #C659A1
RGB
CMYK
RGB Variations
Color information
#C659A1 (or 0xC659A1) is known color: Mulberry. HEX triplet: C6, 59 and A1. RGB value is (198,89,161). Sum of RGB (Red+Green+Blue) = 198+89+161=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C659A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C659A1 is #39A65E. Grayscale: #818181. Windows color (decimal): -3778143 or 10574278. OLE color: 10574278.
HSL color Cylindrical-coordinate representation of color #C659A1: hue angle of 320.37º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C659A1 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 161 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.22 |
| HSL | 320.37º | 0.49% | 0.56% | - |
| HSV(B) | 320.37º | 0.55% | 0.78% | - |
| XYZ | 33.29 | 21.72 | 36.16 | - |
| YUV | 129.8 | 145.61 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 161 | 0 | 0.55 | 0.19 | 0.22 | 320.37 | 0.49 | 0.56 |
| Hex | C6 | 59 | A1 | 0 | 37 | 13 | 16 | 140 | 31 | 38 |
| Octal | 306 | 131 | 241 | 0 | 67 | 23 | 26 | 500 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10100001 | 0 | 110111 | 10011 | 10110 | 101000000 | 110001 | 111000 |
Color Harmonies of #C659A1
Complementary color
Monochromatic Colors of #C659A1
Black with #C659A1
Text Example
Text Example
White with #C659A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659A1; }
p { color: rgb(198,89,161); }
H1.HeaderClassName
{
color: #C659A1;
}
.AnyTagClassName
{
color: #C659A1;
}
</style>
background-color css
<style>
a { background-color: #C659A1; }
a { background-color: rgb(198,89,161); }
div.DivClassName
{
background-color: #C659A1;
}
.BgClassName
{
background-color: #C659A1;
}
</style>
border-color css
<style>
span { border-color: #C659A1; }
span { border-color: rgb(198,89,161); }
td.TdClassName
{
border-color: #C659A1;
}
.TagClassName
{
border-color: #C659A1;
}
</style>