Shades of Mulberry #C448A6
Tints of Mulberry #C448A6
RGB
CMYK
RGB Variations
Color information
#C448A6 (or 0xC448A6) is known color: Mulberry. HEX triplet: C4, 48 and A6. RGB value is (196,72,166). Sum of RGB (Red+Green+Blue) = 196+72+166=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C448A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C448A6 is #3BB759. Grayscale: #777777. Windows color (decimal): -3913562 or 10897604. OLE color: 10897604.
HSL color Cylindrical-coordinate representation of color #C448A6: hue angle of 314.52º 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 #C448A6 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 166 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.23 |
| HSL | 314.52º | 0.51% | 0.53% | - |
| HSV(B) | 314.52º | 0.63% | 0.77% | - |
| XYZ | 31.97 | 19.12 | 38.08 | - |
| YUV | 119.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 166 | 0 | 0.63 | 0.15 | 0.23 | 314.52 | 0.51 | 0.53 |
| Hex | C4 | 48 | A6 | 0 | 3F | F | 17 | 13B | 33 | 35 |
| Octal | 304 | 110 | 246 | 0 | 77 | 17 | 27 | 473 | 63 | 65 |
| Binary | 11000100 | 1001000 | 10100110 | 0 | 111111 | 1111 | 10111 | 100111011 | 110011 | 110101 |
Color Harmonies of #C448A6
Complementary color
Monochromatic Colors of #C448A6
Black with #C448A6
Text Example
Text Example
White with #C448A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C448A6; }
p { color: rgb(196,72,166); }
H1.HeaderClassName
{
color: #C448A6;
}
.AnyTagClassName
{
color: #C448A6;
}
</style>
background-color css
<style>
a { background-color: #C448A6; }
a { background-color: rgb(196,72,166); }
div.DivClassName
{
background-color: #C448A6;
}
.BgClassName
{
background-color: #C448A6;
}
</style>
border-color css
<style>
span { border-color: #C448A6; }
span { border-color: rgb(196,72,166); }
td.TdClassName
{
border-color: #C448A6;
}
.TagClassName
{
border-color: #C448A6;
}
</style>