Shades of Melanie #CFB6BC
Tints of Melanie #CFB6BC
RGB
CMYK
RGB Variations
Color information
#CFB6BC (or 0xCFB6BC) is known color: Melanie. HEX triplet: CF, B6 and BC. RGB value is (207,182,188). Sum of RGB (Red+Green+Blue) = 207+182+188=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6BC is #304943. Grayscale: #BEBEBE. Windows color (decimal): -3164484 or 12367567. OLE color: 12367567.
HSL color Cylindrical-coordinate representation of color #CFB6BC: hue angle of 345.6º 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 #CFB6BC is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 188 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.19 |
| HSL | 345.6º | 0.21% | 0.76% | - |
| HSV(B) | 345.6º | 0.12% | 0.81% | - |
| XYZ | 51.54 | 50.35 | 54.58 | - |
| YUV | 190.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 188 | 0 | 0.12 | 0.09 | 0.19 | 345.6 | 0.21 | 0.76 |
| Hex | CF | B6 | BC | 0 | C | 9 | 13 | 15A | 15 | 4C |
| Octal | 317 | 266 | 274 | 0 | 14 | 11 | 23 | 532 | 25 | 114 |
| Binary | 11001111 | 10110110 | 10111100 | 0 | 1100 | 1001 | 10011 | 101011010 | 10101 | 1001100 |
Color Harmonies of #CFB6BC
Complementary color
Monochromatic Colors of #CFB6BC
Black with #CFB6BC
Text Example
Text Example
White with #CFB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB6BC; }
p { color: rgb(207,182,188); }
H1.HeaderClassName
{
color: #CFB6BC;
}
.AnyTagClassName
{
color: #CFB6BC;
}
</style>
background-color css
<style>
a { background-color: #CFB6BC; }
a { background-color: rgb(207,182,188); }
div.DivClassName
{
background-color: #CFB6BC;
}
.BgClassName
{
background-color: #CFB6BC;
}
</style>
border-color css
<style>
span { border-color: #CFB6BC; }
span { border-color: rgb(207,182,188); }
td.TdClassName
{
border-color: #CFB6BC;
}
.TagClassName
{
border-color: #CFB6BC;
}
</style>