Shades of Mulberry #C85B9C
Tints of Mulberry #C85B9C
RGB
CMYK
RGB Variations
Color information
#C85B9C (or 0xC85B9C) is known color: Mulberry. HEX triplet: C8, 5B and 9C. RGB value is (200,91,156). Sum of RGB (Red+Green+Blue) = 200+91+156=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85B9C is #37A463. Grayscale: #828282. Windows color (decimal): -3646564 or 10247112. OLE color: 10247112.
HSL color Cylindrical-coordinate representation of color #C85B9C: hue angle of 324.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 #C85B9C is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 156 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.22 |
| HSL | 324.22º | 0.5% | 0.57% | - |
| HSV(B) | 324.22º | 0.55% | 0.78% | - |
| XYZ | 33.56 | 22.16 | 33.96 | - |
| YUV | 131 | 142.11 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 156 | 0 | 0.54 | 0.22 | 0.22 | 324.22 | 0.5 | 0.57 |
| Hex | C8 | 5B | 9C | 0 | 36 | 16 | 16 | 144 | 32 | 39 |
| Octal | 310 | 133 | 234 | 0 | 66 | 26 | 26 | 504 | 62 | 71 |
| Binary | 11001000 | 1011011 | 10011100 | 0 | 110110 | 10110 | 10110 | 101000100 | 110010 | 111001 |
Color Harmonies of #C85B9C
Complementary color
Monochromatic Colors of #C85B9C
Black with #C85B9C
Text Example
Text Example
White with #C85B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B9C; }
p { color: rgb(200,91,156); }
H1.HeaderClassName
{
color: #C85B9C;
}
.AnyTagClassName
{
color: #C85B9C;
}
</style>
background-color css
<style>
a { background-color: #C85B9C; }
a { background-color: rgb(200,91,156); }
div.DivClassName
{
background-color: #C85B9C;
}
.BgClassName
{
background-color: #C85B9C;
}
</style>
border-color css
<style>
span { border-color: #C85B9C; }
span { border-color: rgb(200,91,156); }
td.TdClassName
{
border-color: #C85B9C;
}
.TagClassName
{
border-color: #C85B9C;
}
</style>