Shades of Tan #CEAF90
Tints of Tan #CEAF90
RGB
CMYK
RGB Variations
Color information
#CEAF90 (or 0xCEAF90) is known color: Tan. HEX triplet: CE, AF and 90. RGB value is (206,175,144). Sum of RGB (Red+Green+Blue) = 206+175+144=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAF90 is #31506F. Grayscale: #B4B4B4. Windows color (decimal): -3231856 or 9482190. OLE color: 9482190.
HSL color Cylindrical-coordinate representation of color #CEAF90: hue angle of 30º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEAF90 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 144 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.19 |
| HSL | 30º | 0.39% | 0.69% | - |
| HSV(B) | 30º | 0.3% | 0.81% | - |
| XYZ | 45.82 | 45.8 | 32.81 | - |
| YUV | 180.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 144 | 0 | 0.15 | 0.30 | 0.19 | 30 | 0.39 | 0.69 |
| Hex | CE | AF | 90 | 0 | F | 1E | 13 | 1E | 27 | 45 |
| Octal | 316 | 257 | 220 | 0 | 17 | 36 | 23 | 36 | 47 | 105 |
| Binary | 11001110 | 10101111 | 10010000 | 0 | 1111 | 11110 | 10011 | 11110 | 100111 | 1000101 |
Color Harmonies of #CEAF90
Complementary color
Monochromatic Colors of #CEAF90
Black with #CEAF90
Text Example
Text Example
White with #CEAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF90; }
p { color: rgb(206,175,144); }
H1.HeaderClassName
{
color: #CEAF90;
}
.AnyTagClassName
{
color: #CEAF90;
}
</style>
background-color css
<style>
a { background-color: #CEAF90; }
a { background-color: rgb(206,175,144); }
div.DivClassName
{
background-color: #CEAF90;
}
.BgClassName
{
background-color: #CEAF90;
}
</style>
border-color css
<style>
span { border-color: #CEAF90; }
span { border-color: rgb(206,175,144); }
td.TdClassName
{
border-color: #CEAF90;
}
.TagClassName
{
border-color: #CEAF90;
}
</style>