Shades of Tan #CEB68F
Tints of Tan #CEB68F
RGB
CMYK
RGB Variations
Color information
#CEB68F (or 0xCEB68F) is known color: Tan. HEX triplet: CE, B6 and 8F. RGB value is (206,182,143). Sum of RGB (Red+Green+Blue) = 206+182+143=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB68F is #314970. Grayscale: #B8B8B8. Windows color (decimal): -3230065 or 9418446. OLE color: 9418446.
HSL color Cylindrical-coordinate representation of color #CEB68F: hue angle of 37.14º 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 #CEB68F is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 143 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.19 |
| HSL | 37.14º | 0.39% | 0.68% | - |
| HSV(B) | 37.14º | 0.31% | 0.81% | - |
| XYZ | 47.14 | 48.56 | 32.88 | - |
| YUV | 184.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 143 | 0 | 0.12 | 0.31 | 0.19 | 37.14 | 0.39 | 0.68 |
| Hex | CE | B6 | 8F | 0 | C | 1F | 13 | 25 | 27 | 44 |
| Octal | 316 | 266 | 217 | 0 | 14 | 37 | 23 | 45 | 47 | 104 |
| Binary | 11001110 | 10110110 | 10001111 | 0 | 1100 | 11111 | 10011 | 100101 | 100111 | 1000100 |
Color Harmonies of #CEB68F
Complementary color
Monochromatic Colors of #CEB68F
Black with #CEB68F
Text Example
Text Example
White with #CEB68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB68F; }
p { color: rgb(206,182,143); }
H1.HeaderClassName
{
color: #CEB68F;
}
.AnyTagClassName
{
color: #CEB68F;
}
</style>
background-color css
<style>
a { background-color: #CEB68F; }
a { background-color: rgb(206,182,143); }
div.DivClassName
{
background-color: #CEB68F;
}
.BgClassName
{
background-color: #CEB68F;
}
</style>
border-color css
<style>
span { border-color: #CEB68F; }
span { border-color: rgb(206,182,143); }
td.TdClassName
{
border-color: #CEB68F;
}
.TagClassName
{
border-color: #CEB68F;
}
</style>