Shades of Tan #CEAE8C
Tints of Tan #CEAE8C
RGB
CMYK
RGB Variations
Color information
#CEAE8C (or 0xCEAE8C) is known color: Tan. HEX triplet: CE, AE and 8C. RGB value is (206,174,140). Sum of RGB (Red+Green+Blue) = 206+174+140=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAE8C is #315173. Grayscale: #B3B3B3. Windows color (decimal): -3232116 or 9219790. OLE color: 9219790.
HSL color Cylindrical-coordinate representation of color #CEAE8C: hue angle of 30.91º 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 #CEAE8C is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 140 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.19 |
| HSL | 30.91º | 0.4% | 0.68% | - |
| HSV(B) | 30.91º | 0.32% | 0.81% | - |
| XYZ | 45.32 | 45.29 | 31.16 | - |
| YUV | 179.69 | 105.6 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 140 | 0 | 0.16 | 0.32 | 0.19 | 30.91 | 0.4 | 0.68 |
| Hex | CE | AE | 8C | 0 | 10 | 20 | 13 | 1F | 28 | 44 |
| Octal | 316 | 256 | 214 | 0 | 20 | 40 | 23 | 37 | 50 | 104 |
| Binary | 11001110 | 10101110 | 10001100 | 0 | 10000 | 100000 | 10011 | 11111 | 101000 | 1000100 |
Color Harmonies of #CEAE8C
Complementary color
Monochromatic Colors of #CEAE8C
Black with #CEAE8C
Text Example
Text Example
White with #CEAE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAE8C; }
p { color: rgb(206,174,140); }
H1.HeaderClassName
{
color: #CEAE8C;
}
.AnyTagClassName
{
color: #CEAE8C;
}
</style>
background-color css
<style>
a { background-color: #CEAE8C; }
a { background-color: rgb(206,174,140); }
div.DivClassName
{
background-color: #CEAE8C;
}
.BgClassName
{
background-color: #CEAE8C;
}
</style>
border-color css
<style>
span { border-color: #CEAE8C; }
span { border-color: rgb(206,174,140); }
td.TdClassName
{
border-color: #CEAE8C;
}
.TagClassName
{
border-color: #CEAE8C;
}
</style>