Shades of Mulberry #C85299
Tints of Mulberry #C85299
RGB
CMYK
RGB Variations
Color information
#C85299 (or 0xC85299) is known color: Mulberry. HEX triplet: C8, 52 and 99. RGB value is (200,82,153). Sum of RGB (Red+Green+Blue) = 200+82+153=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C85299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85299 is #37AD66. Grayscale: #7D7D7D. Windows color (decimal): -3648871 or 10048200. OLE color: 10048200.
HSL color Cylindrical-coordinate representation of color #C85299: hue angle of 323.9º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85299 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 153 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.22 |
| HSL | 323.9º | 0.52% | 0.55% | - |
| HSV(B) | 323.9º | 0.59% | 0.78% | - |
| XYZ | 32.59 | 20.61 | 32.4 | - |
| YUV | 125.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 153 | 0 | 0.59 | 0.24 | 0.22 | 323.9 | 0.52 | 0.55 |
| Hex | C8 | 52 | 99 | 0 | 3B | 18 | 16 | 144 | 34 | 37 |
| Octal | 310 | 122 | 231 | 0 | 73 | 30 | 26 | 504 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10011001 | 0 | 111011 | 11000 | 10110 | 101000100 | 110100 | 110111 |
Color Harmonies of #C85299
Complementary color
Monochromatic Colors of #C85299
Black with #C85299
Text Example
Text Example
White with #C85299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85299; }
p { color: rgb(200,82,153); }
H1.HeaderClassName
{
color: #C85299;
}
.AnyTagClassName
{
color: #C85299;
}
</style>
background-color css
<style>
a { background-color: #C85299; }
a { background-color: rgb(200,82,153); }
div.DivClassName
{
background-color: #C85299;
}
.BgClassName
{
background-color: #C85299;
}
</style>
border-color css
<style>
span { border-color: #C85299; }
span { border-color: rgb(200,82,153); }
td.TdClassName
{
border-color: #C85299;
}
.TagClassName
{
border-color: #C85299;
}
</style>