Shades of Vanilla #CFBA96
Tints of Vanilla #CFBA96
RGB
CMYK
RGB Variations
Color information
#CFBA96 (or 0xCFBA96) is known color: Vanilla. HEX triplet: CF, BA and 96. RGB value is (207,186,150). Sum of RGB (Red+Green+Blue) = 207+186+150=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBA96 is #304569. Grayscale: #BCBCBC. Windows color (decimal): -3163498 or 9878223. OLE color: 9878223.
HSL color Cylindrical-coordinate representation of color #CFBA96: hue angle of 37.89º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFBA96 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 150 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.19 |
| HSL | 37.89º | 0.37% | 0.7% | - |
| HSV(B) | 37.89º | 0.28% | 0.81% | - |
| XYZ | 48.8 | 50.59 | 36.05 | - |
| YUV | 188.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 150 | 0 | 0.10 | 0.28 | 0.19 | 37.89 | 0.37 | 0.7 |
| Hex | CF | BA | 96 | 0 | A | 1C | 13 | 26 | 25 | 46 |
| Octal | 317 | 272 | 226 | 0 | 12 | 34 | 23 | 46 | 45 | 106 |
| Binary | 11001111 | 10111010 | 10010110 | 0 | 1010 | 11100 | 10011 | 100110 | 100101 | 1000110 |
Color Harmonies of #CFBA96
Complementary color
Monochromatic Colors of #CFBA96
Black with #CFBA96
Text Example
Text Example
White with #CFBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA96; }
p { color: rgb(207,186,150); }
H1.HeaderClassName
{
color: #CFBA96;
}
.AnyTagClassName
{
color: #CFBA96;
}
</style>
background-color css
<style>
a { background-color: #CFBA96; }
a { background-color: rgb(207,186,150); }
div.DivClassName
{
background-color: #CFBA96;
}
.BgClassName
{
background-color: #CFBA96;
}
</style>
border-color css
<style>
span { border-color: #CFBA96; }
span { border-color: rgb(207,186,150); }
td.TdClassName
{
border-color: #CFBA96;
}
.TagClassName
{
border-color: #CFBA96;
}
</style>