Shades of Mulberry #C74D86
Tints of Mulberry #C74D86
RGB
CMYK
RGB Variations
Color information
#C74D86 (or 0xC74D86) is known color: Mulberry. HEX triplet: C7, 4D and 86. RGB value is (199,77,134). Sum of RGB (Red+Green+Blue) = 199+77+134=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74D86 is #38B279. Grayscale: #777777. Windows color (decimal): -3715706 or 8801735. OLE color: 8801735.
HSL color Cylindrical-coordinate representation of color #C74D86: hue angle of 331.97º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74D86 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 134 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.22 |
| HSL | 331.97º | 0.52% | 0.54% | - |
| HSV(B) | 331.97º | 0.61% | 0.78% | - |
| XYZ | 30.51 | 19.17 | 24.65 | - |
| YUV | 119.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 134 | 0 | 0.61 | 0.33 | 0.22 | 331.97 | 0.52 | 0.54 |
| Hex | C7 | 4D | 86 | 0 | 3D | 21 | 16 | 14C | 34 | 36 |
| Octal | 307 | 115 | 206 | 0 | 75 | 41 | 26 | 514 | 64 | 66 |
| Binary | 11000111 | 1001101 | 10000110 | 0 | 111101 | 100001 | 10110 | 101001100 | 110100 | 110110 |
Color Harmonies of #C74D86
Complementary color
Monochromatic Colors of #C74D86
Black with #C74D86
Text Example
Text Example
White with #C74D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D86; }
p { color: rgb(199,77,134); }
H1.HeaderClassName
{
color: #C74D86;
}
.AnyTagClassName
{
color: #C74D86;
}
</style>
background-color css
<style>
a { background-color: #C74D86; }
a { background-color: rgb(199,77,134); }
div.DivClassName
{
background-color: #C74D86;
}
.BgClassName
{
background-color: #C74D86;
}
</style>
border-color css
<style>
span { border-color: #C74D86; }
span { border-color: rgb(199,77,134); }
td.TdClassName
{
border-color: #C74D86;
}
.TagClassName
{
border-color: #C74D86;
}
</style>