Shades of Melanie #CEB8C0
Tints of Melanie #CEB8C0
RGB
CMYK
RGB Variations
Color information
#CEB8C0 (or 0xCEB8C0) is known color: Melanie. HEX triplet: CE, B8 and C0. RGB value is (206,184,192). Sum of RGB (Red+Green+Blue) = 206+184+192=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8C0 is #31473F. Grayscale: #BFBFBF. Windows color (decimal): -3229504 or 12630222. OLE color: 12630222.
HSL color Cylindrical-coordinate representation of color #CEB8C0: hue angle of 338.18º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEB8C0 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 192 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.19 |
| HSL | 338.18º | 0.18% | 0.76% | - |
| HSV(B) | 338.18º | 0.11% | 0.81% | - |
| XYZ | 52.11 | 51.21 | 57.01 | - |
| YUV | 191.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 192 | 0 | 0.11 | 0.07 | 0.19 | 338.18 | 0.18 | 0.76 |
| Hex | CE | B8 | C0 | 0 | B | 7 | 13 | 152 | 12 | 4C |
| Octal | 316 | 270 | 300 | 0 | 13 | 7 | 23 | 522 | 22 | 114 |
| Binary | 11001110 | 10111000 | 11000000 | 0 | 1011 | 111 | 10011 | 101010010 | 10010 | 1001100 |
Color Harmonies of #CEB8C0
Complementary color
Monochromatic Colors of #CEB8C0
Black with #CEB8C0
Text Example
Text Example
White with #CEB8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB8C0; }
p { color: rgb(206,184,192); }
H1.HeaderClassName
{
color: #CEB8C0;
}
.AnyTagClassName
{
color: #CEB8C0;
}
</style>
background-color css
<style>
a { background-color: #CEB8C0; }
a { background-color: rgb(206,184,192); }
div.DivClassName
{
background-color: #CEB8C0;
}
.BgClassName
{
background-color: #CEB8C0;
}
</style>
border-color css
<style>
span { border-color: #CEB8C0; }
span { border-color: rgb(206,184,192); }
td.TdClassName
{
border-color: #CEB8C0;
}
.TagClassName
{
border-color: #CEB8C0;
}
</style>