Shades of Mulberry #C04AA6
Tints of Mulberry #C04AA6
RGB
CMYK
RGB Variations
Color information
#C04AA6 (or 0xC04AA6) is known color: Mulberry. HEX triplet: C0, 4A and A6. RGB value is (192,74,166). Sum of RGB (Red+Green+Blue) = 192+74+166=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04AA6 is #3FB559. Grayscale: #777777. Windows color (decimal): -4175194 or 10898112. OLE color: 10898112.
HSL color Cylindrical-coordinate representation of color #C04AA6: hue angle of 313.22º 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 #C04AA6 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 166 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.25 |
| HSL | 313.22º | 0.48% | 0.52% | - |
| HSV(B) | 313.22º | 0.61% | 0.75% | - |
| XYZ | 31.07 | 18.86 | 38.08 | - |
| YUV | 119.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 166 | 0 | 0.61 | 0.14 | 0.25 | 313.22 | 0.48 | 0.52 |
| Hex | C0 | 4A | A6 | 0 | 3D | E | 19 | 139 | 30 | 34 |
| Octal | 300 | 112 | 246 | 0 | 75 | 16 | 31 | 471 | 60 | 64 |
| Binary | 11000000 | 1001010 | 10100110 | 0 | 111101 | 1110 | 11001 | 100111001 | 110000 | 110100 |
Color Harmonies of #C04AA6
Complementary color
Monochromatic Colors of #C04AA6
Black with #C04AA6
Text Example
Text Example
White with #C04AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AA6; }
p { color: rgb(192,74,166); }
H1.HeaderClassName
{
color: #C04AA6;
}
.AnyTagClassName
{
color: #C04AA6;
}
</style>
background-color css
<style>
a { background-color: #C04AA6; }
a { background-color: rgb(192,74,166); }
div.DivClassName
{
background-color: #C04AA6;
}
.BgClassName
{
background-color: #C04AA6;
}
</style>
border-color css
<style>
span { border-color: #C04AA6; }
span { border-color: rgb(192,74,166); }
td.TdClassName
{
border-color: #C04AA6;
}
.TagClassName
{
border-color: #C04AA6;
}
</style>