Shades of Mulberry #CE4186
Tints of Mulberry #CE4186
RGB
CMYK
RGB Variations
Color information
#CE4186 (or 0xCE4186) is known color: Mulberry. HEX triplet: CE, 41 and 86. RGB value is (206,65,134). Sum of RGB (Red+Green+Blue) = 206+65+134=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4186 is #31BE79. Grayscale: #727272. Windows color (decimal): -3260026 or 8798670. OLE color: 8798670.
HSL color Cylindrical-coordinate representation of color #CE4186: hue angle of 330.64º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4186 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 134 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.19 |
| HSL | 330.64º | 0.59% | 0.53% | - |
| HSV(B) | 330.64º | 0.68% | 0.81% | - |
| XYZ | 31.65 | 18.62 | 24.48 | - |
| YUV | 115.03 | 138.71 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 134 | 0 | 0.68 | 0.35 | 0.19 | 330.64 | 0.59 | 0.53 |
| Hex | CE | 41 | 86 | 0 | 44 | 23 | 13 | 14B | 3B | 35 |
| Octal | 316 | 101 | 206 | 0 | 104 | 43 | 23 | 513 | 73 | 65 |
| Binary | 11001110 | 1000001 | 10000110 | 0 | 1000100 | 100011 | 10011 | 101001011 | 111011 | 110101 |
Color Harmonies of #CE4186
Complementary color
Monochromatic Colors of #CE4186
Black with #CE4186
Text Example
Text Example
White with #CE4186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4186; }
p { color: rgb(206,65,134); }
H1.HeaderClassName
{
color: #CE4186;
}
.AnyTagClassName
{
color: #CE4186;
}
</style>
background-color css
<style>
a { background-color: #CE4186; }
a { background-color: rgb(206,65,134); }
div.DivClassName
{
background-color: #CE4186;
}
.BgClassName
{
background-color: #CE4186;
}
</style>
border-color css
<style>
span { border-color: #CE4186; }
span { border-color: rgb(206,65,134); }
td.TdClassName
{
border-color: #CE4186;
}
.TagClassName
{
border-color: #CE4186;
}
</style>