Shades of Mulberry #C85B99
Tints of Mulberry #C85B99
RGB
CMYK
RGB Variations
Color information
#C85B99 (or 0xC85B99) is known color: Mulberry. HEX triplet: C8, 5B and 99. RGB value is (200,91,153). Sum of RGB (Red+Green+Blue) = 200+91+153=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85B99 is #37A466. Grayscale: #828282. Windows color (decimal): -3646567 or 10050504. OLE color: 10050504.
HSL color Cylindrical-coordinate representation of color #C85B99: hue angle of 325.87º 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 #C85B99 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 153 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.22 |
| HSL | 325.87º | 0.5% | 0.57% | - |
| HSV(B) | 325.87º | 0.55% | 0.78% | - |
| XYZ | 33.31 | 22.06 | 32.64 | - |
| YUV | 130.66 | 140.61 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 153 | 0 | 0.54 | 0.24 | 0.22 | 325.87 | 0.5 | 0.57 |
| Hex | C8 | 5B | 99 | 0 | 36 | 18 | 16 | 146 | 32 | 39 |
| Octal | 310 | 133 | 231 | 0 | 66 | 30 | 26 | 506 | 62 | 71 |
| Binary | 11001000 | 1011011 | 10011001 | 0 | 110110 | 11000 | 10110 | 101000110 | 110010 | 111001 |
Color Harmonies of #C85B99
Complementary color
Monochromatic Colors of #C85B99
Black with #C85B99
Text Example
Text Example
White with #C85B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B99; }
p { color: rgb(200,91,153); }
H1.HeaderClassName
{
color: #C85B99;
}
.AnyTagClassName
{
color: #C85B99;
}
</style>
background-color css
<style>
a { background-color: #C85B99; }
a { background-color: rgb(200,91,153); }
div.DivClassName
{
background-color: #C85B99;
}
.BgClassName
{
background-color: #C85B99;
}
</style>
border-color css
<style>
span { border-color: #C85B99; }
span { border-color: rgb(200,91,153); }
td.TdClassName
{
border-color: #C85B99;
}
.TagClassName
{
border-color: #C85B99;
}
</style>