Shades of Mulberry #CE5BA4
Tints of Mulberry #CE5BA4
RGB
CMYK
RGB Variations
Color information
#CE5BA4 (or 0xCE5BA4) is known color: Mulberry. HEX triplet: CE, 5B and A4. RGB value is (206,91,164). Sum of RGB (Red+Green+Blue) = 206+91+164=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5BA4 is #31A45B. Grayscale: #858585. Windows color (decimal): -3253340 or 10771406. OLE color: 10771406.
HSL color Cylindrical-coordinate representation of color #CE5BA4: hue angle of 321.91º 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 #CE5BA4 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 164 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.19 |
| HSL | 321.91º | 0.54% | 0.58% | - |
| HSV(B) | 321.91º | 0.56% | 0.81% | - |
| XYZ | 35.9 | 23.28 | 37.72 | - |
| YUV | 133.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 164 | 0 | 0.56 | 0.20 | 0.19 | 321.91 | 0.54 | 0.58 |
| Hex | CE | 5B | A4 | 0 | 38 | 14 | 13 | 142 | 36 | 3A |
| Octal | 316 | 133 | 244 | 0 | 70 | 24 | 23 | 502 | 66 | 72 |
| Binary | 11001110 | 1011011 | 10100100 | 0 | 111000 | 10100 | 10011 | 101000010 | 110110 | 111010 |
Color Harmonies of #CE5BA4
Complementary color
Monochromatic Colors of #CE5BA4
Black with #CE5BA4
Text Example
Text Example
White with #CE5BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BA4; }
p { color: rgb(206,91,164); }
H1.HeaderClassName
{
color: #CE5BA4;
}
.AnyTagClassName
{
color: #CE5BA4;
}
</style>
background-color css
<style>
a { background-color: #CE5BA4; }
a { background-color: rgb(206,91,164); }
div.DivClassName
{
background-color: #CE5BA4;
}
.BgClassName
{
background-color: #CE5BA4;
}
</style>
border-color css
<style>
span { border-color: #CE5BA4; }
span { border-color: rgb(206,91,164); }
td.TdClassName
{
border-color: #CE5BA4;
}
.TagClassName
{
border-color: #CE5BA4;
}
</style>