Shades of Mulberry #C850A2
Tints of Mulberry #C850A2
RGB
CMYK
RGB Variations
Color information
#C850A2 (or 0xC850A2) is known color: Mulberry. HEX triplet: C8, 50 and A2. RGB value is (200,80,162). Sum of RGB (Red+Green+Blue) = 200+80+162=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C850A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C850A2 is #37AF5D. Grayscale: #7D7D7D. Windows color (decimal): -3649374 or 10637512. OLE color: 10637512.
HSL color Cylindrical-coordinate representation of color #C850A2: hue angle of 319º 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 #C850A2 is Cyan = 0, Magento = 0.6, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 162 | - |
| CMYK | 0 | 0.6 | 0.19 | 0.22 |
| HSL | 319º | 0.52% | 0.55% | - |
| HSV(B) | 319º | 0.6% | 0.78% | - |
| XYZ | 33.21 | 20.63 | 36.41 | - |
| YUV | 125.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 162 | 0 | 0.6 | 0.19 | 0.22 | 319 | 0.52 | 0.55 |
| Hex | C8 | 50 | A2 | 0 | 3C | 13 | 16 | 13F | 34 | 37 |
| Octal | 310 | 120 | 242 | 0 | 74 | 23 | 26 | 477 | 64 | 67 |
| Binary | 11001000 | 1010000 | 10100010 | 0 | 111100 | 10011 | 10110 | 100111111 | 110100 | 110111 |
Color Harmonies of #C850A2
Complementary color
Monochromatic Colors of #C850A2
Black with #C850A2
Text Example
Text Example
White with #C850A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850A2; }
p { color: rgb(200,80,162); }
H1.HeaderClassName
{
color: #C850A2;
}
.AnyTagClassName
{
color: #C850A2;
}
</style>
background-color css
<style>
a { background-color: #C850A2; }
a { background-color: rgb(200,80,162); }
div.DivClassName
{
background-color: #C850A2;
}
.BgClassName
{
background-color: #C850A2;
}
</style>
border-color css
<style>
span { border-color: #C850A2; }
span { border-color: rgb(200,80,162); }
td.TdClassName
{
border-color: #C850A2;
}
.TagClassName
{
border-color: #C850A2;
}
</style>