Shades of Mulberry #CE5AA5
Tints of Mulberry #CE5AA5
RGB
CMYK
RGB Variations
Color information
#CE5AA5 (or 0xCE5AA5) is known color: Mulberry. HEX triplet: CE, 5A and A5. RGB value is (206,90,165). Sum of RGB (Red+Green+Blue) = 206+90+165=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5AA5 is #31A55A. Grayscale: #858585. Windows color (decimal): -3253595 or 10836686. OLE color: 10836686.
HSL color Cylindrical-coordinate representation of color #CE5AA5: hue angle of 321.21º 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 #CE5AA5 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 165 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.19 |
| HSL | 321.21º | 0.54% | 0.58% | - |
| HSV(B) | 321.21º | 0.56% | 0.81% | - |
| XYZ | 35.9 | 23.15 | 38.17 | - |
| YUV | 133.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 165 | 0 | 0.56 | 0.20 | 0.19 | 321.21 | 0.54 | 0.58 |
| Hex | CE | 5A | A5 | 0 | 38 | 14 | 13 | 141 | 36 | 3A |
| Octal | 316 | 132 | 245 | 0 | 70 | 24 | 23 | 501 | 66 | 72 |
| Binary | 11001110 | 1011010 | 10100101 | 0 | 111000 | 10100 | 10011 | 101000001 | 110110 | 111010 |
Color Harmonies of #CE5AA5
Complementary color
Monochromatic Colors of #CE5AA5
Black with #CE5AA5
Text Example
Text Example
White with #CE5AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AA5; }
p { color: rgb(206,90,165); }
H1.HeaderClassName
{
color: #CE5AA5;
}
.AnyTagClassName
{
color: #CE5AA5;
}
</style>
background-color css
<style>
a { background-color: #CE5AA5; }
a { background-color: rgb(206,90,165); }
div.DivClassName
{
background-color: #CE5AA5;
}
.BgClassName
{
background-color: #CE5AA5;
}
</style>
border-color css
<style>
span { border-color: #CE5AA5; }
span { border-color: rgb(206,90,165); }
td.TdClassName
{
border-color: #CE5AA5;
}
.TagClassName
{
border-color: #CE5AA5;
}
</style>