Shades of Tan #CEAD8F
Tints of Tan #CEAD8F
RGB
CMYK
RGB Variations
Color information
#CEAD8F (or 0xCEAD8F) is known color: Tan. HEX triplet: CE, AD and 8F. RGB value is (206,173,143). Sum of RGB (Red+Green+Blue) = 206+173+143=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAD8F is #315270. Grayscale: #B3B3B3. Windows color (decimal): -3232369 or 9416142. OLE color: 9416142.
HSL color Cylindrical-coordinate representation of color #CEAD8F: hue angle of 28.57º degrees, saturation: 0.39, 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 #CEAD8F is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 143 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.19 |
| HSL | 28.57º | 0.39% | 0.68% | - |
| HSV(B) | 28.57º | 0.31% | 0.81% | - |
| XYZ | 45.36 | 44.99 | 32.28 | - |
| YUV | 179.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 143 | 0 | 0.16 | 0.31 | 0.19 | 28.57 | 0.39 | 0.68 |
| Hex | CE | AD | 8F | 0 | 10 | 1F | 13 | 1D | 27 | 44 |
| Octal | 316 | 255 | 217 | 0 | 20 | 37 | 23 | 35 | 47 | 104 |
| Binary | 11001110 | 10101101 | 10001111 | 0 | 10000 | 11111 | 10011 | 11101 | 100111 | 1000100 |
Color Harmonies of #CEAD8F
Complementary color
Monochromatic Colors of #CEAD8F
Black with #CEAD8F
Text Example
Text Example
White with #CEAD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD8F; }
p { color: rgb(206,173,143); }
H1.HeaderClassName
{
color: #CEAD8F;
}
.AnyTagClassName
{
color: #CEAD8F;
}
</style>
background-color css
<style>
a { background-color: #CEAD8F; }
a { background-color: rgb(206,173,143); }
div.DivClassName
{
background-color: #CEAD8F;
}
.BgClassName
{
background-color: #CEAD8F;
}
</style>
border-color css
<style>
span { border-color: #CEAD8F; }
span { border-color: rgb(206,173,143); }
td.TdClassName
{
border-color: #CEAD8F;
}
.TagClassName
{
border-color: #CEAD8F;
}
</style>