Shades of Mulberry #C85099
Tints of Mulberry #C85099
RGB
CMYK
RGB Variations
Color information
#C85099 (or 0xC85099) is known color: Mulberry. HEX triplet: C8, 50 and 99. RGB value is (200,80,153). Sum of RGB (Red+Green+Blue) = 200+80+153=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C85099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85099 is #37AF66. Grayscale: #7C7C7C. Windows color (decimal): -3649383 or 10047688. OLE color: 10047688.
HSL color Cylindrical-coordinate representation of color #C85099: hue angle of 323.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85099 is Cyan = 0, Magento = 0.6, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 153 | - |
| CMYK | 0 | 0.6 | 0.24 | 0.22 |
| HSL | 323.5º | 0.52% | 0.55% | - |
| HSV(B) | 323.5º | 0.6% | 0.78% | - |
| XYZ | 32.44 | 20.32 | 32.35 | - |
| YUV | 124.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 153 | 0 | 0.6 | 0.24 | 0.22 | 323.5 | 0.52 | 0.55 |
| Hex | C8 | 50 | 99 | 0 | 3C | 18 | 16 | 144 | 34 | 37 |
| Octal | 310 | 120 | 231 | 0 | 74 | 30 | 26 | 504 | 64 | 67 |
| Binary | 11001000 | 1010000 | 10011001 | 0 | 111100 | 11000 | 10110 | 101000100 | 110100 | 110111 |
Color Harmonies of #C85099
Complementary color
Monochromatic Colors of #C85099
Black with #C85099
Text Example
Text Example
White with #C85099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85099; }
p { color: rgb(200,80,153); }
H1.HeaderClassName
{
color: #C85099;
}
.AnyTagClassName
{
color: #C85099;
}
</style>
background-color css
<style>
a { background-color: #C85099; }
a { background-color: rgb(200,80,153); }
div.DivClassName
{
background-color: #C85099;
}
.BgClassName
{
background-color: #C85099;
}
</style>
border-color css
<style>
span { border-color: #C85099; }
span { border-color: rgb(200,80,153); }
td.TdClassName
{
border-color: #C85099;
}
.TagClassName
{
border-color: #C85099;
}
</style>