Shades of Mulberry #C6499F
Tints of Mulberry #C6499F
RGB
CMYK
RGB Variations
Color information
#C6499F (or 0xC6499F) is known color: Mulberry. HEX triplet: C6, 49 and 9F. RGB value is (198,73,159). Sum of RGB (Red+Green+Blue) = 198+73+159=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C6499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6499F is #39B660. Grayscale: #777777. Windows color (decimal): -3782241 or 10439110. OLE color: 10439110.
HSL color Cylindrical-coordinate representation of color #C6499F: hue angle of 318.72º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6499F is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 159 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.22 |
| HSL | 318.72º | 0.52% | 0.53% | - |
| HSV(B) | 318.72º | 0.63% | 0.78% | - |
| XYZ | 31.93 | 19.27 | 34.84 | - |
| YUV | 120.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 159 | 0 | 0.63 | 0.20 | 0.22 | 318.72 | 0.52 | 0.53 |
| Hex | C6 | 49 | 9F | 0 | 3F | 14 | 16 | 13F | 34 | 35 |
| Octal | 306 | 111 | 237 | 0 | 77 | 24 | 26 | 477 | 64 | 65 |
| Binary | 11000110 | 1001001 | 10011111 | 0 | 111111 | 10100 | 10110 | 100111111 | 110100 | 110101 |
Color Harmonies of #C6499F
Complementary color
Monochromatic Colors of #C6499F
Black with #C6499F
Text Example
Text Example
White with #C6499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6499F; }
p { color: rgb(198,73,159); }
H1.HeaderClassName
{
color: #C6499F;
}
.AnyTagClassName
{
color: #C6499F;
}
</style>
background-color css
<style>
a { background-color: #C6499F; }
a { background-color: rgb(198,73,159); }
div.DivClassName
{
background-color: #C6499F;
}
.BgClassName
{
background-color: #C6499F;
}
</style>
border-color css
<style>
span { border-color: #C6499F; }
span { border-color: rgb(198,73,159); }
td.TdClassName
{
border-color: #C6499F;
}
.TagClassName
{
border-color: #C6499F;
}
</style>