Shades of Mulberry #C6499D
Tints of Mulberry #C6499D
RGB
CMYK
RGB Variations
Color information
#C6499D (or 0xC6499D) is known color: Mulberry. HEX triplet: C6, 49 and 9D. RGB value is (198,73,157). Sum of RGB (Red+Green+Blue) = 198+73+157=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C6499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6499D is #39B662. Grayscale: #777777. Windows color (decimal): -3782243 or 10308038. OLE color: 10308038.
HSL color Cylindrical-coordinate representation of color #C6499D: hue angle of 319.68º 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 #C6499D is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 157 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.22 |
| HSL | 319.68º | 0.52% | 0.53% | - |
| HSV(B) | 319.68º | 0.63% | 0.78% | - |
| XYZ | 31.76 | 19.21 | 33.93 | - |
| YUV | 119.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 157 | 0 | 0.63 | 0.21 | 0.22 | 319.68 | 0.52 | 0.53 |
| Hex | C6 | 49 | 9D | 0 | 3F | 15 | 16 | 140 | 34 | 35 |
| Octal | 306 | 111 | 235 | 0 | 77 | 25 | 26 | 500 | 64 | 65 |
| Binary | 11000110 | 1001001 | 10011101 | 0 | 111111 | 10101 | 10110 | 101000000 | 110100 | 110101 |
Color Harmonies of #C6499D
Complementary color
Monochromatic Colors of #C6499D
Black with #C6499D
Text Example
Text Example
White with #C6499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6499D; }
p { color: rgb(198,73,157); }
H1.HeaderClassName
{
color: #C6499D;
}
.AnyTagClassName
{
color: #C6499D;
}
</style>
background-color css
<style>
a { background-color: #C6499D; }
a { background-color: rgb(198,73,157); }
div.DivClassName
{
background-color: #C6499D;
}
.BgClassName
{
background-color: #C6499D;
}
</style>
border-color css
<style>
span { border-color: #C6499D; }
span { border-color: rgb(198,73,157); }
td.TdClassName
{
border-color: #C6499D;
}
.TagClassName
{
border-color: #C6499D;
}
</style>