Shades of Melanie #CFB5BC
Tints of Melanie #CFB5BC
RGB
CMYK
RGB Variations
Color information
#CFB5BC (or 0xCFB5BC) is known color: Melanie. HEX triplet: CF, B5 and BC. RGB value is (207,181,188). Sum of RGB (Red+Green+Blue) = 207+181+188=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5BC is #304A43. Grayscale: #BDBDBD. Windows color (decimal): -3164740 or 12367311. OLE color: 12367311.
HSL color Cylindrical-coordinate representation of color #CFB5BC: hue angle of 343.85º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFB5BC is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 188 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.19 |
| HSL | 343.85º | 0.21% | 0.76% | - |
| HSV(B) | 343.85º | 0.13% | 0.81% | - |
| XYZ | 51.33 | 49.94 | 54.51 | - |
| YUV | 189.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 188 | 0 | 0.13 | 0.09 | 0.19 | 343.85 | 0.21 | 0.76 |
| Hex | CF | B5 | BC | 0 | D | 9 | 13 | 158 | 15 | 4C |
| Octal | 317 | 265 | 274 | 0 | 15 | 11 | 23 | 530 | 25 | 114 |
| Binary | 11001111 | 10110101 | 10111100 | 0 | 1101 | 1001 | 10011 | 101011000 | 10101 | 1001100 |
Color Harmonies of #CFB5BC
Complementary color
Monochromatic Colors of #CFB5BC
Black with #CFB5BC
Text Example
Text Example
White with #CFB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5BC; }
p { color: rgb(207,181,188); }
H1.HeaderClassName
{
color: #CFB5BC;
}
.AnyTagClassName
{
color: #CFB5BC;
}
</style>
background-color css
<style>
a { background-color: #CFB5BC; }
a { background-color: rgb(207,181,188); }
div.DivClassName
{
background-color: #CFB5BC;
}
.BgClassName
{
background-color: #CFB5BC;
}
</style>
border-color css
<style>
span { border-color: #CFB5BC; }
span { border-color: rgb(207,181,188); }
td.TdClassName
{
border-color: #CFB5BC;
}
.TagClassName
{
border-color: #CFB5BC;
}
</style>