Shades of Mulberry #C85496
Tints of Mulberry #C85496
RGB
CMYK
RGB Variations
Color information
#C85496 (or 0xC85496) is known color: Mulberry. HEX triplet: C8, 54 and 96. RGB value is (200,84,150). Sum of RGB (Red+Green+Blue) = 200+84+150=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C85496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85496 is #37AB69. Grayscale: #7E7E7E. Windows color (decimal): -3648362 or 9852104. OLE color: 9852104.
HSL color Cylindrical-coordinate representation of color #C85496: hue angle of 325.86º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85496 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 150 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.22 |
| HSL | 325.86º | 0.51% | 0.56% | - |
| HSV(B) | 325.86º | 0.58% | 0.78% | - |
| XYZ | 32.49 | 20.82 | 31.16 | - |
| YUV | 126.21 | 141.43 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 150 | 0 | 0.58 | 0.25 | 0.22 | 325.86 | 0.51 | 0.56 |
| Hex | C8 | 54 | 96 | 0 | 3A | 19 | 16 | 146 | 33 | 38 |
| Octal | 310 | 124 | 226 | 0 | 72 | 31 | 26 | 506 | 63 | 70 |
| Binary | 11001000 | 1010100 | 10010110 | 0 | 111010 | 11001 | 10110 | 101000110 | 110011 | 111000 |
Color Harmonies of #C85496
Complementary color
Monochromatic Colors of #C85496
Black with #C85496
Text Example
Text Example
White with #C85496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85496; }
p { color: rgb(200,84,150); }
H1.HeaderClassName
{
color: #C85496;
}
.AnyTagClassName
{
color: #C85496;
}
</style>
background-color css
<style>
a { background-color: #C85496; }
a { background-color: rgb(200,84,150); }
div.DivClassName
{
background-color: #C85496;
}
.BgClassName
{
background-color: #C85496;
}
</style>
border-color css
<style>
span { border-color: #C85496; }
span { border-color: rgb(200,84,150); }
td.TdClassName
{
border-color: #C85496;
}
.TagClassName
{
border-color: #C85496;
}
</style>