Shades of Mulberry #C6498B
Tints of Mulberry #C6498B
RGB
CMYK
RGB Variations
Color information
#C6498B (or 0xC6498B) is known color: Mulberry. HEX triplet: C6, 49 and 8B. RGB value is (198,73,139). Sum of RGB (Red+Green+Blue) = 198+73+139=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C6498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6498B is #39B674. Grayscale: #757575. Windows color (decimal): -3782261 or 9128390. OLE color: 9128390.
HSL color Cylindrical-coordinate representation of color #C6498B: hue angle of 328.32º 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 #C6498B is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 139 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.22 |
| HSL | 328.32º | 0.52% | 0.53% | - |
| HSV(B) | 328.32º | 0.63% | 0.78% | - |
| XYZ | 30.33 | 18.63 | 26.42 | - |
| YUV | 117.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 139 | 0 | 0.63 | 0.30 | 0.22 | 328.32 | 0.52 | 0.53 |
| Hex | C6 | 49 | 8B | 0 | 3F | 1E | 16 | 148 | 34 | 35 |
| Octal | 306 | 111 | 213 | 0 | 77 | 36 | 26 | 510 | 64 | 65 |
| Binary | 11000110 | 1001001 | 10001011 | 0 | 111111 | 11110 | 10110 | 101001000 | 110100 | 110101 |
Color Harmonies of #C6498B
Complementary color
Monochromatic Colors of #C6498B
Black with #C6498B
Text Example
Text Example
White with #C6498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6498B; }
p { color: rgb(198,73,139); }
H1.HeaderClassName
{
color: #C6498B;
}
.AnyTagClassName
{
color: #C6498B;
}
</style>
background-color css
<style>
a { background-color: #C6498B; }
a { background-color: rgb(198,73,139); }
div.DivClassName
{
background-color: #C6498B;
}
.BgClassName
{
background-color: #C6498B;
}
</style>
border-color css
<style>
span { border-color: #C6498B; }
span { border-color: rgb(198,73,139); }
td.TdClassName
{
border-color: #C6498B;
}
.TagClassName
{
border-color: #C6498B;
}
</style>