Shades of Melanie #CFB1BA
Tints of Melanie #CFB1BA
RGB
CMYK
RGB Variations
Color information
#CFB1BA (or 0xCFB1BA) is known color: Melanie. HEX triplet: CF, B1 and BA. RGB value is (207,177,186). Sum of RGB (Red+Green+Blue) = 207+177+186=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1BA is #304E45. Grayscale: #BABABA. Windows color (decimal): -3165766 or 12235215. OLE color: 12235215.
HSL color Cylindrical-coordinate representation of color #CFB1BA: hue angle of 342º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB1BA is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 186 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.19 |
| HSL | 342º | 0.24% | 0.75% | - |
| HSV(B) | 342º | 0.14% | 0.81% | - |
| XYZ | 50.32 | 48.25 | 53.12 | - |
| YUV | 187 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 186 | 0 | 0.14 | 0.10 | 0.19 | 342 | 0.24 | 0.75 |
| Hex | CF | B1 | BA | 0 | E | A | 13 | 156 | 18 | 4B |
| Octal | 317 | 261 | 272 | 0 | 16 | 12 | 23 | 526 | 30 | 113 |
| Binary | 11001111 | 10110001 | 10111010 | 0 | 1110 | 1010 | 10011 | 101010110 | 11000 | 1001011 |
Color Harmonies of #CFB1BA
Complementary color
Monochromatic Colors of #CFB1BA
Black with #CFB1BA
Text Example
Text Example
White with #CFB1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB1BA; }
p { color: rgb(207,177,186); }
H1.HeaderClassName
{
color: #CFB1BA;
}
.AnyTagClassName
{
color: #CFB1BA;
}
</style>
background-color css
<style>
a { background-color: #CFB1BA; }
a { background-color: rgb(207,177,186); }
div.DivClassName
{
background-color: #CFB1BA;
}
.BgClassName
{
background-color: #CFB1BA;
}
</style>
border-color css
<style>
span { border-color: #CFB1BA; }
span { border-color: rgb(207,177,186); }
td.TdClassName
{
border-color: #CFB1BA;
}
.TagClassName
{
border-color: #CFB1BA;
}
</style>