Shades of Mulberry #C85A97
Tints of Mulberry #C85A97
RGB
CMYK
RGB Variations
Color information
#C85A97 (or 0xC85A97) is known color: Mulberry. HEX triplet: C8, 5A and 97. RGB value is (200,90,151). Sum of RGB (Red+Green+Blue) = 200+90+151=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A97 is #37A568. Grayscale: #818181. Windows color (decimal): -3646825 or 9919176. OLE color: 9919176.
HSL color Cylindrical-coordinate representation of color #C85A97: hue angle of 326.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85A97 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 151 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.22 |
| HSL | 326.73º | 0.5% | 0.57% | - |
| HSV(B) | 326.73º | 0.55% | 0.78% | - |
| XYZ | 33.06 | 21.83 | 31.75 | - |
| YUV | 129.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 151 | 0 | 0.55 | 0.24 | 0.22 | 326.73 | 0.5 | 0.57 |
| Hex | C8 | 5A | 97 | 0 | 37 | 18 | 16 | 147 | 32 | 39 |
| Octal | 310 | 132 | 227 | 0 | 67 | 30 | 26 | 507 | 62 | 71 |
| Binary | 11001000 | 1011010 | 10010111 | 0 | 110111 | 11000 | 10110 | 101000111 | 110010 | 111001 |
Color Harmonies of #C85A97
Complementary color
Monochromatic Colors of #C85A97
Black with #C85A97
Text Example
Text Example
White with #C85A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A97; }
p { color: rgb(200,90,151); }
H1.HeaderClassName
{
color: #C85A97;
}
.AnyTagClassName
{
color: #C85A97;
}
</style>
background-color css
<style>
a { background-color: #C85A97; }
a { background-color: rgb(200,90,151); }
div.DivClassName
{
background-color: #C85A97;
}
.BgClassName
{
background-color: #C85A97;
}
</style>
border-color css
<style>
span { border-color: #C85A97; }
span { border-color: rgb(200,90,151); }
td.TdClassName
{
border-color: #C85A97;
}
.TagClassName
{
border-color: #C85A97;
}
</style>