Shades of Mulberry #C85B92
Tints of Mulberry #C85B92
RGB
CMYK
RGB Variations
Color information
#C85B92 (or 0xC85B92) is known color: Mulberry. HEX triplet: C8, 5B and 92. RGB value is (200,91,146). Sum of RGB (Red+Green+Blue) = 200+91+146=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85B92 is #37A46D. Grayscale: #818181. Windows color (decimal): -3646574 or 9591752. OLE color: 9591752.
HSL color Cylindrical-coordinate representation of color #C85B92: hue angle of 329.72º 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 #C85B92 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 146 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.22 |
| HSL | 329.72º | 0.5% | 0.57% | - |
| HSV(B) | 329.72º | 0.55% | 0.78% | - |
| XYZ | 32.75 | 21.84 | 29.68 | - |
| YUV | 129.86 | 137.11 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 146 | 0 | 0.54 | 0.27 | 0.22 | 329.72 | 0.5 | 0.57 |
| Hex | C8 | 5B | 92 | 0 | 36 | 1B | 16 | 14A | 32 | 39 |
| Octal | 310 | 133 | 222 | 0 | 66 | 33 | 26 | 512 | 62 | 71 |
| Binary | 11001000 | 1011011 | 10010010 | 0 | 110110 | 11011 | 10110 | 101001010 | 110010 | 111001 |
Color Harmonies of #C85B92
Complementary color
Monochromatic Colors of #C85B92
Black with #C85B92
Text Example
Text Example
White with #C85B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B92; }
p { color: rgb(200,91,146); }
H1.HeaderClassName
{
color: #C85B92;
}
.AnyTagClassName
{
color: #C85B92;
}
</style>
background-color css
<style>
a { background-color: #C85B92; }
a { background-color: rgb(200,91,146); }
div.DivClassName
{
background-color: #C85B92;
}
.BgClassName
{
background-color: #C85B92;
}
</style>
border-color css
<style>
span { border-color: #C85B92; }
span { border-color: rgb(200,91,146); }
td.TdClassName
{
border-color: #C85B92;
}
.TagClassName
{
border-color: #C85B92;
}
</style>