Shades of Mulberry #C85289
Tints of Mulberry #C85289
RGB
CMYK
RGB Variations
Color information
#C85289 (or 0xC85289) is known color: Mulberry. HEX triplet: C8, 52 and 89. RGB value is (200,82,137). Sum of RGB (Red+Green+Blue) = 200+82+137=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C85289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85289 is #37AD76. Grayscale: #7B7B7B. Windows color (decimal): -3648887 or 8999624. OLE color: 8999624.
HSL color Cylindrical-coordinate representation of color #C85289: hue angle of 332.03º 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 #C85289 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 137 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.22 |
| HSL | 332.03º | 0.52% | 0.55% | - |
| HSV(B) | 332.03º | 0.59% | 0.78% | - |
| XYZ | 31.35 | 20.12 | 25.9 | - |
| YUV | 123.55 | 135.59 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 137 | 0 | 0.59 | 0.32 | 0.22 | 332.03 | 0.52 | 0.55 |
| Hex | C8 | 52 | 89 | 0 | 3B | 20 | 16 | 14C | 34 | 37 |
| Octal | 310 | 122 | 211 | 0 | 73 | 40 | 26 | 514 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10001001 | 0 | 111011 | 100000 | 10110 | 101001100 | 110100 | 110111 |
Color Harmonies of #C85289
Complementary color
Monochromatic Colors of #C85289
Black with #C85289
Text Example
Text Example
White with #C85289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85289; }
p { color: rgb(200,82,137); }
H1.HeaderClassName
{
color: #C85289;
}
.AnyTagClassName
{
color: #C85289;
}
</style>
background-color css
<style>
a { background-color: #C85289; }
a { background-color: rgb(200,82,137); }
div.DivClassName
{
background-color: #C85289;
}
.BgClassName
{
background-color: #C85289;
}
</style>
border-color css
<style>
span { border-color: #C85289; }
span { border-color: rgb(200,82,137); }
td.TdClassName
{
border-color: #C85289;
}
.TagClassName
{
border-color: #C85289;
}
</style>