Shades of Mulberry #C85185
Tints of Mulberry #C85185
RGB
CMYK
RGB Variations
Color information
#C85185 (or 0xC85185) is known color: Mulberry. HEX triplet: C8, 51 and 85. RGB value is (200,81,133). Sum of RGB (Red+Green+Blue) = 200+81+133=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C85185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85185 is #37AE7A. Grayscale: #7A7A7A. Windows color (decimal): -3649147 or 8737224. OLE color: 8737224.
HSL color Cylindrical-coordinate representation of color #C85185: hue angle of 333.78º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85185 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 133 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.22 |
| HSL | 333.78º | 0.52% | 0.55% | - |
| HSV(B) | 333.78º | 0.6% | 0.78% | - |
| XYZ | 31 | 19.86 | 24.39 | - |
| YUV | 122.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 133 | 0 | 0.59 | 0.34 | 0.22 | 333.78 | 0.52 | 0.55 |
| Hex | C8 | 51 | 85 | 0 | 3B | 22 | 16 | 14E | 34 | 37 |
| Octal | 310 | 121 | 205 | 0 | 73 | 42 | 26 | 516 | 64 | 67 |
| Binary | 11001000 | 1010001 | 10000101 | 0 | 111011 | 100010 | 10110 | 101001110 | 110100 | 110111 |
Color Harmonies of #C85185
Complementary color
Monochromatic Colors of #C85185
Black with #C85185
Text Example
Text Example
White with #C85185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85185; }
p { color: rgb(200,81,133); }
H1.HeaderClassName
{
color: #C85185;
}
.AnyTagClassName
{
color: #C85185;
}
</style>
background-color css
<style>
a { background-color: #C85185; }
a { background-color: rgb(200,81,133); }
div.DivClassName
{
background-color: #C85185;
}
.BgClassName
{
background-color: #C85185;
}
</style>
border-color css
<style>
span { border-color: #C85185; }
span { border-color: rgb(200,81,133); }
td.TdClassName
{
border-color: #C85185;
}
.TagClassName
{
border-color: #C85185;
}
</style>