Shades of Mulberry #C85DA3
Tints of Mulberry #C85DA3
RGB
CMYK
RGB Variations
Color information
#C85DA3 (or 0xC85DA3) is known color: Mulberry. HEX triplet: C8, 5D and A3. RGB value is (200,93,163). Sum of RGB (Red+Green+Blue) = 200+93+163=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85DA3 is #37A25C. Grayscale: #848484. Windows color (decimal): -3646045 or 10706376. OLE color: 10706376.
HSL color Cylindrical-coordinate representation of color #C85DA3: hue angle of 320.75º 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 #C85DA3 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 163 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.22 |
| HSL | 320.75º | 0.49% | 0.57% | - |
| HSV(B) | 320.75º | 0.54% | 0.78% | - |
| XYZ | 34.34 | 22.75 | 37.23 | - |
| YUV | 132.97 | 144.95 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 163 | 0 | 0.54 | 0.18 | 0.22 | 320.75 | 0.49 | 0.57 |
| Hex | C8 | 5D | A3 | 0 | 36 | 12 | 16 | 141 | 31 | 39 |
| Octal | 310 | 135 | 243 | 0 | 66 | 22 | 26 | 501 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10100011 | 0 | 110110 | 10010 | 10110 | 101000001 | 110001 | 111001 |
Color Harmonies of #C85DA3
Complementary color
Monochromatic Colors of #C85DA3
Black with #C85DA3
Text Example
Text Example
White with #C85DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DA3; }
p { color: rgb(200,93,163); }
H1.HeaderClassName
{
color: #C85DA3;
}
.AnyTagClassName
{
color: #C85DA3;
}
</style>
background-color css
<style>
a { background-color: #C85DA3; }
a { background-color: rgb(200,93,163); }
div.DivClassName
{
background-color: #C85DA3;
}
.BgClassName
{
background-color: #C85DA3;
}
</style>
border-color css
<style>
span { border-color: #C85DA3; }
span { border-color: rgb(200,93,163); }
td.TdClassName
{
border-color: #C85DA3;
}
.TagClassName
{
border-color: #C85DA3;
}
</style>