Shades of Mulberry #C74B86
Tints of Mulberry #C74B86
RGB
CMYK
RGB Variations
Color information
#C74B86 (or 0xC74B86) is known color: Mulberry. HEX triplet: C7, 4B and 86. RGB value is (199,75,134). Sum of RGB (Red+Green+Blue) = 199+75+134=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74B86 is #38B479. Grayscale: #767676. Windows color (decimal): -3716218 or 8801223. OLE color: 8801223.
HSL color Cylindrical-coordinate representation of color #C74B86: hue angle of 331.45º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74B86 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 134 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.22 |
| HSL | 331.45º | 0.53% | 0.54% | - |
| HSV(B) | 331.45º | 0.62% | 0.78% | - |
| XYZ | 30.37 | 18.9 | 24.6 | - |
| YUV | 118.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 134 | 0 | 0.62 | 0.33 | 0.22 | 331.45 | 0.53 | 0.54 |
| Hex | C7 | 4B | 86 | 0 | 3E | 21 | 16 | 14B | 35 | 36 |
| Octal | 307 | 113 | 206 | 0 | 76 | 41 | 26 | 513 | 65 | 66 |
| Binary | 11000111 | 1001011 | 10000110 | 0 | 111110 | 100001 | 10110 | 101001011 | 110101 | 110110 |
Color Harmonies of #C74B86
Complementary color
Monochromatic Colors of #C74B86
Black with #C74B86
Text Example
Text Example
White with #C74B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B86; }
p { color: rgb(199,75,134); }
H1.HeaderClassName
{
color: #C74B86;
}
.AnyTagClassName
{
color: #C74B86;
}
</style>
background-color css
<style>
a { background-color: #C74B86; }
a { background-color: rgb(199,75,134); }
div.DivClassName
{
background-color: #C74B86;
}
.BgClassName
{
background-color: #C74B86;
}
</style>
border-color css
<style>
span { border-color: #C74B86; }
span { border-color: rgb(199,75,134); }
td.TdClassName
{
border-color: #C74B86;
}
.TagClassName
{
border-color: #C74B86;
}
</style>