Shades of Mulberry #C74686
Tints of Mulberry #C74686
RGB
CMYK
RGB Variations
Color information
#C74686 (or 0xC74686) is known color: Mulberry. HEX triplet: C7, 46 and 86. RGB value is (199,70,134). Sum of RGB (Red+Green+Blue) = 199+70+134=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C74686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74686 is #38B979. Grayscale: #737373. Windows color (decimal): -3717498 or 8799943. OLE color: 8799943.
HSL color Cylindrical-coordinate representation of color #C74686: hue angle of 330.23º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74686 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 134 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.22 |
| HSL | 330.23º | 0.54% | 0.53% | - |
| HSV(B) | 330.23º | 0.65% | 0.78% | - |
| XYZ | 30.05 | 18.24 | 24.49 | - |
| YUV | 115.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 134 | 0 | 0.65 | 0.33 | 0.22 | 330.23 | 0.54 | 0.53 |
| Hex | C7 | 46 | 86 | 0 | 41 | 21 | 16 | 14A | 36 | 35 |
| Octal | 307 | 106 | 206 | 0 | 101 | 41 | 26 | 512 | 66 | 65 |
| Binary | 11000111 | 1000110 | 10000110 | 0 | 1000001 | 100001 | 10110 | 101001010 | 110110 | 110101 |
Color Harmonies of #C74686
Complementary color
Monochromatic Colors of #C74686
Black with #C74686
Text Example
Text Example
White with #C74686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74686; }
p { color: rgb(199,70,134); }
H1.HeaderClassName
{
color: #C74686;
}
.AnyTagClassName
{
color: #C74686;
}
</style>
background-color css
<style>
a { background-color: #C74686; }
a { background-color: rgb(199,70,134); }
div.DivClassName
{
background-color: #C74686;
}
.BgClassName
{
background-color: #C74686;
}
</style>
border-color css
<style>
span { border-color: #C74686; }
span { border-color: rgb(199,70,134); }
td.TdClassName
{
border-color: #C74686;
}
.TagClassName
{
border-color: #C74686;
}
</style>