Shades of Tan #CEAF8F
Tints of Tan #CEAF8F
RGB
CMYK
RGB Variations
Color information
#CEAF8F (or 0xCEAF8F) is known color: Tan. HEX triplet: CE, AF and 8F. RGB value is (206,175,143). Sum of RGB (Red+Green+Blue) = 206+175+143=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAF8F is #315070. Grayscale: #B4B4B4. Windows color (decimal): -3231857 or 9416654. OLE color: 9416654.
HSL color Cylindrical-coordinate representation of color #CEAF8F: hue angle of 30.48º 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 #CEAF8F is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 143 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.19 |
| HSL | 30.48º | 0.39% | 0.68% | - |
| HSV(B) | 30.48º | 0.31% | 0.81% | - |
| XYZ | 45.74 | 45.76 | 32.41 | - |
| YUV | 180.62 | 106.77 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 143 | 0 | 0.15 | 0.31 | 0.19 | 30.48 | 0.39 | 0.68 |
| Hex | CE | AF | 8F | 0 | F | 1F | 13 | 1E | 27 | 44 |
| Octal | 316 | 257 | 217 | 0 | 17 | 37 | 23 | 36 | 47 | 104 |
| Binary | 11001110 | 10101111 | 10001111 | 0 | 1111 | 11111 | 10011 | 11110 | 100111 | 1000100 |
Color Harmonies of #CEAF8F
Complementary color
Monochromatic Colors of #CEAF8F
Black with #CEAF8F
Text Example
Text Example
White with #CEAF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF8F; }
p { color: rgb(206,175,143); }
H1.HeaderClassName
{
color: #CEAF8F;
}
.AnyTagClassName
{
color: #CEAF8F;
}
</style>
background-color css
<style>
a { background-color: #CEAF8F; }
a { background-color: rgb(206,175,143); }
div.DivClassName
{
background-color: #CEAF8F;
}
.BgClassName
{
background-color: #CEAF8F;
}
</style>
border-color css
<style>
span { border-color: #CEAF8F; }
span { border-color: rgb(206,175,143); }
td.TdClassName
{
border-color: #CEAF8F;
}
.TagClassName
{
border-color: #CEAF8F;
}
</style>