Shades of Vanilla #CFB69C
Tints of Vanilla #CFB69C
RGB
CMYK
RGB Variations
Color information
#CFB69C (or 0xCFB69C) is known color: Vanilla. HEX triplet: CF, B6 and 9C. RGB value is (207,182,156). Sum of RGB (Red+Green+Blue) = 207+182+156=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB69C is #304963. Grayscale: #BABABA. Windows color (decimal): -3164516 or 10270415. OLE color: 10270415.
HSL color Cylindrical-coordinate representation of color #CFB69C: hue angle of 30.59º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFB69C is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 156 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.19 |
| HSL | 30.59º | 0.35% | 0.71% | - |
| HSV(B) | 30.59º | 0.25% | 0.81% | - |
| XYZ | 48.46 | 49.12 | 38.38 | - |
| YUV | 186.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 156 | 0 | 0.12 | 0.25 | 0.19 | 30.59 | 0.35 | 0.71 |
| Hex | CF | B6 | 9C | 0 | C | 19 | 13 | 1F | 23 | 47 |
| Octal | 317 | 266 | 234 | 0 | 14 | 31 | 23 | 37 | 43 | 107 |
| Binary | 11001111 | 10110110 | 10011100 | 0 | 1100 | 11001 | 10011 | 11111 | 100011 | 1000111 |
Color Harmonies of #CFB69C
Complementary color
Monochromatic Colors of #CFB69C
Black with #CFB69C
Text Example
Text Example
White with #CFB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB69C; }
p { color: rgb(207,182,156); }
H1.HeaderClassName
{
color: #CFB69C;
}
.AnyTagClassName
{
color: #CFB69C;
}
</style>
background-color css
<style>
a { background-color: #CFB69C; }
a { background-color: rgb(207,182,156); }
div.DivClassName
{
background-color: #CFB69C;
}
.BgClassName
{
background-color: #CFB69C;
}
</style>
border-color css
<style>
span { border-color: #CFB69C; }
span { border-color: rgb(207,182,156); }
td.TdClassName
{
border-color: #CFB69C;
}
.TagClassName
{
border-color: #CFB69C;
}
</style>