Shades of Vanilla #CEB595
Tints of Vanilla #CEB595
RGB
CMYK
RGB Variations
Color information
#CEB595 (or 0xCEB595) is known color: Vanilla. HEX triplet: CE, B5 and 95. RGB value is (206,181,149). Sum of RGB (Red+Green+Blue) = 206+181+149=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB595 is #314A6A. Grayscale: #B8B8B8. Windows color (decimal): -3230315 or 9811406. OLE color: 9811406.
HSL color Cylindrical-coordinate representation of color #CEB595: hue angle of 33.68º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEB595 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 149 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.19 |
| HSL | 33.68º | 0.37% | 0.7% | - |
| HSV(B) | 33.68º | 0.28% | 0.81% | - |
| XYZ | 47.4 | 48.34 | 35.27 | - |
| YUV | 184.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 149 | 0 | 0.12 | 0.28 | 0.19 | 33.68 | 0.37 | 0.7 |
| Hex | CE | B5 | 95 | 0 | C | 1C | 13 | 22 | 25 | 46 |
| Octal | 316 | 265 | 225 | 0 | 14 | 34 | 23 | 42 | 45 | 106 |
| Binary | 11001110 | 10110101 | 10010101 | 0 | 1100 | 11100 | 10011 | 100010 | 100101 | 1000110 |
Color Harmonies of #CEB595
Complementary color
Monochromatic Colors of #CEB595
Black with #CEB595
Text Example
Text Example
White with #CEB595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB595; }
p { color: rgb(206,181,149); }
H1.HeaderClassName
{
color: #CEB595;
}
.AnyTagClassName
{
color: #CEB595;
}
</style>
background-color css
<style>
a { background-color: #CEB595; }
a { background-color: rgb(206,181,149); }
div.DivClassName
{
background-color: #CEB595;
}
.BgClassName
{
background-color: #CEB595;
}
</style>
border-color css
<style>
span { border-color: #CEB595; }
span { border-color: rgb(206,181,149); }
td.TdClassName
{
border-color: #CEB595;
}
.TagClassName
{
border-color: #CEB595;
}
</style>