Shades of Mulberry #C656A6
Tints of Mulberry #C656A6
RGB
CMYK
RGB Variations
Color information
#C656A6 (or 0xC656A6) is known color: Mulberry. HEX triplet: C6, 56 and A6. RGB value is (198,86,166). Sum of RGB (Red+Green+Blue) = 198+86+166=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C656A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C656A6 is #39A959. Grayscale: #808080. Windows color (decimal): -3778906 or 10901190. OLE color: 10901190.
HSL color Cylindrical-coordinate representation of color #C656A6: hue angle of 317.14º 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 #C656A6 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 166 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.22 |
| HSL | 317.14º | 0.5% | 0.56% | - |
| HSV(B) | 317.14º | 0.57% | 0.78% | - |
| XYZ | 33.5 | 21.41 | 38.44 | - |
| YUV | 128.61 | 149.11 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 166 | 0 | 0.57 | 0.16 | 0.22 | 317.14 | 0.5 | 0.56 |
| Hex | C6 | 56 | A6 | 0 | 39 | 10 | 16 | 13D | 32 | 38 |
| Octal | 306 | 126 | 246 | 0 | 71 | 20 | 26 | 475 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10100110 | 0 | 111001 | 10000 | 10110 | 100111101 | 110010 | 111000 |
Color Harmonies of #C656A6
Complementary color
Monochromatic Colors of #C656A6
Black with #C656A6
Text Example
Text Example
White with #C656A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656A6; }
p { color: rgb(198,86,166); }
H1.HeaderClassName
{
color: #C656A6;
}
.AnyTagClassName
{
color: #C656A6;
}
</style>
background-color css
<style>
a { background-color: #C656A6; }
a { background-color: rgb(198,86,166); }
div.DivClassName
{
background-color: #C656A6;
}
.BgClassName
{
background-color: #C656A6;
}
</style>
border-color css
<style>
span { border-color: #C656A6; }
span { border-color: rgb(198,86,166); }
td.TdClassName
{
border-color: #C656A6;
}
.TagClassName
{
border-color: #C656A6;
}
</style>