Shades of Mulberry #C85898
Tints of Mulberry #C85898
RGB
CMYK
RGB Variations
Color information
#C85898 (or 0xC85898) is known color: Mulberry. HEX triplet: C8, 58 and 98. RGB value is (200,88,152). Sum of RGB (Red+Green+Blue) = 200+88+152=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C85898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85898 is #37A767. Grayscale: #808080. Windows color (decimal): -3647336 or 9984200. OLE color: 9984200.
HSL color Cylindrical-coordinate representation of color #C85898: hue angle of 325.71º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85898 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 152 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.22 |
| HSL | 325.71º | 0.5% | 0.56% | - |
| HSV(B) | 325.71º | 0.56% | 0.78% | - |
| XYZ | 32.98 | 21.53 | 32.12 | - |
| YUV | 128.78 | 141.11 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 152 | 0 | 0.56 | 0.24 | 0.22 | 325.71 | 0.5 | 0.56 |
| Hex | C8 | 58 | 98 | 0 | 38 | 18 | 16 | 146 | 32 | 38 |
| Octal | 310 | 130 | 230 | 0 | 70 | 30 | 26 | 506 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10011000 | 0 | 111000 | 11000 | 10110 | 101000110 | 110010 | 111000 |
Color Harmonies of #C85898
Complementary color
Monochromatic Colors of #C85898
Black with #C85898
Text Example
Text Example
White with #C85898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85898; }
p { color: rgb(200,88,152); }
H1.HeaderClassName
{
color: #C85898;
}
.AnyTagClassName
{
color: #C85898;
}
</style>
background-color css
<style>
a { background-color: #C85898; }
a { background-color: rgb(200,88,152); }
div.DivClassName
{
background-color: #C85898;
}
.BgClassName
{
background-color: #C85898;
}
</style>
border-color css
<style>
span { border-color: #C85898; }
span { border-color: rgb(200,88,152); }
td.TdClassName
{
border-color: #C85898;
}
.TagClassName
{
border-color: #C85898;
}
</style>