Shades of Mulberry #C85883
Tints of Mulberry #C85883
RGB
CMYK
RGB Variations
Color information
#C85883 (or 0xC85883) is known color: Mulberry. HEX triplet: C8, 58 and 83. RGB value is (200,88,131). Sum of RGB (Red+Green+Blue) = 200+88+131=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C85883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85883 is #37A77C. Grayscale: #7E7E7E. Windows color (decimal): -3647357 or 8607944. OLE color: 8607944.
HSL color Cylindrical-coordinate representation of color #C85883: hue angle of 336.96º 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 #C85883 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 131 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.22 |
| HSL | 336.96º | 0.5% | 0.56% | - |
| HSV(B) | 336.96º | 0.56% | 0.78% | - |
| XYZ | 31.41 | 20.9 | 23.85 | - |
| YUV | 126.39 | 130.61 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 131 | 0 | 0.56 | 0.34 | 0.22 | 336.96 | 0.5 | 0.56 |
| Hex | C8 | 58 | 83 | 0 | 38 | 22 | 16 | 151 | 32 | 38 |
| Octal | 310 | 130 | 203 | 0 | 70 | 42 | 26 | 521 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10000011 | 0 | 111000 | 100010 | 10110 | 101010001 | 110010 | 111000 |
Color Harmonies of #C85883
Complementary color
Monochromatic Colors of #C85883
Black with #C85883
Text Example
Text Example
White with #C85883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85883; }
p { color: rgb(200,88,131); }
H1.HeaderClassName
{
color: #C85883;
}
.AnyTagClassName
{
color: #C85883;
}
</style>
background-color css
<style>
a { background-color: #C85883; }
a { background-color: rgb(200,88,131); }
div.DivClassName
{
background-color: #C85883;
}
.BgClassName
{
background-color: #C85883;
}
</style>
border-color css
<style>
span { border-color: #C85883; }
span { border-color: rgb(200,88,131); }
td.TdClassName
{
border-color: #C85883;
}
.TagClassName
{
border-color: #C85883;
}
</style>