Shades of Mulberry #C656A0
Tints of Mulberry #C656A0
RGB
CMYK
RGB Variations
Color information
#C656A0 (or 0xC656A0) is known color: Mulberry. HEX triplet: C6, 56 and A0. RGB value is (198,86,160). Sum of RGB (Red+Green+Blue) = 198+86+160=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C656A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C656A0 is #39A95F. Grayscale: #7F7F7F. Windows color (decimal): -3778912 or 10507974. OLE color: 10507974.
HSL color Cylindrical-coordinate representation of color #C656A0: hue angle of 320.36º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C656A0 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 160 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.22 |
| HSL | 320.36º | 0.5% | 0.56% | - |
| HSV(B) | 320.36º | 0.57% | 0.78% | - |
| XYZ | 32.96 | 21.2 | 35.61 | - |
| YUV | 127.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 160 | 0 | 0.57 | 0.19 | 0.22 | 320.36 | 0.5 | 0.56 |
| Hex | C6 | 56 | A0 | 0 | 39 | 13 | 16 | 140 | 32 | 38 |
| Octal | 306 | 126 | 240 | 0 | 71 | 23 | 26 | 500 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10100000 | 0 | 111001 | 10011 | 10110 | 101000000 | 110010 | 111000 |
Color Harmonies of #C656A0
Complementary color
Monochromatic Colors of #C656A0
Black with #C656A0
Text Example
Text Example
White with #C656A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656A0; }
p { color: rgb(198,86,160); }
H1.HeaderClassName
{
color: #C656A0;
}
.AnyTagClassName
{
color: #C656A0;
}
</style>
background-color css
<style>
a { background-color: #C656A0; }
a { background-color: rgb(198,86,160); }
div.DivClassName
{
background-color: #C656A0;
}
.BgClassName
{
background-color: #C656A0;
}
</style>
border-color css
<style>
span { border-color: #C656A0; }
span { border-color: rgb(198,86,160); }
td.TdClassName
{
border-color: #C656A0;
}
.TagClassName
{
border-color: #C656A0;
}
</style>