Shades of Mulberry #CE5B9A
Tints of Mulberry #CE5B9A
RGB
CMYK
RGB Variations
Color information
#CE5B9A (or 0xCE5B9A) is known color: Mulberry. HEX triplet: CE, 5B and 9A. RGB value is (206,91,154). Sum of RGB (Red+Green+Blue) = 206+91+154=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5B9A is #31A465. Grayscale: #848484. Windows color (decimal): -3253350 or 10116046. OLE color: 10116046.
HSL color Cylindrical-coordinate representation of color #CE5B9A: hue angle of 327.13º 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 #CE5B9A is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 154 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.19 |
| HSL | 327.13º | 0.54% | 0.58% | - |
| HSV(B) | 327.13º | 0.56% | 0.81% | - |
| XYZ | 35.03 | 22.94 | 33.15 | - |
| YUV | 132.57 | 140.1 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 154 | 0 | 0.56 | 0.25 | 0.19 | 327.13 | 0.54 | 0.58 |
| Hex | CE | 5B | 9A | 0 | 38 | 19 | 13 | 147 | 36 | 3A |
| Octal | 316 | 133 | 232 | 0 | 70 | 31 | 23 | 507 | 66 | 72 |
| Binary | 11001110 | 1011011 | 10011010 | 0 | 111000 | 11001 | 10011 | 101000111 | 110110 | 111010 |
Color Harmonies of #CE5B9A
Complementary color
Monochromatic Colors of #CE5B9A
Black with #CE5B9A
Text Example
Text Example
White with #CE5B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B9A; }
p { color: rgb(206,91,154); }
H1.HeaderClassName
{
color: #CE5B9A;
}
.AnyTagClassName
{
color: #CE5B9A;
}
</style>
background-color css
<style>
a { background-color: #CE5B9A; }
a { background-color: rgb(206,91,154); }
div.DivClassName
{
background-color: #CE5B9A;
}
.BgClassName
{
background-color: #CE5B9A;
}
</style>
border-color css
<style>
span { border-color: #CE5B9A; }
span { border-color: rgb(206,91,154); }
td.TdClassName
{
border-color: #CE5B9A;
}
.TagClassName
{
border-color: #CE5B9A;
}
</style>