Shades of Melanie #E6B8C0
Tints of Melanie #E6B8C0
RGB
CMYK
RGB Variations
Color information
#E6B8C0 (or 0xE6B8C0) is known color: Melanie. HEX triplet: E6, B8 and C0. RGB value is (230,184,192). Sum of RGB (Red+Green+Blue) = 230+184+192=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B8C0 is #19473F. Grayscale: #C6C6C6. Windows color (decimal): -1656640 or 12630246. OLE color: 12630246.
HSL color Cylindrical-coordinate representation of color #E6B8C0: hue angle of 349.57º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6B8C0 is Cyan = 0, Magento = 0.2, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 192 | - |
| CMYK | 0 | 0.2 | 0.17 | 0.10 |
| HSL | 349.57º | 0.48% | 0.81% | - |
| HSV(B) | 349.57º | 0.2% | 0.9% | - |
| XYZ | 59.29 | 54.91 | 57.34 | - |
| YUV | 198.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 192 | 0 | 0.2 | 0.17 | 0.10 | 349.57 | 0.48 | 0.81 |
| Hex | E6 | B8 | C0 | 0 | 14 | 11 | A | 15E | 30 | 51 |
| Octal | 346 | 270 | 300 | 0 | 24 | 21 | 12 | 536 | 60 | 121 |
| Binary | 11100110 | 10111000 | 11000000 | 0 | 10100 | 10001 | 1010 | 101011110 | 110000 | 1010001 |
Color Harmonies of #E6B8C0
Complementary color
Monochromatic Colors of #E6B8C0
Black with #E6B8C0
Text Example
Text Example
White with #E6B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B8C0; }
p { color: rgb(230,184,192); }
H1.HeaderClassName
{
color: #E6B8C0;
}
.AnyTagClassName
{
color: #E6B8C0;
}
</style>
background-color css
<style>
a { background-color: #E6B8C0; }
a { background-color: rgb(230,184,192); }
div.DivClassName
{
background-color: #E6B8C0;
}
.BgClassName
{
background-color: #E6B8C0;
}
</style>
border-color css
<style>
span { border-color: #E6B8C0; }
span { border-color: rgb(230,184,192); }
td.TdClassName
{
border-color: #E6B8C0;
}
.TagClassName
{
border-color: #E6B8C0;
}
</style>