Shades of Mulberry #CE5186
Tints of Mulberry #CE5186
RGB
CMYK
RGB Variations
Color information
#CE5186 (or 0xCE5186) is known color: Mulberry. HEX triplet: CE, 51 and 86. RGB value is (206,81,134). Sum of RGB (Red+Green+Blue) = 206+81+134=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5186 is #31AE79. Grayscale: #7C7C7C. Windows color (decimal): -3255930 or 8802766. OLE color: 8802766.
HSL color Cylindrical-coordinate representation of color #CE5186: hue angle of 334.56º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5186 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 134 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.19 |
| HSL | 334.56º | 0.56% | 0.56% | - |
| HSV(B) | 334.56º | 0.61% | 0.81% | - |
| XYZ | 32.7 | 20.73 | 24.83 | - |
| YUV | 124.42 | 133.41 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 134 | 0 | 0.61 | 0.35 | 0.19 | 334.56 | 0.56 | 0.56 |
| Hex | CE | 51 | 86 | 0 | 3D | 23 | 13 | 14F | 38 | 38 |
| Octal | 316 | 121 | 206 | 0 | 75 | 43 | 23 | 517 | 70 | 70 |
| Binary | 11001110 | 1010001 | 10000110 | 0 | 111101 | 100011 | 10011 | 101001111 | 111000 | 111000 |
Color Harmonies of #CE5186
Complementary color
Monochromatic Colors of #CE5186
Black with #CE5186
Text Example
Text Example
White with #CE5186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5186; }
p { color: rgb(206,81,134); }
H1.HeaderClassName
{
color: #CE5186;
}
.AnyTagClassName
{
color: #CE5186;
}
</style>
background-color css
<style>
a { background-color: #CE5186; }
a { background-color: rgb(206,81,134); }
div.DivClassName
{
background-color: #CE5186;
}
.BgClassName
{
background-color: #CE5186;
}
</style>
border-color css
<style>
span { border-color: #CE5186; }
span { border-color: rgb(206,81,134); }
td.TdClassName
{
border-color: #CE5186;
}
.TagClassName
{
border-color: #CE5186;
}
</style>