Shades of Mulberry #CE5BA2
Tints of Mulberry #CE5BA2
RGB
CMYK
RGB Variations
Color information
#CE5BA2 (or 0xCE5BA2) is known color: Mulberry. HEX triplet: CE, 5B and A2. RGB value is (206,91,162). Sum of RGB (Red+Green+Blue) = 206+91+162=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5BA2 is #31A45D. Grayscale: #858585. Windows color (decimal): -3253342 or 10640334. OLE color: 10640334.
HSL color Cylindrical-coordinate representation of color #CE5BA2: hue angle of 322.96º 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 #CE5BA2 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 162 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.19 |
| HSL | 322.96º | 0.54% | 0.58% | - |
| HSV(B) | 322.96º | 0.56% | 0.81% | - |
| XYZ | 35.72 | 23.21 | 36.78 | - |
| YUV | 133.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 162 | 0 | 0.56 | 0.21 | 0.19 | 322.96 | 0.54 | 0.58 |
| Hex | CE | 5B | A2 | 0 | 38 | 15 | 13 | 143 | 36 | 3A |
| Octal | 316 | 133 | 242 | 0 | 70 | 25 | 23 | 503 | 66 | 72 |
| Binary | 11001110 | 1011011 | 10100010 | 0 | 111000 | 10101 | 10011 | 101000011 | 110110 | 111010 |
Color Harmonies of #CE5BA2
Complementary color
Monochromatic Colors of #CE5BA2
Black with #CE5BA2
Text Example
Text Example
White with #CE5BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BA2; }
p { color: rgb(206,91,162); }
H1.HeaderClassName
{
color: #CE5BA2;
}
.AnyTagClassName
{
color: #CE5BA2;
}
</style>
background-color css
<style>
a { background-color: #CE5BA2; }
a { background-color: rgb(206,91,162); }
div.DivClassName
{
background-color: #CE5BA2;
}
.BgClassName
{
background-color: #CE5BA2;
}
</style>
border-color css
<style>
span { border-color: #CE5BA2; }
span { border-color: rgb(206,91,162); }
td.TdClassName
{
border-color: #CE5BA2;
}
.TagClassName
{
border-color: #CE5BA2;
}
</style>