Shades of Mulberry #C65698
Tints of Mulberry #C65698
RGB
CMYK
RGB Variations
Color information
#C65698 (or 0xC65698) is known color: Mulberry. HEX triplet: C6, 56 and 98. RGB value is (198,86,152). Sum of RGB (Red+Green+Blue) = 198+86+152=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C65698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65698 is #39A967. Grayscale: #7E7E7E. Windows color (decimal): -3778920 or 9983686. OLE color: 9983686.
HSL color Cylindrical-coordinate representation of color #C65698: hue angle of 324.64º 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 #C65698 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 152 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.22 |
| HSL | 324.64º | 0.5% | 0.56% | - |
| HSV(B) | 324.64º | 0.57% | 0.78% | - |
| XYZ | 32.28 | 20.93 | 32.04 | - |
| YUV | 127.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 152 | 0 | 0.57 | 0.23 | 0.22 | 324.64 | 0.5 | 0.56 |
| Hex | C6 | 56 | 98 | 0 | 39 | 17 | 16 | 145 | 32 | 38 |
| Octal | 306 | 126 | 230 | 0 | 71 | 27 | 26 | 505 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10011000 | 0 | 111001 | 10111 | 10110 | 101000101 | 110010 | 111000 |
Color Harmonies of #C65698
Complementary color
Monochromatic Colors of #C65698
Black with #C65698
Text Example
Text Example
White with #C65698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65698; }
p { color: rgb(198,86,152); }
H1.HeaderClassName
{
color: #C65698;
}
.AnyTagClassName
{
color: #C65698;
}
</style>
background-color css
<style>
a { background-color: #C65698; }
a { background-color: rgb(198,86,152); }
div.DivClassName
{
background-color: #C65698;
}
.BgClassName
{
background-color: #C65698;
}
</style>
border-color css
<style>
span { border-color: #C65698; }
span { border-color: rgb(198,86,152); }
td.TdClassName
{
border-color: #C65698;
}
.TagClassName
{
border-color: #C65698;
}
</style>