Shades of Mulberry #C048A6
Tints of Mulberry #C048A6
RGB
CMYK
RGB Variations
Color information
#C048A6 (or 0xC048A6) is known color: Mulberry. HEX triplet: C0, 48 and A6. RGB value is (192,72,166). Sum of RGB (Red+Green+Blue) = 192+72+166=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C048A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C048A6 is #3FB759. Grayscale: #767676. Windows color (decimal): -4175706 or 10897600. OLE color: 10897600.
HSL color Cylindrical-coordinate representation of color #C048A6: hue angle of 313º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C048A6 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 166 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.25 |
| HSL | 313º | 0.49% | 0.52% | - |
| HSV(B) | 313º | 0.63% | 0.75% | - |
| XYZ | 30.94 | 18.59 | 38.03 | - |
| YUV | 118.6 | 154.76 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 166 | 0 | 0.63 | 0.14 | 0.25 | 313 | 0.49 | 0.52 |
| Hex | C0 | 48 | A6 | 0 | 3F | E | 19 | 139 | 31 | 34 |
| Octal | 300 | 110 | 246 | 0 | 77 | 16 | 31 | 471 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10100110 | 0 | 111111 | 1110 | 11001 | 100111001 | 110001 | 110100 |
Color Harmonies of #C048A6
Complementary color
Monochromatic Colors of #C048A6
Black with #C048A6
Text Example
Text Example
White with #C048A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048A6; }
p { color: rgb(192,72,166); }
H1.HeaderClassName
{
color: #C048A6;
}
.AnyTagClassName
{
color: #C048A6;
}
</style>
background-color css
<style>
a { background-color: #C048A6; }
a { background-color: rgb(192,72,166); }
div.DivClassName
{
background-color: #C048A6;
}
.BgClassName
{
background-color: #C048A6;
}
</style>
border-color css
<style>
span { border-color: #C048A6; }
span { border-color: rgb(192,72,166); }
td.TdClassName
{
border-color: #C048A6;
}
.TagClassName
{
border-color: #C048A6;
}
</style>