Shades of Mulberry #C449A2
Tints of Mulberry #C449A2
RGB
CMYK
RGB Variations
Color information
#C449A2 (or 0xC449A2) is known color: Mulberry. HEX triplet: C4, 49 and A2. RGB value is (196,73,162). Sum of RGB (Red+Green+Blue) = 196+73+162=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C449A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C449A2 is #3BB65D. Grayscale: #777777. Windows color (decimal): -3913310 or 10635716. OLE color: 10635716.
HSL color Cylindrical-coordinate representation of color #C449A2: hue angle of 316.59º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C449A2 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 162 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.23 |
| HSL | 316.59º | 0.51% | 0.53% | - |
| HSV(B) | 316.59º | 0.63% | 0.77% | - |
| XYZ | 31.67 | 19.11 | 36.2 | - |
| YUV | 119.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 162 | 0 | 0.63 | 0.17 | 0.23 | 316.59 | 0.51 | 0.53 |
| Hex | C4 | 49 | A2 | 0 | 3F | 11 | 17 | 13D | 33 | 35 |
| Octal | 304 | 111 | 242 | 0 | 77 | 21 | 27 | 475 | 63 | 65 |
| Binary | 11000100 | 1001001 | 10100010 | 0 | 111111 | 10001 | 10111 | 100111101 | 110011 | 110101 |
Color Harmonies of #C449A2
Complementary color
Monochromatic Colors of #C449A2
Black with #C449A2
Text Example
Text Example
White with #C449A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449A2; }
p { color: rgb(196,73,162); }
H1.HeaderClassName
{
color: #C449A2;
}
.AnyTagClassName
{
color: #C449A2;
}
</style>
background-color css
<style>
a { background-color: #C449A2; }
a { background-color: rgb(196,73,162); }
div.DivClassName
{
background-color: #C449A2;
}
.BgClassName
{
background-color: #C449A2;
}
</style>
border-color css
<style>
span { border-color: #C449A2; }
span { border-color: rgb(196,73,162); }
td.TdClassName
{
border-color: #C449A2;
}
.TagClassName
{
border-color: #C449A2;
}
</style>