Shades of Vanilla #CFB69A
Tints of Vanilla #CFB69A
RGB
CMYK
RGB Variations
Color information
#CFB69A (or 0xCFB69A) is known color: Vanilla. HEX triplet: CF, B6 and 9A. RGB value is (207,182,154). Sum of RGB (Red+Green+Blue) = 207+182+154=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB69A is #304965. Grayscale: #BABABA. Windows color (decimal): -3164518 or 10139343. OLE color: 10139343.
HSL color Cylindrical-coordinate representation of color #CFB69A: hue angle of 31.7º 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 #CFB69A is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 154 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.19 |
| HSL | 31.7º | 0.36% | 0.71% | - |
| HSV(B) | 31.7º | 0.26% | 0.81% | - |
| XYZ | 48.29 | 49.05 | 37.5 | - |
| YUV | 186.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 154 | 0 | 0.12 | 0.26 | 0.19 | 31.7 | 0.36 | 0.71 |
| Hex | CF | B6 | 9A | 0 | C | 1A | 13 | 20 | 24 | 47 |
| Octal | 317 | 266 | 232 | 0 | 14 | 32 | 23 | 40 | 44 | 107 |
| Binary | 11001111 | 10110110 | 10011010 | 0 | 1100 | 11010 | 10011 | 100000 | 100100 | 1000111 |
Color Harmonies of #CFB69A
Complementary color
Monochromatic Colors of #CFB69A
Black with #CFB69A
Text Example
Text Example
White with #CFB69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB69A; }
p { color: rgb(207,182,154); }
H1.HeaderClassName
{
color: #CFB69A;
}
.AnyTagClassName
{
color: #CFB69A;
}
</style>
background-color css
<style>
a { background-color: #CFB69A; }
a { background-color: rgb(207,182,154); }
div.DivClassName
{
background-color: #CFB69A;
}
.BgClassName
{
background-color: #CFB69A;
}
</style>
border-color css
<style>
span { border-color: #CFB69A; }
span { border-color: rgb(207,182,154); }
td.TdClassName
{
border-color: #CFB69A;
}
.TagClassName
{
border-color: #CFB69A;
}
</style>