Shades of Mulberry #C64986
Tints of Mulberry #C64986
RGB
CMYK
RGB Variations
Color information
#C64986 (or 0xC64986) is known color: Mulberry. HEX triplet: C6, 49 and 86. RGB value is (198,73,134). Sum of RGB (Red+Green+Blue) = 198+73+134=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C64986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64986 is #39B679. Grayscale: #757575. Windows color (decimal): -3782266 or 8800710. OLE color: 8800710.
HSL color Cylindrical-coordinate representation of color #C64986: hue angle of 330.72º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64986 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 134 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.22 |
| HSL | 330.72º | 0.52% | 0.53% | - |
| HSV(B) | 330.72º | 0.63% | 0.78% | - |
| XYZ | 29.97 | 18.49 | 24.54 | - |
| YUV | 117.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 134 | 0 | 0.63 | 0.32 | 0.22 | 330.72 | 0.52 | 0.53 |
| Hex | C6 | 49 | 86 | 0 | 3F | 20 | 16 | 14B | 34 | 35 |
| Octal | 306 | 111 | 206 | 0 | 77 | 40 | 26 | 513 | 64 | 65 |
| Binary | 11000110 | 1001001 | 10000110 | 0 | 111111 | 100000 | 10110 | 101001011 | 110100 | 110101 |
Color Harmonies of #C64986
Complementary color
Monochromatic Colors of #C64986
Black with #C64986
Text Example
Text Example
White with #C64986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64986; }
p { color: rgb(198,73,134); }
H1.HeaderClassName
{
color: #C64986;
}
.AnyTagClassName
{
color: #C64986;
}
</style>
background-color css
<style>
a { background-color: #C64986; }
a { background-color: rgb(198,73,134); }
div.DivClassName
{
background-color: #C64986;
}
.BgClassName
{
background-color: #C64986;
}
</style>
border-color css
<style>
span { border-color: #C64986; }
span { border-color: rgb(198,73,134); }
td.TdClassName
{
border-color: #C64986;
}
.TagClassName
{
border-color: #C64986;
}
</style>