Shades of Tan #CEBA8D
Tints of Tan #CEBA8D
RGB
CMYK
RGB Variations
Color information
#CEBA8D (or 0xCEBA8D) is known color: Tan. HEX triplet: CE, BA and 8D. RGB value is (206,186,141). Sum of RGB (Red+Green+Blue) = 206+186+141=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBA8D is #314572. Grayscale: #BBBBBB. Windows color (decimal): -3229043 or 9288398. OLE color: 9288398.
HSL color Cylindrical-coordinate representation of color #CEBA8D: hue angle of 41.54º 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 #CEBA8D is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 141 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.19 |
| HSL | 41.54º | 0.4% | 0.68% | - |
| HSV(B) | 41.54º | 0.32% | 0.81% | - |
| XYZ | 47.82 | 50.16 | 32.36 | - |
| YUV | 186.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 141 | 0 | 0.10 | 0.32 | 0.19 | 41.54 | 0.4 | 0.68 |
| Hex | CE | BA | 8D | 0 | A | 20 | 13 | 2A | 28 | 44 |
| Octal | 316 | 272 | 215 | 0 | 12 | 40 | 23 | 52 | 50 | 104 |
| Binary | 11001110 | 10111010 | 10001101 | 0 | 1010 | 100000 | 10011 | 101010 | 101000 | 1000100 |
Color Harmonies of #CEBA8D
Complementary color
Monochromatic Colors of #CEBA8D
Black with #CEBA8D
Text Example
Text Example
White with #CEBA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA8D; }
p { color: rgb(206,186,141); }
H1.HeaderClassName
{
color: #CEBA8D;
}
.AnyTagClassName
{
color: #CEBA8D;
}
</style>
background-color css
<style>
a { background-color: #CEBA8D; }
a { background-color: rgb(206,186,141); }
div.DivClassName
{
background-color: #CEBA8D;
}
.BgClassName
{
background-color: #CEBA8D;
}
</style>
border-color css
<style>
span { border-color: #CEBA8D; }
span { border-color: rgb(206,186,141); }
td.TdClassName
{
border-color: #CEBA8D;
}
.TagClassName
{
border-color: #CEBA8D;
}
</style>