Shades of Mulberry #CE5886
Tints of Mulberry #CE5886
RGB
CMYK
RGB Variations
Color information
#CE5886 (or 0xCE5886) is known color: Mulberry. HEX triplet: CE, 58 and 86. RGB value is (206,88,134). Sum of RGB (Red+Green+Blue) = 206+88+134=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5886 is #31A779. Grayscale: #808080. Windows color (decimal): -3254138 or 8804558. OLE color: 8804558.
HSL color Cylindrical-coordinate representation of color #CE5886: hue angle of 336.61º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5886 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 134 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.19 |
| HSL | 336.61º | 0.55% | 0.58% | - |
| HSV(B) | 336.61º | 0.57% | 0.81% | - |
| XYZ | 33.25 | 21.82 | 25.01 | - |
| YUV | 128.53 | 131.09 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 134 | 0 | 0.57 | 0.35 | 0.19 | 336.61 | 0.55 | 0.58 |
| Hex | CE | 58 | 86 | 0 | 39 | 23 | 13 | 151 | 37 | 3A |
| Octal | 316 | 130 | 206 | 0 | 71 | 43 | 23 | 521 | 67 | 72 |
| Binary | 11001110 | 1011000 | 10000110 | 0 | 111001 | 100011 | 10011 | 101010001 | 110111 | 111010 |
Color Harmonies of #CE5886
Complementary color
Monochromatic Colors of #CE5886
Black with #CE5886
Text Example
Text Example
White with #CE5886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5886; }
p { color: rgb(206,88,134); }
H1.HeaderClassName
{
color: #CE5886;
}
.AnyTagClassName
{
color: #CE5886;
}
</style>
background-color css
<style>
a { background-color: #CE5886; }
a { background-color: rgb(206,88,134); }
div.DivClassName
{
background-color: #CE5886;
}
.BgClassName
{
background-color: #CE5886;
}
</style>
border-color css
<style>
span { border-color: #CE5886; }
span { border-color: rgb(206,88,134); }
td.TdClassName
{
border-color: #CE5886;
}
.TagClassName
{
border-color: #CE5886;
}
</style>