Shades of Tan #CEBA8C
Tints of Tan #CEBA8C
RGB
CMYK
RGB Variations
Color information
#CEBA8C (or 0xCEBA8C) is known color: Tan. HEX triplet: CE, BA and 8C. RGB value is (206,186,140). Sum of RGB (Red+Green+Blue) = 206+186+140=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBA8C is #314573. Grayscale: #BABABA. Windows color (decimal): -3229044 or 9222862. OLE color: 9222862.
HSL color Cylindrical-coordinate representation of color #CEBA8C: hue angle of 41.82º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEBA8C is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 140 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.19 |
| HSL | 41.82º | 0.4% | 0.68% | - |
| HSV(B) | 41.82º | 0.32% | 0.81% | - |
| XYZ | 47.75 | 50.13 | 31.97 | - |
| YUV | 186.74 | 101.63 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 140 | 0 | 0.10 | 0.32 | 0.19 | 41.82 | 0.4 | 0.68 |
| Hex | CE | BA | 8C | 0 | A | 20 | 13 | 2A | 28 | 44 |
| Octal | 316 | 272 | 214 | 0 | 12 | 40 | 23 | 52 | 50 | 104 |
| Binary | 11001110 | 10111010 | 10001100 | 0 | 1010 | 100000 | 10011 | 101010 | 101000 | 1000100 |
Color Harmonies of #CEBA8C
Complementary color
Monochromatic Colors of #CEBA8C
Black with #CEBA8C
Text Example
Text Example
White with #CEBA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA8C; }
p { color: rgb(206,186,140); }
H1.HeaderClassName
{
color: #CEBA8C;
}
.AnyTagClassName
{
color: #CEBA8C;
}
</style>
background-color css
<style>
a { background-color: #CEBA8C; }
a { background-color: rgb(206,186,140); }
div.DivClassName
{
background-color: #CEBA8C;
}
.BgClassName
{
background-color: #CEBA8C;
}
</style>
border-color css
<style>
span { border-color: #CEBA8C; }
span { border-color: rgb(206,186,140); }
td.TdClassName
{
border-color: #CEBA8C;
}
.TagClassName
{
border-color: #CEBA8C;
}
</style>