Shades of Mulberry #C85AA0
Tints of Mulberry #C85AA0
RGB
CMYK
RGB Variations
Color information
#C85AA0 (or 0xC85AA0) is known color: Mulberry. HEX triplet: C8, 5A and A0. RGB value is (200,90,160). Sum of RGB (Red+Green+Blue) = 200+90+160=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85AA0 is #37A55F. Grayscale: #828282. Windows color (decimal): -3646816 or 10509000. OLE color: 10509000.
HSL color Cylindrical-coordinate representation of color #C85AA0: hue angle of 321.82º 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 #C85AA0 is Cyan = 0, Magento = 0.55, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 160 | - |
| CMYK | 0 | 0.55 | 0.2 | 0.22 |
| HSL | 321.82º | 0.5% | 0.57% | - |
| HSV(B) | 321.82º | 0.55% | 0.78% | - |
| XYZ | 33.82 | 22.13 | 35.75 | - |
| YUV | 130.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 160 | 0 | 0.55 | 0.2 | 0.22 | 321.82 | 0.5 | 0.57 |
| Hex | C8 | 5A | A0 | 0 | 37 | 14 | 16 | 142 | 32 | 39 |
| Octal | 310 | 132 | 240 | 0 | 67 | 24 | 26 | 502 | 62 | 71 |
| Binary | 11001000 | 1011010 | 10100000 | 0 | 110111 | 10100 | 10110 | 101000010 | 110010 | 111001 |
Color Harmonies of #C85AA0
Complementary color
Monochromatic Colors of #C85AA0
Black with #C85AA0
Text Example
Text Example
White with #C85AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85AA0; }
p { color: rgb(200,90,160); }
H1.HeaderClassName
{
color: #C85AA0;
}
.AnyTagClassName
{
color: #C85AA0;
}
</style>
background-color css
<style>
a { background-color: #C85AA0; }
a { background-color: rgb(200,90,160); }
div.DivClassName
{
background-color: #C85AA0;
}
.BgClassName
{
background-color: #C85AA0;
}
</style>
border-color css
<style>
span { border-color: #C85AA0; }
span { border-color: rgb(200,90,160); }
td.TdClassName
{
border-color: #C85AA0;
}
.TagClassName
{
border-color: #C85AA0;
}
</style>