Shades of Vanilla #CFBC99
Tints of Vanilla #CFBC99
RGB
CMYK
RGB Variations
Color information
#CFBC99 (or 0xCFBC99) is known color: Vanilla. HEX triplet: CF, BC and 99. RGB value is (207,188,153). Sum of RGB (Red+Green+Blue) = 207+188+153=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBC99 is #304366. Grayscale: #BDBDBD. Windows color (decimal): -3162983 or 10075343. OLE color: 10075343.
HSL color Cylindrical-coordinate representation of color #CFBC99: hue angle of 38.89º 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 #CFBC99 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 153 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.19 |
| HSL | 38.89º | 0.36% | 0.71% | - |
| HSV(B) | 38.89º | 0.26% | 0.81% | - |
| XYZ | 49.47 | 51.53 | 37.48 | - |
| YUV | 189.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 153 | 0 | 0.09 | 0.26 | 0.19 | 38.89 | 0.36 | 0.71 |
| Hex | CF | BC | 99 | 0 | 9 | 1A | 13 | 27 | 24 | 47 |
| Octal | 317 | 274 | 231 | 0 | 11 | 32 | 23 | 47 | 44 | 107 |
| Binary | 11001111 | 10111100 | 10011001 | 0 | 1001 | 11010 | 10011 | 100111 | 100100 | 1000111 |
Color Harmonies of #CFBC99
Complementary color
Monochromatic Colors of #CFBC99
Black with #CFBC99
Text Example
Text Example
White with #CFBC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC99; }
p { color: rgb(207,188,153); }
H1.HeaderClassName
{
color: #CFBC99;
}
.AnyTagClassName
{
color: #CFBC99;
}
</style>
background-color css
<style>
a { background-color: #CFBC99; }
a { background-color: rgb(207,188,153); }
div.DivClassName
{
background-color: #CFBC99;
}
.BgClassName
{
background-color: #CFBC99;
}
</style>
border-color css
<style>
span { border-color: #CFBC99; }
span { border-color: rgb(207,188,153); }
td.TdClassName
{
border-color: #CFBC99;
}
.TagClassName
{
border-color: #CFBC99;
}
</style>