Shades of Mulberry #C85B96
Tints of Mulberry #C85B96
RGB
CMYK
RGB Variations
Color information
#C85B96 (or 0xC85B96) is known color: Mulberry. HEX triplet: C8, 5B and 96. RGB value is (200,91,150). Sum of RGB (Red+Green+Blue) = 200+91+150=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85B96 is #37A469. Grayscale: #828282. Windows color (decimal): -3646570 or 9853896. OLE color: 9853896.
HSL color Cylindrical-coordinate representation of color #C85B96: hue angle of 327.52º 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 #C85B96 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 150 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.22 |
| HSL | 327.52º | 0.5% | 0.57% | - |
| HSV(B) | 327.52º | 0.55% | 0.78% | - |
| XYZ | 33.07 | 21.96 | 31.35 | - |
| YUV | 130.32 | 139.11 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 150 | 0 | 0.54 | 0.25 | 0.22 | 327.52 | 0.5 | 0.57 |
| Hex | C8 | 5B | 96 | 0 | 36 | 19 | 16 | 148 | 32 | 39 |
| Octal | 310 | 133 | 226 | 0 | 66 | 31 | 26 | 510 | 62 | 71 |
| Binary | 11001000 | 1011011 | 10010110 | 0 | 110110 | 11001 | 10110 | 101001000 | 110010 | 111001 |
Color Harmonies of #C85B96
Complementary color
Monochromatic Colors of #C85B96
Black with #C85B96
Text Example
Text Example
White with #C85B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B96; }
p { color: rgb(200,91,150); }
H1.HeaderClassName
{
color: #C85B96;
}
.AnyTagClassName
{
color: #C85B96;
}
</style>
background-color css
<style>
a { background-color: #C85B96; }
a { background-color: rgb(200,91,150); }
div.DivClassName
{
background-color: #C85B96;
}
.BgClassName
{
background-color: #C85B96;
}
</style>
border-color css
<style>
span { border-color: #C85B96; }
span { border-color: rgb(200,91,150); }
td.TdClassName
{
border-color: #C85B96;
}
.TagClassName
{
border-color: #C85B96;
}
</style>