Shades of Tan #CEB68E
Tints of Tan #CEB68E
RGB
CMYK
RGB Variations
Color information
#CEB68E (or 0xCEB68E) is known color: Tan. HEX triplet: CE, B6 and 8E. RGB value is (206,182,142). Sum of RGB (Red+Green+Blue) = 206+182+142=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB68E is #314971. Grayscale: #B8B8B8. Windows color (decimal): -3230066 or 9352910. OLE color: 9352910.
HSL color Cylindrical-coordinate representation of color #CEB68E: hue angle of 37.5º 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 #CEB68E is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 142 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.19 |
| HSL | 37.5º | 0.4% | 0.68% | - |
| HSV(B) | 37.5º | 0.31% | 0.81% | - |
| XYZ | 47.06 | 48.53 | 32.48 | - |
| YUV | 184.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 142 | 0 | 0.12 | 0.31 | 0.19 | 37.5 | 0.4 | 0.68 |
| Hex | CE | B6 | 8E | 0 | C | 1F | 13 | 26 | 28 | 44 |
| Octal | 316 | 266 | 216 | 0 | 14 | 37 | 23 | 46 | 50 | 104 |
| Binary | 11001110 | 10110110 | 10001110 | 0 | 1100 | 11111 | 10011 | 100110 | 101000 | 1000100 |
Color Harmonies of #CEB68E
Complementary color
Monochromatic Colors of #CEB68E
Black with #CEB68E
Text Example
Text Example
White with #CEB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB68E; }
p { color: rgb(206,182,142); }
H1.HeaderClassName
{
color: #CEB68E;
}
.AnyTagClassName
{
color: #CEB68E;
}
</style>
background-color css
<style>
a { background-color: #CEB68E; }
a { background-color: rgb(206,182,142); }
div.DivClassName
{
background-color: #CEB68E;
}
.BgClassName
{
background-color: #CEB68E;
}
</style>
border-color css
<style>
span { border-color: #CEB68E; }
span { border-color: rgb(206,182,142); }
td.TdClassName
{
border-color: #CEB68E;
}
.TagClassName
{
border-color: #CEB68E;
}
</style>