Shades of Mulberry #C65086
Tints of Mulberry #C65086
RGB
CMYK
RGB Variations
Color information
#C65086 (or 0xC65086) is known color: Mulberry. HEX triplet: C6, 50 and 86. RGB value is (198,80,134). Sum of RGB (Red+Green+Blue) = 198+80+134=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C65086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65086 is #39AF79. Grayscale: #797979. Windows color (decimal): -3780474 or 8802502. OLE color: 8802502.
HSL color Cylindrical-coordinate representation of color #C65086: hue angle of 332.54º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65086 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 134 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.22 |
| HSL | 332.54º | 0.51% | 0.55% | - |
| HSV(B) | 332.54º | 0.6% | 0.78% | - |
| XYZ | 30.46 | 19.46 | 24.71 | - |
| YUV | 121.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 134 | 0 | 0.60 | 0.32 | 0.22 | 332.54 | 0.51 | 0.55 |
| Hex | C6 | 50 | 86 | 0 | 3C | 20 | 16 | 14D | 33 | 37 |
| Octal | 306 | 120 | 206 | 0 | 74 | 40 | 26 | 515 | 63 | 67 |
| Binary | 11000110 | 1010000 | 10000110 | 0 | 111100 | 100000 | 10110 | 101001101 | 110011 | 110111 |
Color Harmonies of #C65086
Complementary color
Monochromatic Colors of #C65086
Black with #C65086
Text Example
Text Example
White with #C65086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65086; }
p { color: rgb(198,80,134); }
H1.HeaderClassName
{
color: #C65086;
}
.AnyTagClassName
{
color: #C65086;
}
</style>
background-color css
<style>
a { background-color: #C65086; }
a { background-color: rgb(198,80,134); }
div.DivClassName
{
background-color: #C65086;
}
.BgClassName
{
background-color: #C65086;
}
</style>
border-color css
<style>
span { border-color: #C65086; }
span { border-color: rgb(198,80,134); }
td.TdClassName
{
border-color: #C65086;
}
.TagClassName
{
border-color: #C65086;
}
</style>