Shades of Mulberry #C85BA1
Tints of Mulberry #C85BA1
RGB
CMYK
RGB Variations
Color information
#C85BA1 (or 0xC85BA1) is known color: Mulberry. HEX triplet: C8, 5B and A1. RGB value is (200,91,161). Sum of RGB (Red+Green+Blue) = 200+91+161=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C85BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85BA1 is #37A45E. Grayscale: #838383. Windows color (decimal): -3646559 or 10574792. OLE color: 10574792.
HSL color Cylindrical-coordinate representation of color #C85BA1: hue angle of 321.47º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85BA1 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 161 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.22 |
| HSL | 321.47º | 0.5% | 0.57% | - |
| HSV(B) | 321.47º | 0.55% | 0.78% | - |
| XYZ | 33.99 | 22.33 | 36.24 | - |
| YUV | 131.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 161 | 0 | 0.54 | 0.19 | 0.22 | 321.47 | 0.5 | 0.57 |
| Hex | C8 | 5B | A1 | 0 | 36 | 13 | 16 | 141 | 32 | 39 |
| Octal | 310 | 133 | 241 | 0 | 66 | 23 | 26 | 501 | 62 | 71 |
| Binary | 11001000 | 1011011 | 10100001 | 0 | 110110 | 10011 | 10110 | 101000001 | 110010 | 111001 |
Color Harmonies of #C85BA1
Complementary color
Monochromatic Colors of #C85BA1
Black with #C85BA1
Text Example
Text Example
White with #C85BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BA1; }
p { color: rgb(200,91,161); }
H1.HeaderClassName
{
color: #C85BA1;
}
.AnyTagClassName
{
color: #C85BA1;
}
</style>
background-color css
<style>
a { background-color: #C85BA1; }
a { background-color: rgb(200,91,161); }
div.DivClassName
{
background-color: #C85BA1;
}
.BgClassName
{
background-color: #C85BA1;
}
</style>
border-color css
<style>
span { border-color: #C85BA1; }
span { border-color: rgb(200,91,161); }
td.TdClassName
{
border-color: #C85BA1;
}
.TagClassName
{
border-color: #C85BA1;
}
</style>