Shades of Mulberry #C85088
Tints of Mulberry #C85088
RGB
CMYK
RGB Variations
Color information
#C85088 (or 0xC85088) is known color: Mulberry. HEX triplet: C8, 50 and 88. RGB value is (200,80,136). Sum of RGB (Red+Green+Blue) = 200+80+136=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C85088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85088 is #37AF77. Grayscale: #7A7A7A. Windows color (decimal): -3649400 or 8933576. OLE color: 8933576.
HSL color Cylindrical-coordinate representation of color #C85088: hue angle of 332º 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 #C85088 is Cyan = 0, Magento = 0.6, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 136 | - |
| CMYK | 0 | 0.6 | 0.32 | 0.22 |
| HSL | 332º | 0.52% | 0.55% | - |
| HSV(B) | 332º | 0.6% | 0.78% | - |
| XYZ | 31.13 | 19.79 | 25.47 | - |
| YUV | 122.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 136 | 0 | 0.6 | 0.32 | 0.22 | 332 | 0.52 | 0.55 |
| Hex | C8 | 50 | 88 | 0 | 3C | 20 | 16 | 14C | 34 | 37 |
| Octal | 310 | 120 | 210 | 0 | 74 | 40 | 26 | 514 | 64 | 67 |
| Binary | 11001000 | 1010000 | 10001000 | 0 | 111100 | 100000 | 10110 | 101001100 | 110100 | 110111 |
Color Harmonies of #C85088
Complementary color
Monochromatic Colors of #C85088
Black with #C85088
Text Example
Text Example
White with #C85088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85088; }
p { color: rgb(200,80,136); }
H1.HeaderClassName
{
color: #C85088;
}
.AnyTagClassName
{
color: #C85088;
}
</style>
background-color css
<style>
a { background-color: #C85088; }
a { background-color: rgb(200,80,136); }
div.DivClassName
{
background-color: #C85088;
}
.BgClassName
{
background-color: #C85088;
}
</style>
border-color css
<style>
span { border-color: #C85088; }
span { border-color: rgb(200,80,136); }
td.TdClassName
{
border-color: #C85088;
}
.TagClassName
{
border-color: #C85088;
}
</style>