Shades of Mulberry #C656A4
Tints of Mulberry #C656A4
RGB
CMYK
RGB Variations
Color information
#C656A4 (or 0xC656A4) is known color: Mulberry. HEX triplet: C6, 56 and A4. RGB value is (198,86,164). Sum of RGB (Red+Green+Blue) = 198+86+164=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C656A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C656A4 is #39A95B. Grayscale: #808080. Windows color (decimal): -3778908 or 10770118. OLE color: 10770118.
HSL color Cylindrical-coordinate representation of color #C656A4: hue angle of 318.21º 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 #C656A4 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 164 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.22 |
| HSL | 318.21º | 0.5% | 0.56% | - |
| HSV(B) | 318.21º | 0.57% | 0.78% | - |
| XYZ | 33.32 | 21.34 | 37.49 | - |
| YUV | 128.38 | 148.11 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 164 | 0 | 0.57 | 0.17 | 0.22 | 318.21 | 0.5 | 0.56 |
| Hex | C6 | 56 | A4 | 0 | 39 | 11 | 16 | 13E | 32 | 38 |
| Octal | 306 | 126 | 244 | 0 | 71 | 21 | 26 | 476 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10100100 | 0 | 111001 | 10001 | 10110 | 100111110 | 110010 | 111000 |
Color Harmonies of #C656A4
Complementary color
Monochromatic Colors of #C656A4
Black with #C656A4
Text Example
Text Example
White with #C656A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656A4; }
p { color: rgb(198,86,164); }
H1.HeaderClassName
{
color: #C656A4;
}
.AnyTagClassName
{
color: #C656A4;
}
</style>
background-color css
<style>
a { background-color: #C656A4; }
a { background-color: rgb(198,86,164); }
div.DivClassName
{
background-color: #C656A4;
}
.BgClassName
{
background-color: #C656A4;
}
</style>
border-color css
<style>
span { border-color: #C656A4; }
span { border-color: rgb(198,86,164); }
td.TdClassName
{
border-color: #C656A4;
}
.TagClassName
{
border-color: #C656A4;
}
</style>