Shades of Tan #CEB18A
Tints of Tan #CEB18A
RGB
CMYK
RGB Variations
Color information
#CEB18A (or 0xCEB18A) is known color: Tan. HEX triplet: CE, B1 and 8A. RGB value is (206,177,138). Sum of RGB (Red+Green+Blue) = 206+177+138=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB18A is #314E75. Grayscale: #B5B5B5. Windows color (decimal): -3231350 or 9089486. OLE color: 9089486.
HSL color Cylindrical-coordinate representation of color #CEB18A: hue angle of 34.41º 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 #CEB18A is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 138 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.19 |
| HSL | 34.41º | 0.41% | 0.67% | - |
| HSV(B) | 34.41º | 0.33% | 0.81% | - |
| XYZ | 45.76 | 46.4 | 30.59 | - |
| YUV | 181.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 138 | 0 | 0.14 | 0.33 | 0.19 | 34.41 | 0.41 | 0.67 |
| Hex | CE | B1 | 8A | 0 | E | 21 | 13 | 22 | 29 | 43 |
| Octal | 316 | 261 | 212 | 0 | 16 | 41 | 23 | 42 | 51 | 103 |
| Binary | 11001110 | 10110001 | 10001010 | 0 | 1110 | 100001 | 10011 | 100010 | 101001 | 1000011 |
Color Harmonies of #CEB18A
Complementary color
Monochromatic Colors of #CEB18A
Black with #CEB18A
Text Example
Text Example
White with #CEB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB18A; }
p { color: rgb(206,177,138); }
H1.HeaderClassName
{
color: #CEB18A;
}
.AnyTagClassName
{
color: #CEB18A;
}
</style>
background-color css
<style>
a { background-color: #CEB18A; }
a { background-color: rgb(206,177,138); }
div.DivClassName
{
background-color: #CEB18A;
}
.BgClassName
{
background-color: #CEB18A;
}
</style>
border-color css
<style>
span { border-color: #CEB18A; }
span { border-color: rgb(206,177,138); }
td.TdClassName
{
border-color: #CEB18A;
}
.TagClassName
{
border-color: #CEB18A;
}
</style>