Shades of Mulberry #C85D9A
Tints of Mulberry #C85D9A
RGB
CMYK
RGB Variations
Color information
#C85D9A (or 0xC85D9A) is known color: Mulberry. HEX triplet: C8, 5D and 9A. RGB value is (200,93,154). Sum of RGB (Red+Green+Blue) = 200+93+154=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D9A is #37A265. Grayscale: #838383. Windows color (decimal): -3646054 or 10116552. OLE color: 10116552.
HSL color Cylindrical-coordinate representation of color #C85D9A: hue angle of 325.79º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85D9A is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 154 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.22 |
| HSL | 325.79º | 0.49% | 0.57% | - |
| HSV(B) | 325.79º | 0.54% | 0.78% | - |
| XYZ | 33.57 | 22.44 | 33.13 | - |
| YUV | 131.95 | 140.45 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 154 | 0 | 0.54 | 0.23 | 0.22 | 325.79 | 0.49 | 0.57 |
| Hex | C8 | 5D | 9A | 0 | 36 | 17 | 16 | 146 | 31 | 39 |
| Octal | 310 | 135 | 232 | 0 | 66 | 27 | 26 | 506 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10011010 | 0 | 110110 | 10111 | 10110 | 101000110 | 110001 | 111001 |
Color Harmonies of #C85D9A
Complementary color
Monochromatic Colors of #C85D9A
Black with #C85D9A
Text Example
Text Example
White with #C85D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D9A; }
p { color: rgb(200,93,154); }
H1.HeaderClassName
{
color: #C85D9A;
}
.AnyTagClassName
{
color: #C85D9A;
}
</style>
background-color css
<style>
a { background-color: #C85D9A; }
a { background-color: rgb(200,93,154); }
div.DivClassName
{
background-color: #C85D9A;
}
.BgClassName
{
background-color: #C85D9A;
}
</style>
border-color css
<style>
span { border-color: #C85D9A; }
span { border-color: rgb(200,93,154); }
td.TdClassName
{
border-color: #C85D9A;
}
.TagClassName
{
border-color: #C85D9A;
}
</style>