Shades of Mulberry #CE4680
Tints of Mulberry #CE4680
RGB
CMYK
RGB Variations
Color information
#CE4680 (or 0xCE4680) is known color: Mulberry. HEX triplet: CE, 46 and 80. RGB value is (206,70,128). Sum of RGB (Red+Green+Blue) = 206+70+128=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4680 is #31B97F. Grayscale: #757575. Windows color (decimal): -3258752 or 8406734. OLE color: 8406734.
HSL color Cylindrical-coordinate representation of color #CE4680: hue angle of 334.41º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4680 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 128 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.19 |
| HSL | 334.41º | 0.58% | 0.54% | - |
| HSV(B) | 334.41º | 0.66% | 0.81% | - |
| XYZ | 31.54 | 19.06 | 22.44 | - |
| YUV | 117.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 128 | 0 | 0.66 | 0.38 | 0.19 | 334.41 | 0.58 | 0.54 |
| Hex | CE | 46 | 80 | 0 | 42 | 26 | 13 | 14E | 3A | 36 |
| Octal | 316 | 106 | 200 | 0 | 102 | 46 | 23 | 516 | 72 | 66 |
| Binary | 11001110 | 1000110 | 10000000 | 0 | 1000010 | 100110 | 10011 | 101001110 | 111010 | 110110 |
Color Harmonies of #CE4680
Complementary color
Monochromatic Colors of #CE4680
Black with #CE4680
Text Example
Text Example
White with #CE4680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4680; }
p { color: rgb(206,70,128); }
H1.HeaderClassName
{
color: #CE4680;
}
.AnyTagClassName
{
color: #CE4680;
}
</style>
background-color css
<style>
a { background-color: #CE4680; }
a { background-color: rgb(206,70,128); }
div.DivClassName
{
background-color: #CE4680;
}
.BgClassName
{
background-color: #CE4680;
}
</style>
border-color css
<style>
span { border-color: #CE4680; }
span { border-color: rgb(206,70,128); }
td.TdClassName
{
border-color: #CE4680;
}
.TagClassName
{
border-color: #CE4680;
}
</style>