Shades of Mulberry #C74A86
Tints of Mulberry #C74A86
RGB
CMYK
RGB Variations
Color information
#C74A86 (or 0xC74A86) is known color: Mulberry. HEX triplet: C7, 4A and 86. RGB value is (199,74,134). Sum of RGB (Red+Green+Blue) = 199+74+134=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74A86 is #38B579. Grayscale: #767676. Windows color (decimal): -3716474 or 8800967. OLE color: 8800967.
HSL color Cylindrical-coordinate representation of color #C74A86: hue angle of 331.2º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74A86 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 134 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.22 |
| HSL | 331.2º | 0.53% | 0.54% | - |
| HSV(B) | 331.2º | 0.63% | 0.78% | - |
| XYZ | 30.31 | 18.76 | 24.58 | - |
| YUV | 118.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 134 | 0 | 0.63 | 0.33 | 0.22 | 331.2 | 0.53 | 0.54 |
| Hex | C7 | 4A | 86 | 0 | 3F | 21 | 16 | 14B | 35 | 36 |
| Octal | 307 | 112 | 206 | 0 | 77 | 41 | 26 | 513 | 65 | 66 |
| Binary | 11000111 | 1001010 | 10000110 | 0 | 111111 | 100001 | 10110 | 101001011 | 110101 | 110110 |
Color Harmonies of #C74A86
Complementary color
Monochromatic Colors of #C74A86
Black with #C74A86
Text Example
Text Example
White with #C74A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A86; }
p { color: rgb(199,74,134); }
H1.HeaderClassName
{
color: #C74A86;
}
.AnyTagClassName
{
color: #C74A86;
}
</style>
background-color css
<style>
a { background-color: #C74A86; }
a { background-color: rgb(199,74,134); }
div.DivClassName
{
background-color: #C74A86;
}
.BgClassName
{
background-color: #C74A86;
}
</style>
border-color css
<style>
span { border-color: #C74A86; }
span { border-color: rgb(199,74,134); }
td.TdClassName
{
border-color: #C74A86;
}
.TagClassName
{
border-color: #C74A86;
}
</style>