Shades of Mulberry #C04996
Tints of Mulberry #C04996
RGB
CMYK
RGB Variations
Color information
#C04996 (or 0xC04996) is known color: Mulberry. HEX triplet: C0, 49 and 96. RGB value is (192,73,150). Sum of RGB (Red+Green+Blue) = 192+73+150=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C04996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04996 is #3FB669. Grayscale: #757575. Windows color (decimal): -4175466 or 9849280. OLE color: 9849280.
HSL color Cylindrical-coordinate representation of color #C04996: hue angle of 321.18º 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 #C04996 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 150 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.25 |
| HSL | 321.18º | 0.49% | 0.52% | - |
| HSV(B) | 321.18º | 0.62% | 0.75% | - |
| XYZ | 29.63 | 18.17 | 30.8 | - |
| YUV | 117.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 150 | 0 | 0.62 | 0.22 | 0.25 | 321.18 | 0.49 | 0.52 |
| Hex | C0 | 49 | 96 | 0 | 3E | 16 | 19 | 141 | 31 | 34 |
| Octal | 300 | 111 | 226 | 0 | 76 | 26 | 31 | 501 | 61 | 64 |
| Binary | 11000000 | 1001001 | 10010110 | 0 | 111110 | 10110 | 11001 | 101000001 | 110001 | 110100 |
Color Harmonies of #C04996
Complementary color
Monochromatic Colors of #C04996
Black with #C04996
Text Example
Text Example
White with #C04996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04996; }
p { color: rgb(192,73,150); }
H1.HeaderClassName
{
color: #C04996;
}
.AnyTagClassName
{
color: #C04996;
}
</style>
background-color css
<style>
a { background-color: #C04996; }
a { background-color: rgb(192,73,150); }
div.DivClassName
{
background-color: #C04996;
}
.BgClassName
{
background-color: #C04996;
}
</style>
border-color css
<style>
span { border-color: #C04996; }
span { border-color: rgb(192,73,150); }
td.TdClassName
{
border-color: #C04996;
}
.TagClassName
{
border-color: #C04996;
}
</style>