Shades of Tan #CEAD8C
Tints of Tan #CEAD8C
RGB
CMYK
RGB Variations
Color information
#CEAD8C (or 0xCEAD8C) is known color: Tan. HEX triplet: CE, AD and 8C. RGB value is (206,173,140). Sum of RGB (Red+Green+Blue) = 206+173+140=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAD8C is #315273. Grayscale: #B3B3B3. Windows color (decimal): -3232372 or 9219534. OLE color: 9219534.
HSL color Cylindrical-coordinate representation of color #CEAD8C: hue angle of 30º 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 #CEAD8C is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 140 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.19 |
| HSL | 30º | 0.4% | 0.68% | - |
| HSV(B) | 30º | 0.32% | 0.81% | - |
| XYZ | 45.13 | 44.9 | 31.1 | - |
| YUV | 179.11 | 105.93 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 140 | 0 | 0.16 | 0.32 | 0.19 | 30 | 0.4 | 0.68 |
| Hex | CE | AD | 8C | 0 | 10 | 20 | 13 | 1E | 28 | 44 |
| Octal | 316 | 255 | 214 | 0 | 20 | 40 | 23 | 36 | 50 | 104 |
| Binary | 11001110 | 10101101 | 10001100 | 0 | 10000 | 100000 | 10011 | 11110 | 101000 | 1000100 |
Color Harmonies of #CEAD8C
Complementary color
Monochromatic Colors of #CEAD8C
Black with #CEAD8C
Text Example
Text Example
White with #CEAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD8C; }
p { color: rgb(206,173,140); }
H1.HeaderClassName
{
color: #CEAD8C;
}
.AnyTagClassName
{
color: #CEAD8C;
}
</style>
background-color css
<style>
a { background-color: #CEAD8C; }
a { background-color: rgb(206,173,140); }
div.DivClassName
{
background-color: #CEAD8C;
}
.BgClassName
{
background-color: #CEAD8C;
}
</style>
border-color css
<style>
span { border-color: #CEAD8C; }
span { border-color: rgb(206,173,140); }
td.TdClassName
{
border-color: #CEAD8C;
}
.TagClassName
{
border-color: #CEAD8C;
}
</style>