Shades of Mulberry #C840A2
Tints of Mulberry #C840A2
RGB
CMYK
RGB Variations
Color information
#C840A2 (or 0xC840A2) is known color: Mulberry. HEX triplet: C8, 40 and A2. RGB value is (200,64,162). Sum of RGB (Red+Green+Blue) = 200+64+162=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C840A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C840A2 is #37BF5D. Grayscale: #737373. Windows color (decimal): -3653470 or 10633416. OLE color: 10633416.
HSL color Cylindrical-coordinate representation of color #C840A2: hue angle of 316.76º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C840A2 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 162 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.22 |
| HSL | 316.76º | 0.55% | 0.52% | - |
| HSV(B) | 316.76º | 0.68% | 0.78% | - |
| XYZ | 32.17 | 18.55 | 36.07 | - |
| YUV | 115.84 | 154.06 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 162 | 0 | 0.68 | 0.19 | 0.22 | 316.76 | 0.55 | 0.52 |
| Hex | C8 | 40 | A2 | 0 | 44 | 13 | 16 | 13D | 37 | 34 |
| Octal | 310 | 100 | 242 | 0 | 104 | 23 | 26 | 475 | 67 | 64 |
| Binary | 11001000 | 1000000 | 10100010 | 0 | 1000100 | 10011 | 10110 | 100111101 | 110111 | 110100 |
Color Harmonies of #C840A2
Complementary color
Monochromatic Colors of #C840A2
Black with #C840A2
Text Example
Text Example
White with #C840A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C840A2; }
p { color: rgb(200,64,162); }
H1.HeaderClassName
{
color: #C840A2;
}
.AnyTagClassName
{
color: #C840A2;
}
</style>
background-color css
<style>
a { background-color: #C840A2; }
a { background-color: rgb(200,64,162); }
div.DivClassName
{
background-color: #C840A2;
}
.BgClassName
{
background-color: #C840A2;
}
</style>
border-color css
<style>
span { border-color: #C840A2; }
span { border-color: rgb(200,64,162); }
td.TdClassName
{
border-color: #C840A2;
}
.TagClassName
{
border-color: #C840A2;
}
</style>