Shades of Mulberry #C849A2
Tints of Mulberry #C849A2
RGB
CMYK
RGB Variations
Color information
#C849A2 (or 0xC849A2) is known color: Mulberry. HEX triplet: C8, 49 and A2. RGB value is (200,73,162). Sum of RGB (Red+Green+Blue) = 200+73+162=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C849A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C849A2 is #37B65D. Grayscale: #787878. Windows color (decimal): -3651166 or 10635720. OLE color: 10635720.
HSL color Cylindrical-coordinate representation of color #C849A2: hue angle of 317.95º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C849A2 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 162 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.22 |
| HSL | 317.95º | 0.54% | 0.54% | - |
| HSV(B) | 317.95º | 0.64% | 0.78% | - |
| XYZ | 32.72 | 19.65 | 36.25 | - |
| YUV | 121.12 | 151.08 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 162 | 0 | 0.64 | 0.19 | 0.22 | 317.95 | 0.54 | 0.54 |
| Hex | C8 | 49 | A2 | 0 | 40 | 13 | 16 | 13E | 36 | 36 |
| Octal | 310 | 111 | 242 | 0 | 100 | 23 | 26 | 476 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10100010 | 0 | 1000000 | 10011 | 10110 | 100111110 | 110110 | 110110 |
Color Harmonies of #C849A2
Complementary color
Monochromatic Colors of #C849A2
Black with #C849A2
Text Example
Text Example
White with #C849A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849A2; }
p { color: rgb(200,73,162); }
H1.HeaderClassName
{
color: #C849A2;
}
.AnyTagClassName
{
color: #C849A2;
}
</style>
background-color css
<style>
a { background-color: #C849A2; }
a { background-color: rgb(200,73,162); }
div.DivClassName
{
background-color: #C849A2;
}
.BgClassName
{
background-color: #C849A2;
}
</style>
border-color css
<style>
span { border-color: #C849A2; }
span { border-color: rgb(200,73,162); }
td.TdClassName
{
border-color: #C849A2;
}
.TagClassName
{
border-color: #C849A2;
}
</style>