Shades of Mulberry #CE5185
Tints of Mulberry #CE5185
RGB
CMYK
RGB Variations
Color information
#CE5185 (or 0xCE5185) is known color: Mulberry. HEX triplet: CE, 51 and 85. RGB value is (206,81,133). Sum of RGB (Red+Green+Blue) = 206+81+133=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5185 is #31AE7A. Grayscale: #7C7C7C. Windows color (decimal): -3255931 or 8737230. OLE color: 8737230.
HSL color Cylindrical-coordinate representation of color #CE5185: hue angle of 335.04º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5185 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 133 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.19 |
| HSL | 335.04º | 0.56% | 0.56% | - |
| HSV(B) | 335.04º | 0.61% | 0.81% | - |
| XYZ | 32.63 | 20.7 | 24.47 | - |
| YUV | 124.3 | 132.91 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 133 | 0 | 0.61 | 0.35 | 0.19 | 335.04 | 0.56 | 0.56 |
| Hex | CE | 51 | 85 | 0 | 3D | 23 | 13 | 14F | 38 | 38 |
| Octal | 316 | 121 | 205 | 0 | 75 | 43 | 23 | 517 | 70 | 70 |
| Binary | 11001110 | 1010001 | 10000101 | 0 | 111101 | 100011 | 10011 | 101001111 | 111000 | 111000 |
Color Harmonies of #CE5185
Complementary color
Monochromatic Colors of #CE5185
Black with #CE5185
Text Example
Text Example
White with #CE5185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5185; }
p { color: rgb(206,81,133); }
H1.HeaderClassName
{
color: #CE5185;
}
.AnyTagClassName
{
color: #CE5185;
}
</style>
background-color css
<style>
a { background-color: #CE5185; }
a { background-color: rgb(206,81,133); }
div.DivClassName
{
background-color: #CE5185;
}
.BgClassName
{
background-color: #CE5185;
}
</style>
border-color css
<style>
span { border-color: #CE5185; }
span { border-color: rgb(206,81,133); }
td.TdClassName
{
border-color: #CE5185;
}
.TagClassName
{
border-color: #CE5185;
}
</style>