Shades of Tan #CEB08E
Tints of Tan #CEB08E
RGB
CMYK
RGB Variations
Color information
#CEB08E (or 0xCEB08E) is known color: Tan. HEX triplet: CE, B0 and 8E. RGB value is (206,176,142). Sum of RGB (Red+Green+Blue) = 206+176+142=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB08E is #314F71. Grayscale: #B5B5B5. Windows color (decimal): -3231602 or 9351374. OLE color: 9351374.
HSL color Cylindrical-coordinate representation of color #CEB08E: hue angle of 31.88º degrees, saturation: 0.4, 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 #CEB08E is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 142 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.19 |
| HSL | 31.88º | 0.4% | 0.68% | - |
| HSV(B) | 31.88º | 0.31% | 0.81% | - |
| XYZ | 45.86 | 46.13 | 32.08 | - |
| YUV | 181.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 142 | 0 | 0.15 | 0.31 | 0.19 | 31.88 | 0.4 | 0.68 |
| Hex | CE | B0 | 8E | 0 | F | 1F | 13 | 20 | 28 | 44 |
| Octal | 316 | 260 | 216 | 0 | 17 | 37 | 23 | 40 | 50 | 104 |
| Binary | 11001110 | 10110000 | 10001110 | 0 | 1111 | 11111 | 10011 | 100000 | 101000 | 1000100 |
Color Harmonies of #CEB08E
Complementary color
Monochromatic Colors of #CEB08E
Black with #CEB08E
Text Example
Text Example
White with #CEB08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB08E; }
p { color: rgb(206,176,142); }
H1.HeaderClassName
{
color: #CEB08E;
}
.AnyTagClassName
{
color: #CEB08E;
}
</style>
background-color css
<style>
a { background-color: #CEB08E; }
a { background-color: rgb(206,176,142); }
div.DivClassName
{
background-color: #CEB08E;
}
.BgClassName
{
background-color: #CEB08E;
}
</style>
border-color css
<style>
span { border-color: #CEB08E; }
span { border-color: rgb(206,176,142); }
td.TdClassName
{
border-color: #CEB08E;
}
.TagClassName
{
border-color: #CEB08E;
}
</style>