Shades of Mulberry #C446A6
Tints of Mulberry #C446A6
RGB
CMYK
RGB Variations
Color information
#C446A6 (or 0xC446A6) is known color: Mulberry. HEX triplet: C4, 46 and A6. RGB value is (196,70,166). Sum of RGB (Red+Green+Blue) = 196+70+166=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C446A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C446A6 is #3BB959. Grayscale: #767676. Windows color (decimal): -3914074 or 10897092. OLE color: 10897092.
HSL color Cylindrical-coordinate representation of color #C446A6: hue angle of 314.29º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C446A6 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 166 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.23 |
| HSL | 314.29º | 0.52% | 0.52% | - |
| HSV(B) | 314.29º | 0.64% | 0.77% | - |
| XYZ | 31.84 | 18.87 | 38.04 | - |
| YUV | 118.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 166 | 0 | 0.64 | 0.15 | 0.23 | 314.29 | 0.52 | 0.52 |
| Hex | C4 | 46 | A6 | 0 | 40 | F | 17 | 13A | 34 | 34 |
| Octal | 304 | 106 | 246 | 0 | 100 | 17 | 27 | 472 | 64 | 64 |
| Binary | 11000100 | 1000110 | 10100110 | 0 | 1000000 | 1111 | 10111 | 100111010 | 110100 | 110100 |
Color Harmonies of #C446A6
Complementary color
Monochromatic Colors of #C446A6
Black with #C446A6
Text Example
Text Example
White with #C446A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C446A6; }
p { color: rgb(196,70,166); }
H1.HeaderClassName
{
color: #C446A6;
}
.AnyTagClassName
{
color: #C446A6;
}
</style>
background-color css
<style>
a { background-color: #C446A6; }
a { background-color: rgb(196,70,166); }
div.DivClassName
{
background-color: #C446A6;
}
.BgClassName
{
background-color: #C446A6;
}
</style>
border-color css
<style>
span { border-color: #C446A6; }
span { border-color: rgb(196,70,166); }
td.TdClassName
{
border-color: #C446A6;
}
.TagClassName
{
border-color: #C446A6;
}
</style>