Shades of Mulberry #C04BA0
Tints of Mulberry #C04BA0
RGB
CMYK
RGB Variations
Color information
#C04BA0 (or 0xC04BA0) is known color: Mulberry. HEX triplet: C0, 4B and A0. RGB value is (192,75,160). Sum of RGB (Red+Green+Blue) = 192+75+160=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04BA0 is #3FB45F. Grayscale: #777777. Windows color (decimal): -4174944 or 10505152. OLE color: 10505152.
HSL color Cylindrical-coordinate representation of color #C04BA0: hue angle of 316.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04BA0 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 160 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.25 |
| HSL | 316.41º | 0.48% | 0.52% | - |
| HSV(B) | 316.41º | 0.61% | 0.75% | - |
| XYZ | 30.6 | 18.78 | 35.27 | - |
| YUV | 119.67 | 150.76 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 160 | 0 | 0.61 | 0.17 | 0.25 | 316.41 | 0.48 | 0.52 |
| Hex | C0 | 4B | A0 | 0 | 3D | 11 | 19 | 13C | 30 | 34 |
| Octal | 300 | 113 | 240 | 0 | 75 | 21 | 31 | 474 | 60 | 64 |
| Binary | 11000000 | 1001011 | 10100000 | 0 | 111101 | 10001 | 11001 | 100111100 | 110000 | 110100 |
Color Harmonies of #C04BA0
Complementary color
Monochromatic Colors of #C04BA0
Black with #C04BA0
Text Example
Text Example
White with #C04BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BA0; }
p { color: rgb(192,75,160); }
H1.HeaderClassName
{
color: #C04BA0;
}
.AnyTagClassName
{
color: #C04BA0;
}
</style>
background-color css
<style>
a { background-color: #C04BA0; }
a { background-color: rgb(192,75,160); }
div.DivClassName
{
background-color: #C04BA0;
}
.BgClassName
{
background-color: #C04BA0;
}
</style>
border-color css
<style>
span { border-color: #C04BA0; }
span { border-color: rgb(192,75,160); }
td.TdClassName
{
border-color: #C04BA0;
}
.TagClassName
{
border-color: #C04BA0;
}
</style>