Shades of Mulberry #C449A4
Tints of Mulberry #C449A4
RGB
CMYK
RGB Variations
Color information
#C449A4 (or 0xC449A4) is known color: Mulberry. HEX triplet: C4, 49 and A4. RGB value is (196,73,164). Sum of RGB (Red+Green+Blue) = 196+73+164=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C449A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C449A4 is #3BB65B. Grayscale: #777777. Windows color (decimal): -3913308 or 10766788. OLE color: 10766788.
HSL color Cylindrical-coordinate representation of color #C449A4: hue angle of 315.61º 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 #C449A4 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 164 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.23 |
| HSL | 315.61º | 0.51% | 0.53% | - |
| HSV(B) | 315.61º | 0.63% | 0.77% | - |
| XYZ | 31.85 | 19.18 | 37.15 | - |
| YUV | 120.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 164 | 0 | 0.63 | 0.16 | 0.23 | 315.61 | 0.51 | 0.53 |
| Hex | C4 | 49 | A4 | 0 | 3F | 10 | 17 | 13C | 33 | 35 |
| Octal | 304 | 111 | 244 | 0 | 77 | 20 | 27 | 474 | 63 | 65 |
| Binary | 11000100 | 1001001 | 10100100 | 0 | 111111 | 10000 | 10111 | 100111100 | 110011 | 110101 |
Color Harmonies of #C449A4
Complementary color
Monochromatic Colors of #C449A4
Black with #C449A4
Text Example
Text Example
White with #C449A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449A4; }
p { color: rgb(196,73,164); }
H1.HeaderClassName
{
color: #C449A4;
}
.AnyTagClassName
{
color: #C449A4;
}
</style>
background-color css
<style>
a { background-color: #C449A4; }
a { background-color: rgb(196,73,164); }
div.DivClassName
{
background-color: #C449A4;
}
.BgClassName
{
background-color: #C449A4;
}
</style>
border-color css
<style>
span { border-color: #C449A4; }
span { border-color: rgb(196,73,164); }
td.TdClassName
{
border-color: #C449A4;
}
.TagClassName
{
border-color: #C449A4;
}
</style>