Shades of Mulberry #C04888
Tints of Mulberry #C04888
RGB
CMYK
RGB Variations
Color information
#C04888 (or 0xC04888) is known color: Mulberry. HEX triplet: C0, 48 and 88. RGB value is (192,72,136). Sum of RGB (Red+Green+Blue) = 192+72+136=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C04888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04888 is #3FB777. Grayscale: #737373. Windows color (decimal): -4175736 or 8931520. OLE color: 8931520.
HSL color Cylindrical-coordinate representation of color #C04888: hue angle of 328º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04888 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 136 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.25 |
| HSL | 328º | 0.49% | 0.52% | - |
| HSV(B) | 328º | 0.63% | 0.75% | - |
| XYZ | 28.5 | 17.62 | 25.19 | - |
| YUV | 115.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 136 | 0 | 0.63 | 0.29 | 0.25 | 328 | 0.49 | 0.52 |
| Hex | C0 | 48 | 88 | 0 | 3F | 1D | 19 | 148 | 31 | 34 |
| Octal | 300 | 110 | 210 | 0 | 77 | 35 | 31 | 510 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10001000 | 0 | 111111 | 11101 | 11001 | 101001000 | 110001 | 110100 |
Color Harmonies of #C04888
Complementary color
Monochromatic Colors of #C04888
Black with #C04888
Text Example
Text Example
White with #C04888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04888; }
p { color: rgb(192,72,136); }
H1.HeaderClassName
{
color: #C04888;
}
.AnyTagClassName
{
color: #C04888;
}
</style>
background-color css
<style>
a { background-color: #C04888; }
a { background-color: rgb(192,72,136); }
div.DivClassName
{
background-color: #C04888;
}
.BgClassName
{
background-color: #C04888;
}
</style>
border-color css
<style>
span { border-color: #C04888; }
span { border-color: rgb(192,72,136); }
td.TdClassName
{
border-color: #C04888;
}
.TagClassName
{
border-color: #C04888;
}
</style>