Shades of Mulberry #C84186
Tints of Mulberry #C84186
RGB
CMYK
RGB Variations
Color information
#C84186 (or 0xC84186) is known color: Mulberry. HEX triplet: C8, 41 and 86. RGB value is (200,65,134). Sum of RGB (Red+Green+Blue) = 200+65+134=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C84186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84186 is #37BE79. Grayscale: #717171. Windows color (decimal): -3653242 or 8798664. OLE color: 8798664.
HSL color Cylindrical-coordinate representation of color #C84186: hue angle of 329.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84186 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 134 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.22 |
| HSL | 329.33º | 0.55% | 0.52% | - |
| HSV(B) | 329.33º | 0.68% | 0.78% | - |
| XYZ | 30.01 | 17.78 | 24.4 | - |
| YUV | 113.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 134 | 0 | 0.68 | 0.33 | 0.22 | 329.33 | 0.55 | 0.52 |
| Hex | C8 | 41 | 86 | 0 | 44 | 21 | 16 | 149 | 37 | 34 |
| Octal | 310 | 101 | 206 | 0 | 104 | 41 | 26 | 511 | 67 | 64 |
| Binary | 11001000 | 1000001 | 10000110 | 0 | 1000100 | 100001 | 10110 | 101001001 | 110111 | 110100 |
Color Harmonies of #C84186
Complementary color
Monochromatic Colors of #C84186
Black with #C84186
Text Example
Text Example
White with #C84186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84186; }
p { color: rgb(200,65,134); }
H1.HeaderClassName
{
color: #C84186;
}
.AnyTagClassName
{
color: #C84186;
}
</style>
background-color css
<style>
a { background-color: #C84186; }
a { background-color: rgb(200,65,134); }
div.DivClassName
{
background-color: #C84186;
}
.BgClassName
{
background-color: #C84186;
}
</style>
border-color css
<style>
span { border-color: #C84186; }
span { border-color: rgb(200,65,134); }
td.TdClassName
{
border-color: #C84186;
}
.TagClassName
{
border-color: #C84186;
}
</style>