Shades of Vanilla #CFBB99
Tints of Vanilla #CFBB99
RGB
CMYK
RGB Variations
Color information
#CFBB99 (or 0xCFBB99) is known color: Vanilla. HEX triplet: CF, BB and 99. RGB value is (207,187,153). Sum of RGB (Red+Green+Blue) = 207+187+153=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBB99 is #304466. Grayscale: #BDBDBD. Windows color (decimal): -3163239 or 10075087. OLE color: 10075087.
HSL color Cylindrical-coordinate representation of color #CFBB99: hue angle of 37.78º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFBB99 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 153 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.19 |
| HSL | 37.78º | 0.36% | 0.71% | - |
| HSV(B) | 37.78º | 0.26% | 0.81% | - |
| XYZ | 49.25 | 51.11 | 37.41 | - |
| YUV | 189.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 153 | 0 | 0.10 | 0.26 | 0.19 | 37.78 | 0.36 | 0.71 |
| Hex | CF | BB | 99 | 0 | A | 1A | 13 | 26 | 24 | 47 |
| Octal | 317 | 273 | 231 | 0 | 12 | 32 | 23 | 46 | 44 | 107 |
| Binary | 11001111 | 10111011 | 10011001 | 0 | 1010 | 11010 | 10011 | 100110 | 100100 | 1000111 |
Color Harmonies of #CFBB99
Complementary color
Monochromatic Colors of #CFBB99
Black with #CFBB99
Text Example
Text Example
White with #CFBB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB99; }
p { color: rgb(207,187,153); }
H1.HeaderClassName
{
color: #CFBB99;
}
.AnyTagClassName
{
color: #CFBB99;
}
</style>
background-color css
<style>
a { background-color: #CFBB99; }
a { background-color: rgb(207,187,153); }
div.DivClassName
{
background-color: #CFBB99;
}
.BgClassName
{
background-color: #CFBB99;
}
</style>
border-color css
<style>
span { border-color: #CFBB99; }
span { border-color: rgb(207,187,153); }
td.TdClassName
{
border-color: #CFBB99;
}
.TagClassName
{
border-color: #CFBB99;
}
</style>