Shades of Mulberry #CE5BA7
Tints of Mulberry #CE5BA7
RGB
CMYK
RGB Variations
Color information
#CE5BA7 (or 0xCE5BA7) is known color: Mulberry. HEX triplet: CE, 5B and A7. RGB value is (206,91,167). Sum of RGB (Red+Green+Blue) = 206+91+167=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5BA7 is #31A458. Grayscale: #858585. Windows color (decimal): -3253337 or 10968014. OLE color: 10968014.
HSL color Cylindrical-coordinate representation of color #CE5BA7: hue angle of 320.35º 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 #CE5BA7 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 167 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.19 |
| HSL | 320.35º | 0.54% | 0.58% | - |
| HSV(B) | 320.35º | 0.56% | 0.81% | - |
| XYZ | 36.17 | 23.39 | 39.17 | - |
| YUV | 134.05 | 146.6 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 167 | 0 | 0.56 | 0.19 | 0.19 | 320.35 | 0.54 | 0.58 |
| Hex | CE | 5B | A7 | 0 | 38 | 13 | 13 | 140 | 36 | 3A |
| Octal | 316 | 133 | 247 | 0 | 70 | 23 | 23 | 500 | 66 | 72 |
| Binary | 11001110 | 1011011 | 10100111 | 0 | 111000 | 10011 | 10011 | 101000000 | 110110 | 111010 |
Color Harmonies of #CE5BA7
Complementary color
Monochromatic Colors of #CE5BA7
Black with #CE5BA7
Text Example
Text Example
White with #CE5BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BA7; }
p { color: rgb(206,91,167); }
H1.HeaderClassName
{
color: #CE5BA7;
}
.AnyTagClassName
{
color: #CE5BA7;
}
</style>
background-color css
<style>
a { background-color: #CE5BA7; }
a { background-color: rgb(206,91,167); }
div.DivClassName
{
background-color: #CE5BA7;
}
.BgClassName
{
background-color: #CE5BA7;
}
</style>
border-color css
<style>
span { border-color: #CE5BA7; }
span { border-color: rgb(206,91,167); }
td.TdClassName
{
border-color: #CE5BA7;
}
.TagClassName
{
border-color: #CE5BA7;
}
</style>