Shades of Mulberry #C85695
Tints of Mulberry #C85695
RGB
CMYK
RGB Variations
Color information
#C85695 (or 0xC85695) is known color: Mulberry. HEX triplet: C8, 56 and 95. RGB value is (200,86,149). Sum of RGB (Red+Green+Blue) = 200+86+149=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C85695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85695 is #37A96A. Grayscale: #7F7F7F. Windows color (decimal): -3647851 or 9787080. OLE color: 9787080.
HSL color Cylindrical-coordinate representation of color #C85695: hue angle of 326.84º 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 #C85695 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 149 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.22 |
| HSL | 326.84º | 0.51% | 0.56% | - |
| HSV(B) | 326.84º | 0.57% | 0.78% | - |
| XYZ | 32.57 | 21.1 | 30.79 | - |
| YUV | 127.27 | 140.27 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 149 | 0 | 0.57 | 0.26 | 0.22 | 326.84 | 0.51 | 0.56 |
| Hex | C8 | 56 | 95 | 0 | 39 | 1A | 16 | 147 | 33 | 38 |
| Octal | 310 | 126 | 225 | 0 | 71 | 32 | 26 | 507 | 63 | 70 |
| Binary | 11001000 | 1010110 | 10010101 | 0 | 111001 | 11010 | 10110 | 101000111 | 110011 | 111000 |
Color Harmonies of #C85695
Complementary color
Monochromatic Colors of #C85695
Black with #C85695
Text Example
Text Example
White with #C85695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85695; }
p { color: rgb(200,86,149); }
H1.HeaderClassName
{
color: #C85695;
}
.AnyTagClassName
{
color: #C85695;
}
</style>
background-color css
<style>
a { background-color: #C85695; }
a { background-color: rgb(200,86,149); }
div.DivClassName
{
background-color: #C85695;
}
.BgClassName
{
background-color: #C85695;
}
</style>
border-color css
<style>
span { border-color: #C85695; }
span { border-color: rgb(200,86,149); }
td.TdClassName
{
border-color: #C85695;
}
.TagClassName
{
border-color: #C85695;
}
</style>