Shades of Mulberry #C85A8B
Tints of Mulberry #C85A8B
RGB
CMYK
RGB Variations
Color information
#C85A8B (or 0xC85A8B) is known color: Mulberry. HEX triplet: C8, 5A and 8B. RGB value is (200,90,139). Sum of RGB (Red+Green+Blue) = 200+90+139=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A8B is #37A574. Grayscale: #808080. Windows color (decimal): -3646837 or 9132744. OLE color: 9132744.
HSL color Cylindrical-coordinate representation of color #C85A8B: hue angle of 333.27º 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 #C85A8B is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 139 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.22 |
| HSL | 333.27º | 0.5% | 0.57% | - |
| HSV(B) | 333.27º | 0.55% | 0.78% | - |
| XYZ | 32.14 | 21.46 | 26.87 | - |
| YUV | 128.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 139 | 0 | 0.55 | 0.30 | 0.22 | 333.27 | 0.5 | 0.57 |
| Hex | C8 | 5A | 8B | 0 | 37 | 1E | 16 | 14D | 32 | 39 |
| Octal | 310 | 132 | 213 | 0 | 67 | 36 | 26 | 515 | 62 | 71 |
| Binary | 11001000 | 1011010 | 10001011 | 0 | 110111 | 11110 | 10110 | 101001101 | 110010 | 111001 |
Color Harmonies of #C85A8B
Complementary color
Monochromatic Colors of #C85A8B
Black with #C85A8B
Text Example
Text Example
White with #C85A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A8B; }
p { color: rgb(200,90,139); }
H1.HeaderClassName
{
color: #C85A8B;
}
.AnyTagClassName
{
color: #C85A8B;
}
</style>
background-color css
<style>
a { background-color: #C85A8B; }
a { background-color: rgb(200,90,139); }
div.DivClassName
{
background-color: #C85A8B;
}
.BgClassName
{
background-color: #C85A8B;
}
</style>
border-color css
<style>
span { border-color: #C85A8B; }
span { border-color: rgb(200,90,139); }
td.TdClassName
{
border-color: #C85A8B;
}
.TagClassName
{
border-color: #C85A8B;
}
</style>