Shades of Vanilla #CFB79F
Tints of Vanilla #CFB79F
RGB
CMYK
RGB Variations
Color information
#CFB79F (or 0xCFB79F) is known color: Vanilla. HEX triplet: CF, B7 and 9F. RGB value is (207,183,159). Sum of RGB (Red+Green+Blue) = 207+183+159=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB79F is #304860. Grayscale: #BBBBBB. Windows color (decimal): -3164257 or 10467279. OLE color: 10467279.
HSL color Cylindrical-coordinate representation of color #CFB79F: hue angle of 30º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFB79F is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 159 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.19 |
| HSL | 30º | 0.33% | 0.72% | - |
| HSV(B) | 30º | 0.23% | 0.81% | - |
| XYZ | 48.92 | 49.64 | 39.8 | - |
| YUV | 187.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 159 | 0 | 0.12 | 0.23 | 0.19 | 30 | 0.33 | 0.72 |
| Hex | CF | B7 | 9F | 0 | C | 17 | 13 | 1E | 21 | 48 |
| Octal | 317 | 267 | 237 | 0 | 14 | 27 | 23 | 36 | 41 | 110 |
| Binary | 11001111 | 10110111 | 10011111 | 0 | 1100 | 10111 | 10011 | 11110 | 100001 | 1001000 |
Color Harmonies of #CFB79F
Complementary color
Monochromatic Colors of #CFB79F
Black with #CFB79F
Text Example
Text Example
White with #CFB79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB79F; }
p { color: rgb(207,183,159); }
H1.HeaderClassName
{
color: #CFB79F;
}
.AnyTagClassName
{
color: #CFB79F;
}
</style>
background-color css
<style>
a { background-color: #CFB79F; }
a { background-color: rgb(207,183,159); }
div.DivClassName
{
background-color: #CFB79F;
}
.BgClassName
{
background-color: #CFB79F;
}
</style>
border-color css
<style>
span { border-color: #CFB79F; }
span { border-color: rgb(207,183,159); }
td.TdClassName
{
border-color: #CFB79F;
}
.TagClassName
{
border-color: #CFB79F;
}
</style>