Shades of Mulberry #C85B85
Tints of Mulberry #C85B85
RGB
CMYK
RGB Variations
Color information
#C85B85 (or 0xC85B85) is known color: Mulberry. HEX triplet: C8, 5B and 85. RGB value is (200,91,133). Sum of RGB (Red+Green+Blue) = 200+91+133=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85B85 is #37A47A. Grayscale: #808080. Windows color (decimal): -3646587 or 8739784. OLE color: 8739784.
HSL color Cylindrical-coordinate representation of color #C85B85: hue angle of 336.88º 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 #C85B85 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 133 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.22 |
| HSL | 336.88º | 0.5% | 0.57% | - |
| HSV(B) | 336.88º | 0.55% | 0.78% | - |
| XYZ | 31.79 | 21.45 | 24.66 | - |
| YUV | 128.38 | 130.61 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 133 | 0 | 0.54 | 0.34 | 0.22 | 336.88 | 0.5 | 0.57 |
| Hex | C8 | 5B | 85 | 0 | 36 | 22 | 16 | 151 | 32 | 39 |
| Octal | 310 | 133 | 205 | 0 | 66 | 42 | 26 | 521 | 62 | 71 |
| Binary | 11001000 | 1011011 | 10000101 | 0 | 110110 | 100010 | 10110 | 101010001 | 110010 | 111001 |
Color Harmonies of #C85B85
Complementary color
Monochromatic Colors of #C85B85
Black with #C85B85
Text Example
Text Example
White with #C85B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B85; }
p { color: rgb(200,91,133); }
H1.HeaderClassName
{
color: #C85B85;
}
.AnyTagClassName
{
color: #C85B85;
}
</style>
background-color css
<style>
a { background-color: #C85B85; }
a { background-color: rgb(200,91,133); }
div.DivClassName
{
background-color: #C85B85;
}
.BgClassName
{
background-color: #C85B85;
}
</style>
border-color css
<style>
span { border-color: #C85B85; }
span { border-color: rgb(200,91,133); }
td.TdClassName
{
border-color: #C85B85;
}
.TagClassName
{
border-color: #C85B85;
}
</style>