Shades of Mulberry #C04BA6
Tints of Mulberry #C04BA6
RGB
CMYK
RGB Variations
Color information
#C04BA6 (or 0xC04BA6) is known color: Mulberry. HEX triplet: C0, 4B and A6. RGB value is (192,75,166). Sum of RGB (Red+Green+Blue) = 192+75+166=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04BA6 is #3FB459. Grayscale: #787878. Windows color (decimal): -4174938 or 10898368. OLE color: 10898368.
HSL color Cylindrical-coordinate representation of color #C04BA6: hue angle of 313.33º 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 #C04BA6 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 166 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.25 |
| HSL | 313.33º | 0.48% | 0.52% | - |
| HSV(B) | 313.33º | 0.61% | 0.75% | - |
| XYZ | 31.14 | 18.99 | 38.1 | - |
| YUV | 120.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 166 | 0 | 0.61 | 0.14 | 0.25 | 313.33 | 0.48 | 0.52 |
| Hex | C0 | 4B | A6 | 0 | 3D | E | 19 | 139 | 30 | 34 |
| Octal | 300 | 113 | 246 | 0 | 75 | 16 | 31 | 471 | 60 | 64 |
| Binary | 11000000 | 1001011 | 10100110 | 0 | 111101 | 1110 | 11001 | 100111001 | 110000 | 110100 |
Color Harmonies of #C04BA6
Complementary color
Monochromatic Colors of #C04BA6
Black with #C04BA6
Text Example
Text Example
White with #C04BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BA6; }
p { color: rgb(192,75,166); }
H1.HeaderClassName
{
color: #C04BA6;
}
.AnyTagClassName
{
color: #C04BA6;
}
</style>
background-color css
<style>
a { background-color: #C04BA6; }
a { background-color: rgb(192,75,166); }
div.DivClassName
{
background-color: #C04BA6;
}
.BgClassName
{
background-color: #C04BA6;
}
</style>
border-color css
<style>
span { border-color: #C04BA6; }
span { border-color: rgb(192,75,166); }
td.TdClassName
{
border-color: #C04BA6;
}
.TagClassName
{
border-color: #C04BA6;
}
</style>