Shades of Melanie #CFB6C0
Tints of Melanie #CFB6C0
RGB
CMYK
RGB Variations
Color information
#CFB6C0 (or 0xCFB6C0) is known color: Melanie. HEX triplet: CF, B6 and C0. RGB value is (207,182,192). Sum of RGB (Red+Green+Blue) = 207+182+192=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6C0 is #30493F. Grayscale: #BEBEBE. Windows color (decimal): -3164480 or 12629711. OLE color: 12629711.
HSL color Cylindrical-coordinate representation of color #CFB6C0: hue angle of 336º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFB6C0 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 192 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.19 |
| HSL | 336º | 0.21% | 0.76% | - |
| HSV(B) | 336º | 0.12% | 0.81% | - |
| XYZ | 51.97 | 50.53 | 56.88 | - |
| YUV | 190.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 192 | 0 | 0.12 | 0.07 | 0.19 | 336 | 0.21 | 0.76 |
| Hex | CF | B6 | C0 | 0 | C | 7 | 13 | 150 | 15 | 4C |
| Octal | 317 | 266 | 300 | 0 | 14 | 7 | 23 | 520 | 25 | 114 |
| Binary | 11001111 | 10110110 | 11000000 | 0 | 1100 | 111 | 10011 | 101010000 | 10101 | 1001100 |
Color Harmonies of #CFB6C0
Complementary color
Monochromatic Colors of #CFB6C0
Black with #CFB6C0
Text Example
Text Example
White with #CFB6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB6C0; }
p { color: rgb(207,182,192); }
H1.HeaderClassName
{
color: #CFB6C0;
}
.AnyTagClassName
{
color: #CFB6C0;
}
</style>
background-color css
<style>
a { background-color: #CFB6C0; }
a { background-color: rgb(207,182,192); }
div.DivClassName
{
background-color: #CFB6C0;
}
.BgClassName
{
background-color: #CFB6C0;
}
</style>
border-color css
<style>
span { border-color: #CFB6C0; }
span { border-color: rgb(207,182,192); }
td.TdClassName
{
border-color: #CFB6C0;
}
.TagClassName
{
border-color: #CFB6C0;
}
</style>