Shades of Tan #CEB28E
Tints of Tan #CEB28E
RGB
CMYK
RGB Variations
Color information
#CEB28E (or 0xCEB28E) is known color: Tan. HEX triplet: CE, B2 and 8E. RGB value is (206,178,142). Sum of RGB (Red+Green+Blue) = 206+178+142=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB28E is #314D71. Grayscale: #B6B6B6. Windows color (decimal): -3231090 or 9351886. OLE color: 9351886.
HSL color Cylindrical-coordinate representation of color #CEB28E: hue angle of 33.75º 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 #CEB28E is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 142 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.19 |
| HSL | 33.75º | 0.4% | 0.68% | - |
| HSV(B) | 33.75º | 0.31% | 0.81% | - |
| XYZ | 46.26 | 46.92 | 32.21 | - |
| YUV | 182.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 142 | 0 | 0.14 | 0.31 | 0.19 | 33.75 | 0.4 | 0.68 |
| Hex | CE | B2 | 8E | 0 | E | 1F | 13 | 22 | 28 | 44 |
| Octal | 316 | 262 | 216 | 0 | 16 | 37 | 23 | 42 | 50 | 104 |
| Binary | 11001110 | 10110010 | 10001110 | 0 | 1110 | 11111 | 10011 | 100010 | 101000 | 1000100 |
Color Harmonies of #CEB28E
Complementary color
Monochromatic Colors of #CEB28E
Black with #CEB28E
Text Example
Text Example
White with #CEB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB28E; }
p { color: rgb(206,178,142); }
H1.HeaderClassName
{
color: #CEB28E;
}
.AnyTagClassName
{
color: #CEB28E;
}
</style>
background-color css
<style>
a { background-color: #CEB28E; }
a { background-color: rgb(206,178,142); }
div.DivClassName
{
background-color: #CEB28E;
}
.BgClassName
{
background-color: #CEB28E;
}
</style>
border-color css
<style>
span { border-color: #CEB28E; }
span { border-color: rgb(206,178,142); }
td.TdClassName
{
border-color: #CEB28E;
}
.TagClassName
{
border-color: #CEB28E;
}
</style>