Shades of Vanilla #CEBA9C
Tints of Vanilla #CEBA9C
RGB
CMYK
RGB Variations
Color information
#CEBA9C (or 0xCEBA9C) is known color: Vanilla. HEX triplet: CE, BA and 9C. RGB value is (206,186,156). Sum of RGB (Red+Green+Blue) = 206+186+156=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBA9C is #314563. Grayscale: #BCBCBC. Windows color (decimal): -3229028 or 10271438. OLE color: 10271438.
HSL color Cylindrical-coordinate representation of color #CEBA9C: hue angle of 36º 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 #CEBA9C is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 156 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.19 |
| HSL | 36º | 0.34% | 0.71% | - |
| HSV(B) | 36º | 0.24% | 0.81% | - |
| XYZ | 49.01 | 50.64 | 38.64 | - |
| YUV | 188.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 156 | 0 | 0.10 | 0.24 | 0.19 | 36 | 0.34 | 0.71 |
| Hex | CE | BA | 9C | 0 | A | 18 | 13 | 24 | 22 | 47 |
| Octal | 316 | 272 | 234 | 0 | 12 | 30 | 23 | 44 | 42 | 107 |
| Binary | 11001110 | 10111010 | 10011100 | 0 | 1010 | 11000 | 10011 | 100100 | 100010 | 1000111 |
Color Harmonies of #CEBA9C
Complementary color
Monochromatic Colors of #CEBA9C
Black with #CEBA9C
Text Example
Text Example
White with #CEBA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA9C; }
p { color: rgb(206,186,156); }
H1.HeaderClassName
{
color: #CEBA9C;
}
.AnyTagClassName
{
color: #CEBA9C;
}
</style>
background-color css
<style>
a { background-color: #CEBA9C; }
a { background-color: rgb(206,186,156); }
div.DivClassName
{
background-color: #CEBA9C;
}
.BgClassName
{
background-color: #CEBA9C;
}
</style>
border-color css
<style>
span { border-color: #CEBA9C; }
span { border-color: rgb(206,186,156); }
td.TdClassName
{
border-color: #CEBA9C;
}
.TagClassName
{
border-color: #CEBA9C;
}
</style>