Shades of Mulberry #C85182
Tints of Mulberry #C85182
RGB
CMYK
RGB Variations
Color information
#C85182 (or 0xC85182) is known color: Mulberry. HEX triplet: C8, 51 and 82. RGB value is (200,81,130). Sum of RGB (Red+Green+Blue) = 200+81+130=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C85182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85182 is #37AE7D. Grayscale: #7A7A7A. Windows color (decimal): -3649150 or 8540616. OLE color: 8540616.
HSL color Cylindrical-coordinate representation of color #C85182: hue angle of 335.29º 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 #C85182 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 130 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.22 |
| HSL | 335.29º | 0.52% | 0.55% | - |
| HSV(B) | 335.29º | 0.6% | 0.78% | - |
| XYZ | 30.79 | 19.78 | 23.31 | - |
| YUV | 122.17 | 132.42 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 130 | 0 | 0.59 | 0.35 | 0.22 | 335.29 | 0.52 | 0.55 |
| Hex | C8 | 51 | 82 | 0 | 3B | 23 | 16 | 14F | 34 | 37 |
| Octal | 310 | 121 | 202 | 0 | 73 | 43 | 26 | 517 | 64 | 67 |
| Binary | 11001000 | 1010001 | 10000010 | 0 | 111011 | 100011 | 10110 | 101001111 | 110100 | 110111 |
Color Harmonies of #C85182
Complementary color
Monochromatic Colors of #C85182
Black with #C85182
Text Example
Text Example
White with #C85182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85182; }
p { color: rgb(200,81,130); }
H1.HeaderClassName
{
color: #C85182;
}
.AnyTagClassName
{
color: #C85182;
}
</style>
background-color css
<style>
a { background-color: #C85182; }
a { background-color: rgb(200,81,130); }
div.DivClassName
{
background-color: #C85182;
}
.BgClassName
{
background-color: #C85182;
}
</style>
border-color css
<style>
span { border-color: #C85182; }
span { border-color: rgb(200,81,130); }
td.TdClassName
{
border-color: #C85182;
}
.TagClassName
{
border-color: #C85182;
}
</style>