Shades of Mulberry #CE5286
Tints of Mulberry #CE5286
RGB
CMYK
RGB Variations
Color information
#CE5286 (or 0xCE5286) is known color: Mulberry. HEX triplet: CE, 52 and 86. RGB value is (206,82,134). Sum of RGB (Red+Green+Blue) = 206+82+134=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5286 is #31AD79. Grayscale: #7C7C7C. Windows color (decimal): -3255674 or 8803022. OLE color: 8803022.
HSL color Cylindrical-coordinate representation of color #CE5286: hue angle of 334.84º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5286 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 134 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.19 |
| HSL | 334.84º | 0.56% | 0.56% | - |
| HSV(B) | 334.84º | 0.6% | 0.81% | - |
| XYZ | 32.77 | 20.88 | 24.86 | - |
| YUV | 125 | 133.08 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 134 | 0 | 0.60 | 0.35 | 0.19 | 334.84 | 0.56 | 0.56 |
| Hex | CE | 52 | 86 | 0 | 3C | 23 | 13 | 14F | 38 | 38 |
| Octal | 316 | 122 | 206 | 0 | 74 | 43 | 23 | 517 | 70 | 70 |
| Binary | 11001110 | 1010010 | 10000110 | 0 | 111100 | 100011 | 10011 | 101001111 | 111000 | 111000 |
Color Harmonies of #CE5286
Complementary color
Monochromatic Colors of #CE5286
Black with #CE5286
Text Example
Text Example
White with #CE5286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5286; }
p { color: rgb(206,82,134); }
H1.HeaderClassName
{
color: #CE5286;
}
.AnyTagClassName
{
color: #CE5286;
}
</style>
background-color css
<style>
a { background-color: #CE5286; }
a { background-color: rgb(206,82,134); }
div.DivClassName
{
background-color: #CE5286;
}
.BgClassName
{
background-color: #CE5286;
}
</style>
border-color css
<style>
span { border-color: #CE5286; }
span { border-color: rgb(206,82,134); }
td.TdClassName
{
border-color: #CE5286;
}
.TagClassName
{
border-color: #CE5286;
}
</style>