Shades of Melanie #CFB9C0
Tints of Melanie #CFB9C0
RGB
CMYK
RGB Variations
Color information
#CFB9C0 (or 0xCFB9C0) is known color: Melanie. HEX triplet: CF, B9 and C0. RGB value is (207,185,192). Sum of RGB (Red+Green+Blue) = 207+185+192=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9C0 is #30463F. Grayscale: #C0C0C0. Windows color (decimal): -3163712 or 12630479. OLE color: 12630479.
HSL color Cylindrical-coordinate representation of color #CFB9C0: hue angle of 340.91º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFB9C0 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 185 | 192 | - |
CMYK | 0 | 0.11 | 0.07 | 0.19 |
HSL | 340.91º | 0.19% | 0.77% | - |
HSV(B) | 340.91º | 0.11% | 0.81% | - |
XYZ | 52.6 | 51.77 | 57.09 | - |
YUV | 192.38 | 127.79 | 138.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 185 | 192 | 0 | 0.11 | 0.07 | 0.19 | 340.91 | 0.19 | 0.77 |
Hex | CF | B9 | C0 | 0 | B | 7 | 13 | 155 | 13 | 4D |
Octal | 317 | 271 | 300 | 0 | 13 | 7 | 23 | 525 | 23 | 115 |
Binary | 11001111 | 10111001 | 11000000 | 0 | 1011 | 111 | 10011 | 101010101 | 10011 | 1001101 |
Color Harmonies of #CFB9C0
Complementary color
Monochromatic Colors of #CFB9C0
Black with #CFB9C0
Text Example
Text Example
White with #CFB9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9C0; }
p { color: rgb(207,185,192); }
H1.HeaderClassName
{
color: #CFB9C0;
}
.AnyTagClassName
{
color: #CFB9C0;
}
</style>
background-color css
<style>
a { background-color: #CFB9C0; }
a { background-color: rgb(207,185,192); }
div.DivClassName
{
background-color: #CFB9C0;
}
.BgClassName
{
background-color: #CFB9C0;
}
</style>
border-color css
<style>
span { border-color: #CFB9C0; }
span { border-color: rgb(207,185,192); }
td.TdClassName
{
border-color: #CFB9C0;
}
.TagClassName
{
border-color: #CFB9C0;
}
</style>