Shades of Mulberry #C85696
Tints of Mulberry #C85696
RGB
CMYK
RGB Variations
Color information
#C85696 (or 0xC85696) is known color: Mulberry. HEX triplet: C8, 56 and 96. RGB value is (200,86,150). Sum of RGB (Red+Green+Blue) = 200+86+150=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C85696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85696 is #37A969. Grayscale: #7F7F7F. Windows color (decimal): -3647850 or 9852616. OLE color: 9852616.
HSL color Cylindrical-coordinate representation of color #C85696: hue angle of 326.32º 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 #C85696 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 150 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.22 |
| HSL | 326.32º | 0.51% | 0.56% | - |
| HSV(B) | 326.32º | 0.57% | 0.78% | - |
| XYZ | 32.65 | 21.14 | 31.21 | - |
| YUV | 127.38 | 140.77 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 150 | 0 | 0.57 | 0.25 | 0.22 | 326.32 | 0.51 | 0.56 |
| Hex | C8 | 56 | 96 | 0 | 39 | 19 | 16 | 146 | 33 | 38 |
| Octal | 310 | 126 | 226 | 0 | 71 | 31 | 26 | 506 | 63 | 70 |
| Binary | 11001000 | 1010110 | 10010110 | 0 | 111001 | 11001 | 10110 | 101000110 | 110011 | 111000 |
Color Harmonies of #C85696
Complementary color
Monochromatic Colors of #C85696
Black with #C85696
Text Example
Text Example
White with #C85696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85696; }
p { color: rgb(200,86,150); }
H1.HeaderClassName
{
color: #C85696;
}
.AnyTagClassName
{
color: #C85696;
}
</style>
background-color css
<style>
a { background-color: #C85696; }
a { background-color: rgb(200,86,150); }
div.DivClassName
{
background-color: #C85696;
}
.BgClassName
{
background-color: #C85696;
}
</style>
border-color css
<style>
span { border-color: #C85696; }
span { border-color: rgb(200,86,150); }
td.TdClassName
{
border-color: #C85696;
}
.TagClassName
{
border-color: #C85696;
}
</style>