Shades of Mulberry #C84B86
Tints of Mulberry #C84B86
RGB
CMYK
RGB Variations
Color information
#C84B86 (or 0xC84B86) is known color: Mulberry. HEX triplet: C8, 4B and 86. RGB value is (200,75,134). Sum of RGB (Red+Green+Blue) = 200+75+134=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84B86 is #37B479. Grayscale: #767676. Windows color (decimal): -3650682 or 8801224. OLE color: 8801224.
HSL color Cylindrical-coordinate representation of color #C84B86: hue angle of 331.68º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84B86 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 134 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.22 |
| HSL | 331.68º | 0.53% | 0.54% | - |
| HSV(B) | 331.68º | 0.63% | 0.78% | - |
| XYZ | 30.64 | 19.03 | 24.61 | - |
| YUV | 119.1 | 136.41 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 134 | 0 | 0.62 | 0.33 | 0.22 | 331.68 | 0.53 | 0.54 |
| Hex | C8 | 4B | 86 | 0 | 3E | 21 | 16 | 14C | 35 | 36 |
| Octal | 310 | 113 | 206 | 0 | 76 | 41 | 26 | 514 | 65 | 66 |
| Binary | 11001000 | 1001011 | 10000110 | 0 | 111110 | 100001 | 10110 | 101001100 | 110101 | 110110 |
Color Harmonies of #C84B86
Complementary color
Monochromatic Colors of #C84B86
Black with #C84B86
Text Example
Text Example
White with #C84B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B86; }
p { color: rgb(200,75,134); }
H1.HeaderClassName
{
color: #C84B86;
}
.AnyTagClassName
{
color: #C84B86;
}
</style>
background-color css
<style>
a { background-color: #C84B86; }
a { background-color: rgb(200,75,134); }
div.DivClassName
{
background-color: #C84B86;
}
.BgClassName
{
background-color: #C84B86;
}
</style>
border-color css
<style>
span { border-color: #C84B86; }
span { border-color: rgb(200,75,134); }
td.TdClassName
{
border-color: #C84B86;
}
.TagClassName
{
border-color: #C84B86;
}
</style>