Shades of Melanie #CFB2BC
Tints of Melanie #CFB2BC
RGB
CMYK
RGB Variations
Color information
#CFB2BC (or 0xCFB2BC) is known color: Melanie. HEX triplet: CF, B2 and BC. RGB value is (207,178,188). Sum of RGB (Red+Green+Blue) = 207+178+188=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2BC is #304D43. Grayscale: #BBBBBB. Windows color (decimal): -3165508 or 12366543. OLE color: 12366543.
HSL color Cylindrical-coordinate representation of color #CFB2BC: hue angle of 339.31º degrees, saturation: 0.23, 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 #CFB2BC is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 188 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.19 |
| HSL | 339.31º | 0.23% | 0.75% | - |
| HSV(B) | 339.31º | 0.14% | 0.81% | - |
| XYZ | 50.73 | 48.74 | 54.31 | - |
| YUV | 187.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 188 | 0 | 0.14 | 0.09 | 0.19 | 339.31 | 0.23 | 0.75 |
| Hex | CF | B2 | BC | 0 | E | 9 | 13 | 153 | 17 | 4B |
| Octal | 317 | 262 | 274 | 0 | 16 | 11 | 23 | 523 | 27 | 113 |
| Binary | 11001111 | 10110010 | 10111100 | 0 | 1110 | 1001 | 10011 | 101010011 | 10111 | 1001011 |
Color Harmonies of #CFB2BC
Complementary color
Monochromatic Colors of #CFB2BC
Black with #CFB2BC
Text Example
Text Example
White with #CFB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2BC; }
p { color: rgb(207,178,188); }
H1.HeaderClassName
{
color: #CFB2BC;
}
.AnyTagClassName
{
color: #CFB2BC;
}
</style>
background-color css
<style>
a { background-color: #CFB2BC; }
a { background-color: rgb(207,178,188); }
div.DivClassName
{
background-color: #CFB2BC;
}
.BgClassName
{
background-color: #CFB2BC;
}
</style>
border-color css
<style>
span { border-color: #CFB2BC; }
span { border-color: rgb(207,178,188); }
td.TdClassName
{
border-color: #CFB2BC;
}
.TagClassName
{
border-color: #CFB2BC;
}
</style>