Shades of Vanilla #CEB69C
Tints of Vanilla #CEB69C
RGB
CMYK
RGB Variations
Color information
#CEB69C (or 0xCEB69C) is known color: Vanilla. HEX triplet: CE, B6 and 9C. RGB value is (206,182,156). Sum of RGB (Red+Green+Blue) = 206+182+156=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB69C is #314963. Grayscale: #BABABA. Windows color (decimal): -3230052 or 10270414. OLE color: 10270414.
HSL color Cylindrical-coordinate representation of color #CEB69C: hue angle of 31.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEB69C is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 156 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.19 |
| HSL | 31.2º | 0.34% | 0.71% | - |
| HSV(B) | 31.2º | 0.24% | 0.81% | - |
| XYZ | 48.18 | 48.98 | 38.37 | - |
| YUV | 186.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 156 | 0 | 0.12 | 0.24 | 0.19 | 31.2 | 0.34 | 0.71 |
| Hex | CE | B6 | 9C | 0 | C | 18 | 13 | 1F | 22 | 47 |
| Octal | 316 | 266 | 234 | 0 | 14 | 30 | 23 | 37 | 42 | 107 |
| Binary | 11001110 | 10110110 | 10011100 | 0 | 1100 | 11000 | 10011 | 11111 | 100010 | 1000111 |
Color Harmonies of #CEB69C
Complementary color
Monochromatic Colors of #CEB69C
Black with #CEB69C
Text Example
Text Example
White with #CEB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB69C; }
p { color: rgb(206,182,156); }
H1.HeaderClassName
{
color: #CEB69C;
}
.AnyTagClassName
{
color: #CEB69C;
}
</style>
background-color css
<style>
a { background-color: #CEB69C; }
a { background-color: rgb(206,182,156); }
div.DivClassName
{
background-color: #CEB69C;
}
.BgClassName
{
background-color: #CEB69C;
}
</style>
border-color css
<style>
span { border-color: #CEB69C; }
span { border-color: rgb(206,182,156); }
td.TdClassName
{
border-color: #CEB69C;
}
.TagClassName
{
border-color: #CEB69C;
}
</style>