Shades of Mulberry #C65986
Tints of Mulberry #C65986
RGB
CMYK
RGB Variations
Color information
#C65986 (or 0xC65986) is known color: Mulberry. HEX triplet: C6, 59 and 86. RGB value is (198,89,134). Sum of RGB (Red+Green+Blue) = 198+89+134=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C65986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65986 is #39A679. Grayscale: #7E7E7E. Windows color (decimal): -3778170 or 8804806. OLE color: 8804806.
HSL color Cylindrical-coordinate representation of color #C65986: hue angle of 335.23º 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 #C65986 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 134 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.22 |
| HSL | 335.23º | 0.49% | 0.56% | - |
| HSV(B) | 335.23º | 0.55% | 0.78% | - |
| XYZ | 31.16 | 20.87 | 24.94 | - |
| YUV | 126.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 134 | 0 | 0.55 | 0.32 | 0.22 | 335.23 | 0.49 | 0.56 |
| Hex | C6 | 59 | 86 | 0 | 37 | 20 | 16 | 14F | 31 | 38 |
| Octal | 306 | 131 | 206 | 0 | 67 | 40 | 26 | 517 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10000110 | 0 | 110111 | 100000 | 10110 | 101001111 | 110001 | 111000 |
Color Harmonies of #C65986
Complementary color
Monochromatic Colors of #C65986
Black with #C65986
Text Example
Text Example
White with #C65986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65986; }
p { color: rgb(198,89,134); }
H1.HeaderClassName
{
color: #C65986;
}
.AnyTagClassName
{
color: #C65986;
}
</style>
background-color css
<style>
a { background-color: #C65986; }
a { background-color: rgb(198,89,134); }
div.DivClassName
{
background-color: #C65986;
}
.BgClassName
{
background-color: #C65986;
}
</style>
border-color css
<style>
span { border-color: #C65986; }
span { border-color: rgb(198,89,134); }
td.TdClassName
{
border-color: #C65986;
}
.TagClassName
{
border-color: #C65986;
}
</style>