Shades of Mulberry #C84888
Tints of Mulberry #C84888
RGB
CMYK
RGB Variations
Color information
#C84888 (or 0xC84888) is known color: Mulberry. HEX triplet: C8, 48 and 88. RGB value is (200,72,136). Sum of RGB (Red+Green+Blue) = 200+72+136=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C84888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84888 is #37B777. Grayscale: #757575. Windows color (decimal): -3651448 or 8931528. OLE color: 8931528.
HSL color Cylindrical-coordinate representation of color #C84888: hue angle of 330º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84888 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 136 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.22 |
| HSL | 330º | 0.54% | 0.53% | - |
| HSV(B) | 330º | 0.64% | 0.78% | - |
| XYZ | 30.58 | 18.69 | 25.29 | - |
| YUV | 117.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 136 | 0 | 0.64 | 0.32 | 0.22 | 330 | 0.54 | 0.53 |
| Hex | C8 | 48 | 88 | 0 | 40 | 20 | 16 | 14A | 36 | 35 |
| Octal | 310 | 110 | 210 | 0 | 100 | 40 | 26 | 512 | 66 | 65 |
| Binary | 11001000 | 1001000 | 10001000 | 0 | 1000000 | 100000 | 10110 | 101001010 | 110110 | 110101 |
Color Harmonies of #C84888
Complementary color
Monochromatic Colors of #C84888
Black with #C84888
Text Example
Text Example
White with #C84888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84888; }
p { color: rgb(200,72,136); }
H1.HeaderClassName
{
color: #C84888;
}
.AnyTagClassName
{
color: #C84888;
}
</style>
background-color css
<style>
a { background-color: #C84888; }
a { background-color: rgb(200,72,136); }
div.DivClassName
{
background-color: #C84888;
}
.BgClassName
{
background-color: #C84888;
}
</style>
border-color css
<style>
span { border-color: #C84888; }
span { border-color: rgb(200,72,136); }
td.TdClassName
{
border-color: #C84888;
}
.TagClassName
{
border-color: #C84888;
}
</style>