Shades of Tan #CEB68A
Tints of Tan #CEB68A
RGB
CMYK
RGB Variations
Color information
#CEB68A (or 0xCEB68A) is known color: Tan. HEX triplet: CE, B6 and 8A. RGB value is (206,182,138). Sum of RGB (Red+Green+Blue) = 206+182+138=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB68A is #314975. Grayscale: #B8B8B8. Windows color (decimal): -3230070 or 9090766. OLE color: 9090766.
HSL color Cylindrical-coordinate representation of color #CEB68A: hue angle of 38.82º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEB68A is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 138 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.19 |
| HSL | 38.82º | 0.41% | 0.67% | - |
| HSV(B) | 38.82º | 0.33% | 0.81% | - |
| XYZ | 46.77 | 48.41 | 30.92 | - |
| YUV | 184.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 138 | 0 | 0.12 | 0.33 | 0.19 | 38.82 | 0.41 | 0.67 |
| Hex | CE | B6 | 8A | 0 | C | 21 | 13 | 27 | 29 | 43 |
| Octal | 316 | 266 | 212 | 0 | 14 | 41 | 23 | 47 | 51 | 103 |
| Binary | 11001110 | 10110110 | 10001010 | 0 | 1100 | 100001 | 10011 | 100111 | 101001 | 1000011 |
Color Harmonies of #CEB68A
Complementary color
Monochromatic Colors of #CEB68A
Black with #CEB68A
Text Example
Text Example
White with #CEB68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB68A; }
p { color: rgb(206,182,138); }
H1.HeaderClassName
{
color: #CEB68A;
}
.AnyTagClassName
{
color: #CEB68A;
}
</style>
background-color css
<style>
a { background-color: #CEB68A; }
a { background-color: rgb(206,182,138); }
div.DivClassName
{
background-color: #CEB68A;
}
.BgClassName
{
background-color: #CEB68A;
}
</style>
border-color css
<style>
span { border-color: #CEB68A; }
span { border-color: rgb(206,182,138); }
td.TdClassName
{
border-color: #CEB68A;
}
.TagClassName
{
border-color: #CEB68A;
}
</style>