Shades of Mulberry #C04CA0
Tints of Mulberry #C04CA0
RGB
CMYK
RGB Variations
Color information
#C04CA0 (or 0xC04CA0) is known color: Mulberry. HEX triplet: C0, 4C and A0. RGB value is (192,76,160). Sum of RGB (Red+Green+Blue) = 192+76+160=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CA0 is #3FB35F. Grayscale: #787878. Windows color (decimal): -4174688 or 10505408. OLE color: 10505408.
HSL color Cylindrical-coordinate representation of color #C04CA0: hue angle of 316.55º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04CA0 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 160 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.25 |
| HSL | 316.55º | 0.48% | 0.53% | - |
| HSV(B) | 316.55º | 0.6% | 0.75% | - |
| XYZ | 30.67 | 18.91 | 35.29 | - |
| YUV | 120.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 160 | 0 | 0.60 | 0.17 | 0.25 | 316.55 | 0.48 | 0.53 |
| Hex | C0 | 4C | A0 | 0 | 3C | 11 | 19 | 13D | 30 | 35 |
| Octal | 300 | 114 | 240 | 0 | 74 | 21 | 31 | 475 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10100000 | 0 | 111100 | 10001 | 11001 | 100111101 | 110000 | 110101 |
Color Harmonies of #C04CA0
Complementary color
Monochromatic Colors of #C04CA0
Black with #C04CA0
Text Example
Text Example
White with #C04CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CA0; }
p { color: rgb(192,76,160); }
H1.HeaderClassName
{
color: #C04CA0;
}
.AnyTagClassName
{
color: #C04CA0;
}
</style>
background-color css
<style>
a { background-color: #C04CA0; }
a { background-color: rgb(192,76,160); }
div.DivClassName
{
background-color: #C04CA0;
}
.BgClassName
{
background-color: #C04CA0;
}
</style>
border-color css
<style>
span { border-color: #C04CA0; }
span { border-color: rgb(192,76,160); }
td.TdClassName
{
border-color: #C04CA0;
}
.TagClassName
{
border-color: #C04CA0;
}
</style>