Shades of Vanilla #CFB696
Tints of Vanilla #CFB696
RGB
CMYK
RGB Variations
Color information
#CFB696 (or 0xCFB696) is known color: Vanilla. HEX triplet: CF, B6 and 96. RGB value is (207,182,150). Sum of RGB (Red+Green+Blue) = 207+182+150=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB696 is #304969. Grayscale: #B9B9B9. Windows color (decimal): -3164522 or 9877199. OLE color: 9877199.
HSL color Cylindrical-coordinate representation of color #CFB696: hue angle of 33.68º 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 #CFB696 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 150 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.19 |
| HSL | 33.68º | 0.37% | 0.7% | - |
| HSV(B) | 33.68º | 0.28% | 0.81% | - |
| XYZ | 47.97 | 48.92 | 35.77 | - |
| YUV | 185.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 150 | 0 | 0.12 | 0.28 | 0.19 | 33.68 | 0.37 | 0.7 |
| Hex | CF | B6 | 96 | 0 | C | 1C | 13 | 22 | 25 | 46 |
| Octal | 317 | 266 | 226 | 0 | 14 | 34 | 23 | 42 | 45 | 106 |
| Binary | 11001111 | 10110110 | 10010110 | 0 | 1100 | 11100 | 10011 | 100010 | 100101 | 1000110 |
Color Harmonies of #CFB696
Complementary color
Monochromatic Colors of #CFB696
Black with #CFB696
Text Example
Text Example
White with #CFB696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB696; }
p { color: rgb(207,182,150); }
H1.HeaderClassName
{
color: #CFB696;
}
.AnyTagClassName
{
color: #CFB696;
}
</style>
background-color css
<style>
a { background-color: #CFB696; }
a { background-color: rgb(207,182,150); }
div.DivClassName
{
background-color: #CFB696;
}
.BgClassName
{
background-color: #CFB696;
}
</style>
border-color css
<style>
span { border-color: #CFB696; }
span { border-color: rgb(207,182,150); }
td.TdClassName
{
border-color: #CFB696;
}
.TagClassName
{
border-color: #CFB696;
}
</style>