Shades of Vanilla #CFBB9B
Tints of Vanilla #CFBB9B
RGB
CMYK
RGB Variations
Color information
#CFBB9B (or 0xCFBB9B) is known color: Vanilla. HEX triplet: CF, BB and 9B. RGB value is (207,187,155). Sum of RGB (Red+Green+Blue) = 207+187+155=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBB9B is #304464. Grayscale: #BDBDBD. Windows color (decimal): -3163237 or 10206159. OLE color: 10206159.
HSL color Cylindrical-coordinate representation of color #CFBB9B: hue angle of 36.92º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFBB9B is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 155 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.19 |
| HSL | 36.92º | 0.35% | 0.71% | - |
| HSV(B) | 36.92º | 0.25% | 0.81% | - |
| XYZ | 49.42 | 51.17 | 38.28 | - |
| YUV | 189.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 155 | 0 | 0.10 | 0.25 | 0.19 | 36.92 | 0.35 | 0.71 |
| Hex | CF | BB | 9B | 0 | A | 19 | 13 | 25 | 23 | 47 |
| Octal | 317 | 273 | 233 | 0 | 12 | 31 | 23 | 45 | 43 | 107 |
| Binary | 11001111 | 10111011 | 10011011 | 0 | 1010 | 11001 | 10011 | 100101 | 100011 | 1000111 |
Color Harmonies of #CFBB9B
Complementary color
Monochromatic Colors of #CFBB9B
Black with #CFBB9B
Text Example
Text Example
White with #CFBB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB9B; }
p { color: rgb(207,187,155); }
H1.HeaderClassName
{
color: #CFBB9B;
}
.AnyTagClassName
{
color: #CFBB9B;
}
</style>
background-color css
<style>
a { background-color: #CFBB9B; }
a { background-color: rgb(207,187,155); }
div.DivClassName
{
background-color: #CFBB9B;
}
.BgClassName
{
background-color: #CFBB9B;
}
</style>
border-color css
<style>
span { border-color: #CFBB9B; }
span { border-color: rgb(207,187,155); }
td.TdClassName
{
border-color: #CFBB9B;
}
.TagClassName
{
border-color: #CFBB9B;
}
</style>