Shades of Tan #CEAC8C
Tints of Tan #CEAC8C
RGB
CMYK
RGB Variations
Color information
#CEAC8C (or 0xCEAC8C) is known color: Tan. HEX triplet: CE, AC and 8C. RGB value is (206,172,140). Sum of RGB (Red+Green+Blue) = 206+172+140=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAC8C is #315373. Grayscale: #B2B2B2. Windows color (decimal): -3232628 or 9219278. OLE color: 9219278.
HSL color Cylindrical-coordinate representation of color #CEAC8C: hue angle of 29.09º 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 #CEAC8C is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 140 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.19 |
| HSL | 29.09º | 0.4% | 0.68% | - |
| HSV(B) | 29.09º | 0.32% | 0.81% | - |
| XYZ | 44.94 | 44.52 | 31.04 | - |
| YUV | 178.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 140 | 0 | 0.17 | 0.32 | 0.19 | 29.09 | 0.4 | 0.68 |
| Hex | CE | AC | 8C | 0 | 11 | 20 | 13 | 1D | 28 | 44 |
| Octal | 316 | 254 | 214 | 0 | 21 | 40 | 23 | 35 | 50 | 104 |
| Binary | 11001110 | 10101100 | 10001100 | 0 | 10001 | 100000 | 10011 | 11101 | 101000 | 1000100 |
Color Harmonies of #CEAC8C
Complementary color
Monochromatic Colors of #CEAC8C
Black with #CEAC8C
Text Example
Text Example
White with #CEAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC8C; }
p { color: rgb(206,172,140); }
H1.HeaderClassName
{
color: #CEAC8C;
}
.AnyTagClassName
{
color: #CEAC8C;
}
</style>
background-color css
<style>
a { background-color: #CEAC8C; }
a { background-color: rgb(206,172,140); }
div.DivClassName
{
background-color: #CEAC8C;
}
.BgClassName
{
background-color: #CEAC8C;
}
</style>
border-color css
<style>
span { border-color: #CEAC8C; }
span { border-color: rgb(206,172,140); }
td.TdClassName
{
border-color: #CEAC8C;
}
.TagClassName
{
border-color: #CEAC8C;
}
</style>