Shades of Mulberry #CE5B9E
Tints of Mulberry #CE5B9E
RGB
CMYK
RGB Variations
Color information
#CE5B9E (or 0xCE5B9E) is known color: Mulberry. HEX triplet: CE, 5B and 9E. RGB value is (206,91,158). Sum of RGB (Red+Green+Blue) = 206+91+158=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5B9E is #31A461. Grayscale: #848484. Windows color (decimal): -3253346 or 10378190. OLE color: 10378190.
HSL color Cylindrical-coordinate representation of color #CE5B9E: hue angle of 325.04º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5B9E is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 158 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.19 |
| HSL | 325.04º | 0.54% | 0.58% | - |
| HSV(B) | 325.04º | 0.56% | 0.81% | - |
| XYZ | 35.37 | 23.07 | 34.94 | - |
| YUV | 133.02 | 142.1 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 158 | 0 | 0.56 | 0.23 | 0.19 | 325.04 | 0.54 | 0.58 |
| Hex | CE | 5B | 9E | 0 | 38 | 17 | 13 | 145 | 36 | 3A |
| Octal | 316 | 133 | 236 | 0 | 70 | 27 | 23 | 505 | 66 | 72 |
| Binary | 11001110 | 1011011 | 10011110 | 0 | 111000 | 10111 | 10011 | 101000101 | 110110 | 111010 |
Color Harmonies of #CE5B9E
Complementary color
Monochromatic Colors of #CE5B9E
Black with #CE5B9E
Text Example
Text Example
White with #CE5B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B9E; }
p { color: rgb(206,91,158); }
H1.HeaderClassName
{
color: #CE5B9E;
}
.AnyTagClassName
{
color: #CE5B9E;
}
</style>
background-color css
<style>
a { background-color: #CE5B9E; }
a { background-color: rgb(206,91,158); }
div.DivClassName
{
background-color: #CE5B9E;
}
.BgClassName
{
background-color: #CE5B9E;
}
</style>
border-color css
<style>
span { border-color: #CE5B9E; }
span { border-color: rgb(206,91,158); }
td.TdClassName
{
border-color: #CE5B9E;
}
.TagClassName
{
border-color: #CE5B9E;
}
</style>