Shades of Mulberry #C04898
Tints of Mulberry #C04898
RGB
CMYK
RGB Variations
Color information
#C04898 (or 0xC04898) is known color: Mulberry. HEX triplet: C0, 48 and 98. RGB value is (192,72,152). Sum of RGB (Red+Green+Blue) = 192+72+152=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C04898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04898 is #3FB767. Grayscale: #747474. Windows color (decimal): -4175720 or 9980096. OLE color: 9980096.
HSL color Cylindrical-coordinate representation of color #C04898: hue angle of 320º 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 #C04898 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 152 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.25 |
| HSL | 320º | 0.49% | 0.52% | - |
| HSV(B) | 320º | 0.63% | 0.75% | - |
| XYZ | 29.72 | 18.11 | 31.63 | - |
| YUV | 117 | 147.76 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 152 | 0 | 0.63 | 0.21 | 0.25 | 320 | 0.49 | 0.52 |
| Hex | C0 | 48 | 98 | 0 | 3F | 15 | 19 | 140 | 31 | 34 |
| Octal | 300 | 110 | 230 | 0 | 77 | 25 | 31 | 500 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10011000 | 0 | 111111 | 10101 | 11001 | 101000000 | 110001 | 110100 |
Color Harmonies of #C04898
Complementary color
Monochromatic Colors of #C04898
Black with #C04898
Text Example
Text Example
White with #C04898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04898; }
p { color: rgb(192,72,152); }
H1.HeaderClassName
{
color: #C04898;
}
.AnyTagClassName
{
color: #C04898;
}
</style>
background-color css
<style>
a { background-color: #C04898; }
a { background-color: rgb(192,72,152); }
div.DivClassName
{
background-color: #C04898;
}
.BgClassName
{
background-color: #C04898;
}
</style>
border-color css
<style>
span { border-color: #C04898; }
span { border-color: rgb(192,72,152); }
td.TdClassName
{
border-color: #C04898;
}
.TagClassName
{
border-color: #C04898;
}
</style>