Shades of Mulberry #C659A3
Tints of Mulberry #C659A3
RGB
CMYK
RGB Variations
Color information
#C659A3 (or 0xC659A3) is known color: Mulberry. HEX triplet: C6, 59 and A3. RGB value is (198,89,163). Sum of RGB (Red+Green+Blue) = 198+89+163=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C659A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C659A3 is #39A65C. Grayscale: #818181. Windows color (decimal): -3778141 or 10705350. OLE color: 10705350.
HSL color Cylindrical-coordinate representation of color #C659A3: hue angle of 319.27º 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 #C659A3 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 163 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.22 |
| HSL | 319.27º | 0.49% | 0.56% | - |
| HSV(B) | 319.27º | 0.55% | 0.78% | - |
| XYZ | 33.47 | 21.79 | 37.09 | - |
| YUV | 130.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 163 | 0 | 0.55 | 0.18 | 0.22 | 319.27 | 0.49 | 0.56 |
| Hex | C6 | 59 | A3 | 0 | 37 | 12 | 16 | 13F | 31 | 38 |
| Octal | 306 | 131 | 243 | 0 | 67 | 22 | 26 | 477 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10100011 | 0 | 110111 | 10010 | 10110 | 100111111 | 110001 | 111000 |
Color Harmonies of #C659A3
Complementary color
Monochromatic Colors of #C659A3
Black with #C659A3
Text Example
Text Example
White with #C659A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659A3; }
p { color: rgb(198,89,163); }
H1.HeaderClassName
{
color: #C659A3;
}
.AnyTagClassName
{
color: #C659A3;
}
</style>
background-color css
<style>
a { background-color: #C659A3; }
a { background-color: rgb(198,89,163); }
div.DivClassName
{
background-color: #C659A3;
}
.BgClassName
{
background-color: #C659A3;
}
</style>
border-color css
<style>
span { border-color: #C659A3; }
span { border-color: rgb(198,89,163); }
td.TdClassName
{
border-color: #C659A3;
}
.TagClassName
{
border-color: #C659A3;
}
</style>