Shades of Mulberry #C850A6
Tints of Mulberry #C850A6
RGB
CMYK
RGB Variations
Color information
#C850A6 (or 0xC850A6) is known color: Mulberry. HEX triplet: C8, 50 and A6. RGB value is (200,80,166). Sum of RGB (Red+Green+Blue) = 200+80+166=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C850A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C850A6 is #37AF59. Grayscale: #7D7D7D. Windows color (decimal): -3649370 or 10899656. OLE color: 10899656.
HSL color Cylindrical-coordinate representation of color #C850A6: hue angle of 317º degrees, saturation: 0.52, 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 #C850A6 is Cyan = 0, Magento = 0.6, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 166 | - |
| CMYK | 0 | 0.6 | 0.17 | 0.22 |
| HSL | 317º | 0.52% | 0.55% | - |
| HSV(B) | 317º | 0.6% | 0.78% | - |
| XYZ | 33.57 | 20.77 | 38.32 | - |
| YUV | 125.68 | 150.76 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 166 | 0 | 0.6 | 0.17 | 0.22 | 317 | 0.52 | 0.55 |
| Hex | C8 | 50 | A6 | 0 | 3C | 11 | 16 | 13D | 34 | 37 |
| Octal | 310 | 120 | 246 | 0 | 74 | 21 | 26 | 475 | 64 | 67 |
| Binary | 11001000 | 1010000 | 10100110 | 0 | 111100 | 10001 | 10110 | 100111101 | 110100 | 110111 |
Color Harmonies of #C850A6
Complementary color
Monochromatic Colors of #C850A6
Black with #C850A6
Text Example
Text Example
White with #C850A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850A6; }
p { color: rgb(200,80,166); }
H1.HeaderClassName
{
color: #C850A6;
}
.AnyTagClassName
{
color: #C850A6;
}
</style>
background-color css
<style>
a { background-color: #C850A6; }
a { background-color: rgb(200,80,166); }
div.DivClassName
{
background-color: #C850A6;
}
.BgClassName
{
background-color: #C850A6;
}
</style>
border-color css
<style>
span { border-color: #C850A6; }
span { border-color: rgb(200,80,166); }
td.TdClassName
{
border-color: #C850A6;
}
.TagClassName
{
border-color: #C850A6;
}
</style>