Shades of Mulberry #C85487
Tints of Mulberry #C85487
RGB
CMYK
RGB Variations
Color information
#C85487 (or 0xC85487) is known color: Mulberry. HEX triplet: C8, 54 and 87. RGB value is (200,84,135). Sum of RGB (Red+Green+Blue) = 200+84+135=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C85487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85487 is #37AB78. Grayscale: #7C7C7C. Windows color (decimal): -3648377 or 8869064. OLE color: 8869064.
HSL color Cylindrical-coordinate representation of color #C85487: hue angle of 333.62º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85487 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 135 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.22 |
| HSL | 333.62º | 0.51% | 0.56% | - |
| HSV(B) | 333.62º | 0.58% | 0.78% | - |
| XYZ | 31.36 | 20.37 | 25.2 | - |
| YUV | 124.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 135 | 0 | 0.58 | 0.32 | 0.22 | 333.62 | 0.51 | 0.56 |
| Hex | C8 | 54 | 87 | 0 | 3A | 20 | 16 | 14E | 33 | 38 |
| Octal | 310 | 124 | 207 | 0 | 72 | 40 | 26 | 516 | 63 | 70 |
| Binary | 11001000 | 1010100 | 10000111 | 0 | 111010 | 100000 | 10110 | 101001110 | 110011 | 111000 |
Color Harmonies of #C85487
Complementary color
Monochromatic Colors of #C85487
Black with #C85487
Text Example
Text Example
White with #C85487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85487; }
p { color: rgb(200,84,135); }
H1.HeaderClassName
{
color: #C85487;
}
.AnyTagClassName
{
color: #C85487;
}
</style>
background-color css
<style>
a { background-color: #C85487; }
a { background-color: rgb(200,84,135); }
div.DivClassName
{
background-color: #C85487;
}
.BgClassName
{
background-color: #C85487;
}
</style>
border-color css
<style>
span { border-color: #C85487; }
span { border-color: rgb(200,84,135); }
td.TdClassName
{
border-color: #C85487;
}
.TagClassName
{
border-color: #C85487;
}
</style>