Shades of Mulberry #C65996
Tints of Mulberry #C65996
RGB
CMYK
RGB Variations
Color information
#C65996 (or 0xC65996) is known color: Mulberry. HEX triplet: C6, 59 and 96. RGB value is (198,89,150). Sum of RGB (Red+Green+Blue) = 198+89+150=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C65996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65996 is #39A669. Grayscale: #808080. Windows color (decimal): -3778154 or 9853382. OLE color: 9853382.
HSL color Cylindrical-coordinate representation of color #C65996: hue angle of 326.42º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65996 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 150 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.22 |
| HSL | 326.42º | 0.49% | 0.56% | - |
| HSV(B) | 326.42º | 0.55% | 0.78% | - |
| XYZ | 32.37 | 21.35 | 31.27 | - |
| YUV | 128.55 | 140.11 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 150 | 0 | 0.55 | 0.24 | 0.22 | 326.42 | 0.49 | 0.56 |
| Hex | C6 | 59 | 96 | 0 | 37 | 18 | 16 | 146 | 31 | 38 |
| Octal | 306 | 131 | 226 | 0 | 67 | 30 | 26 | 506 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10010110 | 0 | 110111 | 11000 | 10110 | 101000110 | 110001 | 111000 |
Color Harmonies of #C65996
Complementary color
Monochromatic Colors of #C65996
Black with #C65996
Text Example
Text Example
White with #C65996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65996; }
p { color: rgb(198,89,150); }
H1.HeaderClassName
{
color: #C65996;
}
.AnyTagClassName
{
color: #C65996;
}
</style>
background-color css
<style>
a { background-color: #C65996; }
a { background-color: rgb(198,89,150); }
div.DivClassName
{
background-color: #C65996;
}
.BgClassName
{
background-color: #C65996;
}
</style>
border-color css
<style>
span { border-color: #C65996; }
span { border-color: rgb(198,89,150); }
td.TdClassName
{
border-color: #C65996;
}
.TagClassName
{
border-color: #C65996;
}
</style>