Shades of Vanilla #CFBA9D
Tints of Vanilla #CFBA9D
RGB
CMYK
RGB Variations
Color information
#CFBA9D (or 0xCFBA9D) is known color: Vanilla. HEX triplet: CF, BA and 9D. RGB value is (207,186,157). Sum of RGB (Red+Green+Blue) = 207+186+157=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBA9D is #304562. Grayscale: #BDBDBD. Windows color (decimal): -3163491 or 10336975. OLE color: 10336975.
HSL color Cylindrical-coordinate representation of color #CFBA9D: hue angle of 34.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFBA9D is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 157 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.19 |
| HSL | 34.8º | 0.34% | 0.71% | - |
| HSV(B) | 34.8º | 0.24% | 0.81% | - |
| XYZ | 49.38 | 50.82 | 39.1 | - |
| YUV | 188.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 157 | 0 | 0.10 | 0.24 | 0.19 | 34.8 | 0.34 | 0.71 |
| Hex | CF | BA | 9D | 0 | A | 18 | 13 | 23 | 22 | 47 |
| Octal | 317 | 272 | 235 | 0 | 12 | 30 | 23 | 43 | 42 | 107 |
| Binary | 11001111 | 10111010 | 10011101 | 0 | 1010 | 11000 | 10011 | 100011 | 100010 | 1000111 |
Color Harmonies of #CFBA9D
Complementary color
Monochromatic Colors of #CFBA9D
Black with #CFBA9D
Text Example
Text Example
White with #CFBA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA9D; }
p { color: rgb(207,186,157); }
H1.HeaderClassName
{
color: #CFBA9D;
}
.AnyTagClassName
{
color: #CFBA9D;
}
</style>
background-color css
<style>
a { background-color: #CFBA9D; }
a { background-color: rgb(207,186,157); }
div.DivClassName
{
background-color: #CFBA9D;
}
.BgClassName
{
background-color: #CFBA9D;
}
</style>
border-color css
<style>
span { border-color: #CFBA9D; }
span { border-color: rgb(207,186,157); }
td.TdClassName
{
border-color: #CFBA9D;
}
.TagClassName
{
border-color: #CFBA9D;
}
</style>