Shades of Vanilla #CEBC9A
Tints of Vanilla #CEBC9A
RGB
CMYK
RGB Variations
Color information
#CEBC9A (or 0xCEBC9A) is known color: Vanilla. HEX triplet: CE, BC and 9A. RGB value is (206,188,154). Sum of RGB (Red+Green+Blue) = 206+188+154=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC9A is #314365. Grayscale: #BDBDBD. Windows color (decimal): -3228518 or 10140878. OLE color: 10140878.
HSL color Cylindrical-coordinate representation of color #CEBC9A: hue angle of 39.23º 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 #CEBC9A is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 154 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.19 |
| HSL | 39.23º | 0.35% | 0.71% | - |
| HSV(B) | 39.23º | 0.25% | 0.81% | - |
| XYZ | 49.27 | 51.42 | 37.9 | - |
| YUV | 189.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 154 | 0 | 0.09 | 0.25 | 0.19 | 39.23 | 0.35 | 0.71 |
| Hex | CE | BC | 9A | 0 | 9 | 19 | 13 | 27 | 23 | 47 |
| Octal | 316 | 274 | 232 | 0 | 11 | 31 | 23 | 47 | 43 | 107 |
| Binary | 11001110 | 10111100 | 10011010 | 0 | 1001 | 11001 | 10011 | 100111 | 100011 | 1000111 |
Color Harmonies of #CEBC9A
Complementary color
Monochromatic Colors of #CEBC9A
Black with #CEBC9A
Text Example
Text Example
White with #CEBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC9A; }
p { color: rgb(206,188,154); }
H1.HeaderClassName
{
color: #CEBC9A;
}
.AnyTagClassName
{
color: #CEBC9A;
}
</style>
background-color css
<style>
a { background-color: #CEBC9A; }
a { background-color: rgb(206,188,154); }
div.DivClassName
{
background-color: #CEBC9A;
}
.BgClassName
{
background-color: #CEBC9A;
}
</style>
border-color css
<style>
span { border-color: #CEBC9A; }
span { border-color: rgb(206,188,154); }
td.TdClassName
{
border-color: #CEBC9A;
}
.TagClassName
{
border-color: #CEBC9A;
}
</style>