Shades of Melanie #CFB7BF
Tints of Melanie #CFB7BF
RGB
CMYK
RGB Variations
Color information
#CFB7BF (or 0xCFB7BF) is known color: Melanie. HEX triplet: CF, B7 and BF. RGB value is (207,183,191). Sum of RGB (Red+Green+Blue) = 207+183+191=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7BF is #304840. Grayscale: #BFBFBF. Windows color (decimal): -3164225 or 12564431. OLE color: 12564431.
HSL color Cylindrical-coordinate representation of color #CFB7BF: hue angle of 340º degrees, saturation: 0.2, 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 #CFB7BF is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 191 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.19 |
| HSL | 340º | 0.2% | 0.76% | - |
| HSV(B) | 340º | 0.12% | 0.81% | - |
| XYZ | 52.07 | 50.89 | 56.37 | - |
| YUV | 191.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 191 | 0 | 0.12 | 0.08 | 0.19 | 340 | 0.2 | 0.76 |
| Hex | CF | B7 | BF | 0 | C | 8 | 13 | 154 | 14 | 4C |
| Octal | 317 | 267 | 277 | 0 | 14 | 10 | 23 | 524 | 24 | 114 |
| Binary | 11001111 | 10110111 | 10111111 | 0 | 1100 | 1000 | 10011 | 101010100 | 10100 | 1001100 |
Color Harmonies of #CFB7BF
Complementary color
Monochromatic Colors of #CFB7BF
Black with #CFB7BF
Text Example
Text Example
White with #CFB7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB7BF; }
p { color: rgb(207,183,191); }
H1.HeaderClassName
{
color: #CFB7BF;
}
.AnyTagClassName
{
color: #CFB7BF;
}
</style>
background-color css
<style>
a { background-color: #CFB7BF; }
a { background-color: rgb(207,183,191); }
div.DivClassName
{
background-color: #CFB7BF;
}
.BgClassName
{
background-color: #CFB7BF;
}
</style>
border-color css
<style>
span { border-color: #CFB7BF; }
span { border-color: rgb(207,183,191); }
td.TdClassName
{
border-color: #CFB7BF;
}
.TagClassName
{
border-color: #CFB7BF;
}
</style>