Shades of Melanie #CEB7C0
Tints of Melanie #CEB7C0
RGB
CMYK
RGB Variations
Color information
#CEB7C0 (or 0xCEB7C0) is known color: Melanie. HEX triplet: CE, B7 and C0. RGB value is (206,183,192). Sum of RGB (Red+Green+Blue) = 206+183+192=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7C0 is #31483F. Grayscale: #BEBEBE. Windows color (decimal): -3229760 or 12629966. OLE color: 12629966.
HSL color Cylindrical-coordinate representation of color #CEB7C0: hue angle of 336.52º degrees, saturation: 0.19, 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 #CEB7C0 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 192 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.19 |
| HSL | 336.52º | 0.19% | 0.76% | - |
| HSV(B) | 336.52º | 0.11% | 0.81% | - |
| XYZ | 51.9 | 50.79 | 56.94 | - |
| YUV | 190.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 192 | 0 | 0.11 | 0.07 | 0.19 | 336.52 | 0.19 | 0.76 |
| Hex | CE | B7 | C0 | 0 | B | 7 | 13 | 151 | 13 | 4C |
| Octal | 316 | 267 | 300 | 0 | 13 | 7 | 23 | 521 | 23 | 114 |
| Binary | 11001110 | 10110111 | 11000000 | 0 | 1011 | 111 | 10011 | 101010001 | 10011 | 1001100 |
Color Harmonies of #CEB7C0
Complementary color
Monochromatic Colors of #CEB7C0
Black with #CEB7C0
Text Example
Text Example
White with #CEB7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7C0; }
p { color: rgb(206,183,192); }
H1.HeaderClassName
{
color: #CEB7C0;
}
.AnyTagClassName
{
color: #CEB7C0;
}
</style>
background-color css
<style>
a { background-color: #CEB7C0; }
a { background-color: rgb(206,183,192); }
div.DivClassName
{
background-color: #CEB7C0;
}
.BgClassName
{
background-color: #CEB7C0;
}
</style>
border-color css
<style>
span { border-color: #CEB7C0; }
span { border-color: rgb(206,183,192); }
td.TdClassName
{
border-color: #CEB7C0;
}
.TagClassName
{
border-color: #CEB7C0;
}
</style>