Shades of Tan #CEAD8E
Tints of Tan #CEAD8E
RGB
CMYK
RGB Variations
Color information
#CEAD8E (or 0xCEAD8E) is known color: Tan. HEX triplet: CE, AD and 8E. RGB value is (206,173,142). Sum of RGB (Red+Green+Blue) = 206+173+142=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAD8E is #315271. Grayscale: #B3B3B3. Windows color (decimal): -3232370 or 9350606. OLE color: 9350606.
HSL color Cylindrical-coordinate representation of color #CEAD8E: hue angle of 29.06º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEAD8E is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 142 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.19 |
| HSL | 29.06º | 0.4% | 0.68% | - |
| HSV(B) | 29.06º | 0.31% | 0.81% | - |
| XYZ | 45.28 | 44.96 | 31.88 | - |
| YUV | 179.33 | 106.93 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 142 | 0 | 0.16 | 0.31 | 0.19 | 29.06 | 0.4 | 0.68 |
| Hex | CE | AD | 8E | 0 | 10 | 1F | 13 | 1D | 28 | 44 |
| Octal | 316 | 255 | 216 | 0 | 20 | 37 | 23 | 35 | 50 | 104 |
| Binary | 11001110 | 10101101 | 10001110 | 0 | 10000 | 11111 | 10011 | 11101 | 101000 | 1000100 |
Color Harmonies of #CEAD8E
Complementary color
Monochromatic Colors of #CEAD8E
Black with #CEAD8E
Text Example
Text Example
White with #CEAD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD8E; }
p { color: rgb(206,173,142); }
H1.HeaderClassName
{
color: #CEAD8E;
}
.AnyTagClassName
{
color: #CEAD8E;
}
</style>
background-color css
<style>
a { background-color: #CEAD8E; }
a { background-color: rgb(206,173,142); }
div.DivClassName
{
background-color: #CEAD8E;
}
.BgClassName
{
background-color: #CEAD8E;
}
</style>
border-color css
<style>
span { border-color: #CEAD8E; }
span { border-color: rgb(206,173,142); }
td.TdClassName
{
border-color: #CEAD8E;
}
.TagClassName
{
border-color: #CEAD8E;
}
</style>