Shades of Tan #CEB292
Tints of Tan #CEB292
RGB
CMYK
RGB Variations
Color information
#CEB292 (or 0xCEB292) is known color: Tan. HEX triplet: CE, B2 and 92. RGB value is (206,178,146). Sum of RGB (Red+Green+Blue) = 206+178+146=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB292 is #314D6D. Grayscale: #B6B6B6. Windows color (decimal): -3231086 or 9614030. OLE color: 9614030.
HSL color Cylindrical-coordinate representation of color #CEB292: hue angle of 32º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEB292 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 146 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.19 |
| HSL | 32º | 0.38% | 0.69% | - |
| HSV(B) | 32º | 0.29% | 0.81% | - |
| XYZ | 46.56 | 47.04 | 33.82 | - |
| YUV | 182.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 146 | 0 | 0.14 | 0.29 | 0.19 | 32 | 0.38 | 0.69 |
| Hex | CE | B2 | 92 | 0 | E | 1D | 13 | 20 | 26 | 45 |
| Octal | 316 | 262 | 222 | 0 | 16 | 35 | 23 | 40 | 46 | 105 |
| Binary | 11001110 | 10110010 | 10010010 | 0 | 1110 | 11101 | 10011 | 100000 | 100110 | 1000101 |
Color Harmonies of #CEB292
Complementary color
Monochromatic Colors of #CEB292
Black with #CEB292
Text Example
Text Example
White with #CEB292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB292; }
p { color: rgb(206,178,146); }
H1.HeaderClassName
{
color: #CEB292;
}
.AnyTagClassName
{
color: #CEB292;
}
</style>
background-color css
<style>
a { background-color: #CEB292; }
a { background-color: rgb(206,178,146); }
div.DivClassName
{
background-color: #CEB292;
}
.BgClassName
{
background-color: #CEB292;
}
</style>
border-color css
<style>
span { border-color: #CEB292; }
span { border-color: rgb(206,178,146); }
td.TdClassName
{
border-color: #CEB292;
}
.TagClassName
{
border-color: #CEB292;
}
</style>