Shades of Mulberry #C656A5
Tints of Mulberry #C656A5
RGB
CMYK
RGB Variations
Color information
#C656A5 (or 0xC656A5) is known color: Mulberry. HEX triplet: C6, 56 and A5. RGB value is (198,86,165). Sum of RGB (Red+Green+Blue) = 198+86+165=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C656A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C656A5 is #39A95A. Grayscale: #808080. Windows color (decimal): -3778907 or 10835654. OLE color: 10835654.
HSL color Cylindrical-coordinate representation of color #C656A5: hue angle of 317.68º 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 #C656A5 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 165 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.22 |
| HSL | 317.68º | 0.5% | 0.56% | - |
| HSV(B) | 317.68º | 0.57% | 0.78% | - |
| XYZ | 33.41 | 21.38 | 37.96 | - |
| YUV | 128.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 165 | 0 | 0.57 | 0.17 | 0.22 | 317.68 | 0.5 | 0.56 |
| Hex | C6 | 56 | A5 | 0 | 39 | 11 | 16 | 13E | 32 | 38 |
| Octal | 306 | 126 | 245 | 0 | 71 | 21 | 26 | 476 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10100101 | 0 | 111001 | 10001 | 10110 | 100111110 | 110010 | 111000 |
Color Harmonies of #C656A5
Complementary color
Monochromatic Colors of #C656A5
Black with #C656A5
Text Example
Text Example
White with #C656A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656A5; }
p { color: rgb(198,86,165); }
H1.HeaderClassName
{
color: #C656A5;
}
.AnyTagClassName
{
color: #C656A5;
}
</style>
background-color css
<style>
a { background-color: #C656A5; }
a { background-color: rgb(198,86,165); }
div.DivClassName
{
background-color: #C656A5;
}
.BgClassName
{
background-color: #C656A5;
}
</style>
border-color css
<style>
span { border-color: #C656A5; }
span { border-color: rgb(198,86,165); }
td.TdClassName
{
border-color: #C656A5;
}
.TagClassName
{
border-color: #C656A5;
}
</style>