Shades of Mulberry #C85C97
Tints of Mulberry #C85C97
RGB
CMYK
RGB Variations
Color information
#C85C97 (or 0xC85C97) is known color: Mulberry. HEX triplet: C8, 5C and 97. RGB value is (200,92,151). Sum of RGB (Red+Green+Blue) = 200+92+151=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85C97 is #37A368. Grayscale: #828282. Windows color (decimal): -3646313 or 9919688. OLE color: 9919688.
HSL color Cylindrical-coordinate representation of color #C85C97: hue angle of 327.22º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85C97 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 151 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.22 |
| HSL | 327.22º | 0.5% | 0.57% | - |
| HSV(B) | 327.22º | 0.54% | 0.78% | - |
| XYZ | 33.23 | 22.17 | 31.81 | - |
| YUV | 131.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 151 | 0 | 0.54 | 0.24 | 0.22 | 327.22 | 0.5 | 0.57 |
| Hex | C8 | 5C | 97 | 0 | 36 | 18 | 16 | 147 | 32 | 39 |
| Octal | 310 | 134 | 227 | 0 | 66 | 30 | 26 | 507 | 62 | 71 |
| Binary | 11001000 | 1011100 | 10010111 | 0 | 110110 | 11000 | 10110 | 101000111 | 110010 | 111001 |
Color Harmonies of #C85C97
Complementary color
Monochromatic Colors of #C85C97
Black with #C85C97
Text Example
Text Example
White with #C85C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C97; }
p { color: rgb(200,92,151); }
H1.HeaderClassName
{
color: #C85C97;
}
.AnyTagClassName
{
color: #C85C97;
}
</style>
background-color css
<style>
a { background-color: #C85C97; }
a { background-color: rgb(200,92,151); }
div.DivClassName
{
background-color: #C85C97;
}
.BgClassName
{
background-color: #C85C97;
}
</style>
border-color css
<style>
span { border-color: #C85C97; }
span { border-color: rgb(200,92,151); }
td.TdClassName
{
border-color: #C85C97;
}
.TagClassName
{
border-color: #C85C97;
}
</style>