Shades of Tan #CEAE8D
Tints of Tan #CEAE8D
RGB
CMYK
RGB Variations
Color information
#CEAE8D (or 0xCEAE8D) is known color: Tan. HEX triplet: CE, AE and 8D. RGB value is (206,174,141). Sum of RGB (Red+Green+Blue) = 206+174+141=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAE8D is #315172. Grayscale: #B3B3B3. Windows color (decimal): -3232115 or 9285326. OLE color: 9285326.
HSL color Cylindrical-coordinate representation of color #CEAE8D: hue angle of 30.46º 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 #CEAE8D is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 141 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.19 |
| HSL | 30.46º | 0.4% | 0.68% | - |
| HSV(B) | 30.46º | 0.32% | 0.81% | - |
| XYZ | 45.4 | 45.32 | 31.55 | - |
| YUV | 179.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 141 | 0 | 0.16 | 0.32 | 0.19 | 30.46 | 0.4 | 0.68 |
| Hex | CE | AE | 8D | 0 | 10 | 20 | 13 | 1E | 28 | 44 |
| Octal | 316 | 256 | 215 | 0 | 20 | 40 | 23 | 36 | 50 | 104 |
| Binary | 11001110 | 10101110 | 10001101 | 0 | 10000 | 100000 | 10011 | 11110 | 101000 | 1000100 |
Color Harmonies of #CEAE8D
Complementary color
Monochromatic Colors of #CEAE8D
Black with #CEAE8D
Text Example
Text Example
White with #CEAE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAE8D; }
p { color: rgb(206,174,141); }
H1.HeaderClassName
{
color: #CEAE8D;
}
.AnyTagClassName
{
color: #CEAE8D;
}
</style>
background-color css
<style>
a { background-color: #CEAE8D; }
a { background-color: rgb(206,174,141); }
div.DivClassName
{
background-color: #CEAE8D;
}
.BgClassName
{
background-color: #CEAE8D;
}
</style>
border-color css
<style>
span { border-color: #CEAE8D; }
span { border-color: rgb(206,174,141); }
td.TdClassName
{
border-color: #CEAE8D;
}
.TagClassName
{
border-color: #CEAE8D;
}
</style>