Shades of Melanie #CFB1BC
Tints of Melanie #CFB1BC
RGB
CMYK
RGB Variations
Color information
#CFB1BC (or 0xCFB1BC) is known color: Melanie. HEX triplet: CF, B1 and BC. RGB value is (207,177,188). Sum of RGB (Red+Green+Blue) = 207+177+188=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1BC is #304E43. Grayscale: #BBBBBB. Windows color (decimal): -3165764 or 12366287. OLE color: 12366287.
HSL color Cylindrical-coordinate representation of color #CFB1BC: hue angle of 338º 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 #CFB1BC is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 188 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.19 |
| HSL | 338º | 0.24% | 0.75% | - |
| HSV(B) | 338º | 0.14% | 0.81% | - |
| XYZ | 50.53 | 48.34 | 54.24 | - |
| YUV | 187.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 188 | 0 | 0.14 | 0.09 | 0.19 | 338 | 0.24 | 0.75 |
| Hex | CF | B1 | BC | 0 | E | 9 | 13 | 152 | 18 | 4B |
| Octal | 317 | 261 | 274 | 0 | 16 | 11 | 23 | 522 | 30 | 113 |
| Binary | 11001111 | 10110001 | 10111100 | 0 | 1110 | 1001 | 10011 | 101010010 | 11000 | 1001011 |
Color Harmonies of #CFB1BC
Complementary color
Monochromatic Colors of #CFB1BC
Black with #CFB1BC
Text Example
Text Example
White with #CFB1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB1BC; }
p { color: rgb(207,177,188); }
H1.HeaderClassName
{
color: #CFB1BC;
}
.AnyTagClassName
{
color: #CFB1BC;
}
</style>
background-color css
<style>
a { background-color: #CFB1BC; }
a { background-color: rgb(207,177,188); }
div.DivClassName
{
background-color: #CFB1BC;
}
.BgClassName
{
background-color: #CFB1BC;
}
</style>
border-color css
<style>
span { border-color: #CFB1BC; }
span { border-color: rgb(207,177,188); }
td.TdClassName
{
border-color: #CFB1BC;
}
.TagClassName
{
border-color: #CFB1BC;
}
</style>