Shades of Melanie #CFBBC0
Tints of Melanie #CFBBC0
RGB
CMYK
RGB Variations
Color information
#CFBBC0 (or 0xCFBBC0) is known color: Melanie. HEX triplet: CF, BB and C0. RGB value is (207,187,192). Sum of RGB (Red+Green+Blue) = 207+187+192=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBC0 is #30443F. Grayscale: #C1C1C1. Windows color (decimal): -3163200 or 12630991. OLE color: 12630991.
HSL color Cylindrical-coordinate representation of color #CFBBC0: hue angle of 345º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBBC0 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 192 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.19 |
| HSL | 345º | 0.17% | 0.77% | - |
| HSV(B) | 345º | 0.1% | 0.81% | - |
| XYZ | 53.02 | 52.61 | 57.23 | - |
| YUV | 193.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 192 | 0 | 0.10 | 0.07 | 0.19 | 345 | 0.17 | 0.77 |
| Hex | CF | BB | C0 | 0 | A | 7 | 13 | 159 | 11 | 4D |
| Octal | 317 | 273 | 300 | 0 | 12 | 7 | 23 | 531 | 21 | 115 |
| Binary | 11001111 | 10111011 | 11000000 | 0 | 1010 | 111 | 10011 | 101011001 | 10001 | 1001101 |
Color Harmonies of #CFBBC0
Complementary color
Monochromatic Colors of #CFBBC0
Black with #CFBBC0
Text Example
Text Example
White with #CFBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBC0; }
p { color: rgb(207,187,192); }
H1.HeaderClassName
{
color: #CFBBC0;
}
.AnyTagClassName
{
color: #CFBBC0;
}
</style>
background-color css
<style>
a { background-color: #CFBBC0; }
a { background-color: rgb(207,187,192); }
div.DivClassName
{
background-color: #CFBBC0;
}
.BgClassName
{
background-color: #CFBBC0;
}
</style>
border-color css
<style>
span { border-color: #CFBBC0; }
span { border-color: rgb(207,187,192); }
td.TdClassName
{
border-color: #CFBBC0;
}
.TagClassName
{
border-color: #CFBBC0;
}
</style>