Shades of Mulberry #C0498B
Tints of Mulberry #C0498B
RGB
CMYK
RGB Variations
Color information
#C0498B (or 0xC0498B) is known color: Mulberry. HEX triplet: C0, 49 and 8B. RGB value is (192,73,139). Sum of RGB (Red+Green+Blue) = 192+73+139=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0498B is #3FB674. Grayscale: #737373. Windows color (decimal): -4175477 or 9128384. OLE color: 9128384.
HSL color Cylindrical-coordinate representation of color #C0498B: hue angle of 326.72º 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 #C0498B is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 139 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.25 |
| HSL | 326.72º | 0.49% | 0.52% | - |
| HSV(B) | 326.72º | 0.62% | 0.75% | - |
| XYZ | 28.78 | 17.84 | 26.35 | - |
| YUV | 116.11 | 140.92 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 139 | 0 | 0.62 | 0.28 | 0.25 | 326.72 | 0.49 | 0.52 |
| Hex | C0 | 49 | 8B | 0 | 3E | 1C | 19 | 147 | 31 | 34 |
| Octal | 300 | 111 | 213 | 0 | 76 | 34 | 31 | 507 | 61 | 64 |
| Binary | 11000000 | 1001001 | 10001011 | 0 | 111110 | 11100 | 11001 | 101000111 | 110001 | 110100 |
Color Harmonies of #C0498B
Complementary color
Monochromatic Colors of #C0498B
Black with #C0498B
Text Example
Text Example
White with #C0498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0498B; }
p { color: rgb(192,73,139); }
H1.HeaderClassName
{
color: #C0498B;
}
.AnyTagClassName
{
color: #C0498B;
}
</style>
background-color css
<style>
a { background-color: #C0498B; }
a { background-color: rgb(192,73,139); }
div.DivClassName
{
background-color: #C0498B;
}
.BgClassName
{
background-color: #C0498B;
}
</style>
border-color css
<style>
span { border-color: #C0498B; }
span { border-color: rgb(192,73,139); }
td.TdClassName
{
border-color: #C0498B;
}
.TagClassName
{
border-color: #C0498B;
}
</style>