Shades of Mulberry #C85B9F
Tints of Mulberry #C85B9F
RGB
CMYK
RGB Variations
Color information
#C85B9F (or 0xC85B9F) is known color: Mulberry. HEX triplet: C8, 5B and 9F. RGB value is (200,91,159). Sum of RGB (Red+Green+Blue) = 200+91+159=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85B9F is #37A460. Grayscale: #838383. Windows color (decimal): -3646561 or 10443720. OLE color: 10443720.
HSL color Cylindrical-coordinate representation of color #C85B9F: hue angle of 322.57º 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 #C85B9F is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 159 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.22 |
| HSL | 322.57º | 0.5% | 0.57% | - |
| HSV(B) | 322.57º | 0.55% | 0.78% | - |
| XYZ | 33.82 | 22.26 | 35.32 | - |
| YUV | 131.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 159 | 0 | 0.54 | 0.20 | 0.22 | 322.57 | 0.5 | 0.57 |
| Hex | C8 | 5B | 9F | 0 | 36 | 14 | 16 | 143 | 32 | 39 |
| Octal | 310 | 133 | 237 | 0 | 66 | 24 | 26 | 503 | 62 | 71 |
| Binary | 11001000 | 1011011 | 10011111 | 0 | 110110 | 10100 | 10110 | 101000011 | 110010 | 111001 |
Color Harmonies of #C85B9F
Complementary color
Monochromatic Colors of #C85B9F
Black with #C85B9F
Text Example
Text Example
White with #C85B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B9F; }
p { color: rgb(200,91,159); }
H1.HeaderClassName
{
color: #C85B9F;
}
.AnyTagClassName
{
color: #C85B9F;
}
</style>
background-color css
<style>
a { background-color: #C85B9F; }
a { background-color: rgb(200,91,159); }
div.DivClassName
{
background-color: #C85B9F;
}
.BgClassName
{
background-color: #C85B9F;
}
</style>
border-color css
<style>
span { border-color: #C85B9F; }
span { border-color: rgb(200,91,159); }
td.TdClassName
{
border-color: #C85B9F;
}
.TagClassName
{
border-color: #C85B9F;
}
</style>