Shades of Mulberry #C656A7
Tints of Mulberry #C656A7
RGB
CMYK
RGB Variations
Color information
#C656A7 (or 0xC656A7) is known color: Mulberry. HEX triplet: C6, 56 and A7. RGB value is (198,86,167). Sum of RGB (Red+Green+Blue) = 198+86+167=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C656A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C656A7 is #39A958. Grayscale: #808080. Windows color (decimal): -3778905 or 10966726. OLE color: 10966726.
HSL color Cylindrical-coordinate representation of color #C656A7: hue angle of 316.61º 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 #C656A7 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 167 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.22 |
| HSL | 316.61º | 0.5% | 0.56% | - |
| HSV(B) | 316.61º | 0.57% | 0.78% | - |
| XYZ | 33.59 | 21.45 | 38.93 | - |
| YUV | 128.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 167 | 0 | 0.57 | 0.16 | 0.22 | 316.61 | 0.5 | 0.56 |
| Hex | C6 | 56 | A7 | 0 | 39 | 10 | 16 | 13D | 32 | 38 |
| Octal | 306 | 126 | 247 | 0 | 71 | 20 | 26 | 475 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10100111 | 0 | 111001 | 10000 | 10110 | 100111101 | 110010 | 111000 |
Color Harmonies of #C656A7
Complementary color
Monochromatic Colors of #C656A7
Black with #C656A7
Text Example
Text Example
White with #C656A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656A7; }
p { color: rgb(198,86,167); }
H1.HeaderClassName
{
color: #C656A7;
}
.AnyTagClassName
{
color: #C656A7;
}
</style>
background-color css
<style>
a { background-color: #C656A7; }
a { background-color: rgb(198,86,167); }
div.DivClassName
{
background-color: #C656A7;
}
.BgClassName
{
background-color: #C656A7;
}
</style>
border-color css
<style>
span { border-color: #C656A7; }
span { border-color: rgb(198,86,167); }
td.TdClassName
{
border-color: #C656A7;
}
.TagClassName
{
border-color: #C656A7;
}
</style>