Shades of Melanie #CFB7BE
Tints of Melanie #CFB7BE
RGB
CMYK
RGB Variations
Color information
#CFB7BE (or 0xCFB7BE) is known color: Melanie. HEX triplet: CF, B7 and BE. RGB value is (207,183,190). Sum of RGB (Red+Green+Blue) = 207+183+190=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7BE is #304841. Grayscale: #BEBEBE. Windows color (decimal): -3164226 or 12498895. OLE color: 12498895.
HSL color Cylindrical-coordinate representation of color #CFB7BE: hue angle of 342.5º 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 #CFB7BE is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 190 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.19 |
| HSL | 342.5º | 0.2% | 0.76% | - |
| HSV(B) | 342.5º | 0.12% | 0.81% | - |
| XYZ | 51.96 | 50.85 | 55.79 | - |
| YUV | 190.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 190 | 0 | 0.12 | 0.08 | 0.19 | 342.5 | 0.2 | 0.76 |
| Hex | CF | B7 | BE | 0 | C | 8 | 13 | 156 | 14 | 4C |
| Octal | 317 | 267 | 276 | 0 | 14 | 10 | 23 | 526 | 24 | 114 |
| Binary | 11001111 | 10110111 | 10111110 | 0 | 1100 | 1000 | 10011 | 101010110 | 10100 | 1001100 |
Color Harmonies of #CFB7BE
Complementary color
Monochromatic Colors of #CFB7BE
Black with #CFB7BE
Text Example
Text Example
White with #CFB7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB7BE; }
p { color: rgb(207,183,190); }
H1.HeaderClassName
{
color: #CFB7BE;
}
.AnyTagClassName
{
color: #CFB7BE;
}
</style>
background-color css
<style>
a { background-color: #CFB7BE; }
a { background-color: rgb(207,183,190); }
div.DivClassName
{
background-color: #CFB7BE;
}
.BgClassName
{
background-color: #CFB7BE;
}
</style>
border-color css
<style>
span { border-color: #CFB7BE; }
span { border-color: rgb(207,183,190); }
td.TdClassName
{
border-color: #CFB7BE;
}
.TagClassName
{
border-color: #CFB7BE;
}
</style>