Shades of Mulberry #C656A3
Tints of Mulberry #C656A3
RGB
CMYK
RGB Variations
Color information
#C656A3 (or 0xC656A3) is known color: Mulberry. HEX triplet: C6, 56 and A3. RGB value is (198,86,163). Sum of RGB (Red+Green+Blue) = 198+86+163=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C656A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C656A3 is #39A95C. Grayscale: #808080. Windows color (decimal): -3778909 or 10704582. OLE color: 10704582.
HSL color Cylindrical-coordinate representation of color #C656A3: hue angle of 318.75º 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 #C656A3 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 163 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.22 |
| HSL | 318.75º | 0.5% | 0.56% | - |
| HSV(B) | 318.75º | 0.57% | 0.78% | - |
| XYZ | 33.23 | 21.31 | 37.01 | - |
| YUV | 128.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 163 | 0 | 0.57 | 0.18 | 0.22 | 318.75 | 0.5 | 0.56 |
| Hex | C6 | 56 | A3 | 0 | 39 | 12 | 16 | 13F | 32 | 38 |
| Octal | 306 | 126 | 243 | 0 | 71 | 22 | 26 | 477 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10100011 | 0 | 111001 | 10010 | 10110 | 100111111 | 110010 | 111000 |
Color Harmonies of #C656A3
Complementary color
Monochromatic Colors of #C656A3
Black with #C656A3
Text Example
Text Example
White with #C656A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656A3; }
p { color: rgb(198,86,163); }
H1.HeaderClassName
{
color: #C656A3;
}
.AnyTagClassName
{
color: #C656A3;
}
</style>
background-color css
<style>
a { background-color: #C656A3; }
a { background-color: rgb(198,86,163); }
div.DivClassName
{
background-color: #C656A3;
}
.BgClassName
{
background-color: #C656A3;
}
</style>
border-color css
<style>
span { border-color: #C656A3; }
span { border-color: rgb(198,86,163); }
td.TdClassName
{
border-color: #C656A3;
}
.TagClassName
{
border-color: #C656A3;
}
</style>