Shades of Mulberry #CE5A92
Tints of Mulberry #CE5A92
RGB
CMYK
RGB Variations
Color information
#CE5A92 (or 0xCE5A92) is known color: Mulberry. HEX triplet: CE, 5A and 92. RGB value is (206,90,146). Sum of RGB (Red+Green+Blue) = 206+90+146=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5A92 is #31A56D. Grayscale: #828282. Windows color (decimal): -3253614 or 9591502. OLE color: 9591502.
HSL color Cylindrical-coordinate representation of color #CE5A92: hue angle of 331.03º 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 #CE5A92 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 146 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.19 |
| HSL | 331.03º | 0.54% | 0.58% | - |
| HSV(B) | 331.03º | 0.56% | 0.81% | - |
| XYZ | 34.3 | 22.51 | 29.73 | - |
| YUV | 131.07 | 136.43 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 146 | 0 | 0.56 | 0.29 | 0.19 | 331.03 | 0.54 | 0.58 |
| Hex | CE | 5A | 92 | 0 | 38 | 1D | 13 | 14B | 36 | 3A |
| Octal | 316 | 132 | 222 | 0 | 70 | 35 | 23 | 513 | 66 | 72 |
| Binary | 11001110 | 1011010 | 10010010 | 0 | 111000 | 11101 | 10011 | 101001011 | 110110 | 111010 |
Color Harmonies of #CE5A92
Complementary color
Monochromatic Colors of #CE5A92
Black with #CE5A92
Text Example
Text Example
White with #CE5A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5A92; }
p { color: rgb(206,90,146); }
H1.HeaderClassName
{
color: #CE5A92;
}
.AnyTagClassName
{
color: #CE5A92;
}
</style>
background-color css
<style>
a { background-color: #CE5A92; }
a { background-color: rgb(206,90,146); }
div.DivClassName
{
background-color: #CE5A92;
}
.BgClassName
{
background-color: #CE5A92;
}
</style>
border-color css
<style>
span { border-color: #CE5A92; }
span { border-color: rgb(206,90,146); }
td.TdClassName
{
border-color: #CE5A92;
}
.TagClassName
{
border-color: #CE5A92;
}
</style>