Shades of Melanie #CFB5BD
Tints of Melanie #CFB5BD
RGB
CMYK
RGB Variations
Color information
#CFB5BD (or 0xCFB5BD) is known color: Melanie. HEX triplet: CF, B5 and BD. RGB value is (207,181,189). Sum of RGB (Red+Green+Blue) = 207+181+189=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5BD is #304A42. Grayscale: #BDBDBD. Windows color (decimal): -3164739 or 12432847. OLE color: 12432847.
HSL color Cylindrical-coordinate representation of color #CFB5BD: hue angle of 341.54º 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 #CFB5BD is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 181 | 189 | - |
CMYK | 0 | 0.13 | 0.09 | 0.19 |
HSL | 341.54º | 0.21% | 0.76% | - |
HSV(B) | 341.54º | 0.13% | 0.81% | - |
XYZ | 51.44 | 49.99 | 55.08 | - |
YUV | 189.69 | 127.61 | 140.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 181 | 189 | 0 | 0.13 | 0.09 | 0.19 | 341.54 | 0.21 | 0.76 |
Hex | CF | B5 | BD | 0 | D | 9 | 13 | 156 | 15 | 4C |
Octal | 317 | 265 | 275 | 0 | 15 | 11 | 23 | 526 | 25 | 114 |
Binary | 11001111 | 10110101 | 10111101 | 0 | 1101 | 1001 | 10011 | 101010110 | 10101 | 1001100 |
Color Harmonies of #CFB5BD
Complementary color
Monochromatic Colors of #CFB5BD
Black with #CFB5BD
Text Example
Text Example
White with #CFB5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5BD; }
p { color: rgb(207,181,189); }
H1.HeaderClassName
{
color: #CFB5BD;
}
.AnyTagClassName
{
color: #CFB5BD;
}
</style>
background-color css
<style>
a { background-color: #CFB5BD; }
a { background-color: rgb(207,181,189); }
div.DivClassName
{
background-color: #CFB5BD;
}
.BgClassName
{
background-color: #CFB5BD;
}
</style>
border-color css
<style>
span { border-color: #CFB5BD; }
span { border-color: rgb(207,181,189); }
td.TdClassName
{
border-color: #CFB5BD;
}
.TagClassName
{
border-color: #CFB5BD;
}
</style>