Shades of Mulberry #C85588
Tints of Mulberry #C85588
RGB
CMYK
RGB Variations
Color information
#C85588 (or 0xC85588) is known color: Mulberry. HEX triplet: C8, 55 and 88. RGB value is (200,85,136). Sum of RGB (Red+Green+Blue) = 200+85+136=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C85588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85588 is #37AA77. Grayscale: #7D7D7D. Windows color (decimal): -3648120 or 8934856. OLE color: 8934856.
HSL color Cylindrical-coordinate representation of color #C85588: hue angle of 333.39º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85588 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 136 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.22 |
| HSL | 333.39º | 0.51% | 0.56% | - |
| HSV(B) | 333.39º | 0.58% | 0.78% | - |
| XYZ | 31.51 | 20.55 | 25.6 | - |
| YUV | 125.2 | 134.1 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 136 | 0 | 0.58 | 0.32 | 0.22 | 333.39 | 0.51 | 0.56 |
| Hex | C8 | 55 | 88 | 0 | 3A | 20 | 16 | 14D | 33 | 38 |
| Octal | 310 | 125 | 210 | 0 | 72 | 40 | 26 | 515 | 63 | 70 |
| Binary | 11001000 | 1010101 | 10001000 | 0 | 111010 | 100000 | 10110 | 101001101 | 110011 | 111000 |
Color Harmonies of #C85588
Complementary color
Monochromatic Colors of #C85588
Black with #C85588
Text Example
Text Example
White with #C85588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85588; }
p { color: rgb(200,85,136); }
H1.HeaderClassName
{
color: #C85588;
}
.AnyTagClassName
{
color: #C85588;
}
</style>
background-color css
<style>
a { background-color: #C85588; }
a { background-color: rgb(200,85,136); }
div.DivClassName
{
background-color: #C85588;
}
.BgClassName
{
background-color: #C85588;
}
</style>
border-color css
<style>
span { border-color: #C85588; }
span { border-color: rgb(200,85,136); }
td.TdClassName
{
border-color: #C85588;
}
.TagClassName
{
border-color: #C85588;
}
</style>