Shades of Mulberry #C85497
Tints of Mulberry #C85497
RGB
CMYK
RGB Variations
Color information
#C85497 (or 0xC85497) is known color: Mulberry. HEX triplet: C8, 54 and 97. RGB value is (200,84,151). Sum of RGB (Red+Green+Blue) = 200+84+151=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C85497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85497 is #37AB68. Grayscale: #7E7E7E. Windows color (decimal): -3648361 or 9917640. OLE color: 9917640.
HSL color Cylindrical-coordinate representation of color #C85497: hue angle of 325.34º 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 #C85497 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 151 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.22 |
| HSL | 325.34º | 0.51% | 0.56% | - |
| HSV(B) | 325.34º | 0.58% | 0.78% | - |
| XYZ | 32.58 | 20.85 | 31.59 | - |
| YUV | 126.32 | 141.93 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 151 | 0 | 0.58 | 0.24 | 0.22 | 325.34 | 0.51 | 0.56 |
| Hex | C8 | 54 | 97 | 0 | 3A | 18 | 16 | 145 | 33 | 38 |
| Octal | 310 | 124 | 227 | 0 | 72 | 30 | 26 | 505 | 63 | 70 |
| Binary | 11001000 | 1010100 | 10010111 | 0 | 111010 | 11000 | 10110 | 101000101 | 110011 | 111000 |
Color Harmonies of #C85497
Complementary color
Monochromatic Colors of #C85497
Black with #C85497
Text Example
Text Example
White with #C85497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85497; }
p { color: rgb(200,84,151); }
H1.HeaderClassName
{
color: #C85497;
}
.AnyTagClassName
{
color: #C85497;
}
</style>
background-color css
<style>
a { background-color: #C85497; }
a { background-color: rgb(200,84,151); }
div.DivClassName
{
background-color: #C85497;
}
.BgClassName
{
background-color: #C85497;
}
</style>
border-color css
<style>
span { border-color: #C85497; }
span { border-color: rgb(200,84,151); }
td.TdClassName
{
border-color: #C85497;
}
.TagClassName
{
border-color: #C85497;
}
</style>