Shades of Mulberry #C65186
Tints of Mulberry #C65186
RGB
CMYK
RGB Variations
Color information
#C65186 (or 0xC65186) is known color: Mulberry. HEX triplet: C6, 51 and 86. RGB value is (198,81,134). Sum of RGB (Red+Green+Blue) = 198+81+134=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C65186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65186 is #39AE79. Grayscale: #797979. Windows color (decimal): -3780218 or 8802758. OLE color: 8802758.
HSL color Cylindrical-coordinate representation of color #C65186: hue angle of 332.82º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65186 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 134 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.22 |
| HSL | 332.82º | 0.51% | 0.55% | - |
| HSV(B) | 332.82º | 0.59% | 0.78% | - |
| XYZ | 30.53 | 19.61 | 24.73 | - |
| YUV | 122.03 | 134.76 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 134 | 0 | 0.59 | 0.32 | 0.22 | 332.82 | 0.51 | 0.55 |
| Hex | C6 | 51 | 86 | 0 | 3B | 20 | 16 | 14D | 33 | 37 |
| Octal | 306 | 121 | 206 | 0 | 73 | 40 | 26 | 515 | 63 | 67 |
| Binary | 11000110 | 1010001 | 10000110 | 0 | 111011 | 100000 | 10110 | 101001101 | 110011 | 110111 |
Color Harmonies of #C65186
Complementary color
Monochromatic Colors of #C65186
Black with #C65186
Text Example
Text Example
White with #C65186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65186; }
p { color: rgb(198,81,134); }
H1.HeaderClassName
{
color: #C65186;
}
.AnyTagClassName
{
color: #C65186;
}
</style>
background-color css
<style>
a { background-color: #C65186; }
a { background-color: rgb(198,81,134); }
div.DivClassName
{
background-color: #C65186;
}
.BgClassName
{
background-color: #C65186;
}
</style>
border-color css
<style>
span { border-color: #C65186; }
span { border-color: rgb(198,81,134); }
td.TdClassName
{
border-color: #C65186;
}
.TagClassName
{
border-color: #C65186;
}
</style>