Shades of Mulberry #C65286
Tints of Mulberry #C65286
RGB
CMYK
RGB Variations
Color information
#C65286 (or 0xC65286) is known color: Mulberry. HEX triplet: C6, 52 and 86. RGB value is (198,82,134). Sum of RGB (Red+Green+Blue) = 198+82+134=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C65286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65286 is #39AD79. Grayscale: #7A7A7A. Windows color (decimal): -3779962 or 8803014. OLE color: 8803014.
HSL color Cylindrical-coordinate representation of color #C65286: hue angle of 333.1º degrees, saturation: 0.5, 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 #C65286 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 134 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.22 |
| HSL | 333.1º | 0.5% | 0.55% | - |
| HSV(B) | 333.1º | 0.59% | 0.78% | - |
| XYZ | 30.61 | 19.76 | 24.76 | - |
| YUV | 122.61 | 134.43 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 134 | 0 | 0.59 | 0.32 | 0.22 | 333.1 | 0.5 | 0.55 |
| Hex | C6 | 52 | 86 | 0 | 3B | 20 | 16 | 14D | 32 | 37 |
| Octal | 306 | 122 | 206 | 0 | 73 | 40 | 26 | 515 | 62 | 67 |
| Binary | 11000110 | 1010010 | 10000110 | 0 | 111011 | 100000 | 10110 | 101001101 | 110010 | 110111 |
Color Harmonies of #C65286
Complementary color
Monochromatic Colors of #C65286
Black with #C65286
Text Example
Text Example
White with #C65286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65286; }
p { color: rgb(198,82,134); }
H1.HeaderClassName
{
color: #C65286;
}
.AnyTagClassName
{
color: #C65286;
}
</style>
background-color css
<style>
a { background-color: #C65286; }
a { background-color: rgb(198,82,134); }
div.DivClassName
{
background-color: #C65286;
}
.BgClassName
{
background-color: #C65286;
}
</style>
border-color css
<style>
span { border-color: #C65286; }
span { border-color: rgb(198,82,134); }
td.TdClassName
{
border-color: #C65286;
}
.TagClassName
{
border-color: #C65286;
}
</style>