Shades of Tan #CEB28B
Tints of Tan #CEB28B
RGB
CMYK
RGB Variations
Color information
#CEB28B (or 0xCEB28B) is known color: Tan. HEX triplet: CE, B2 and 8B. RGB value is (206,178,139). Sum of RGB (Red+Green+Blue) = 206+178+139=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB28B is #314D74. Grayscale: #B6B6B6. Windows color (decimal): -3231093 or 9155278. OLE color: 9155278.
HSL color Cylindrical-coordinate representation of color #CEB28B: hue angle of 34.93º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEB28B is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 139 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.19 |
| HSL | 34.93º | 0.41% | 0.68% | - |
| HSV(B) | 34.93º | 0.33% | 0.81% | - |
| XYZ | 46.03 | 46.83 | 31.04 | - |
| YUV | 181.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 139 | 0 | 0.14 | 0.33 | 0.19 | 34.93 | 0.41 | 0.68 |
| Hex | CE | B2 | 8B | 0 | E | 21 | 13 | 23 | 29 | 44 |
| Octal | 316 | 262 | 213 | 0 | 16 | 41 | 23 | 43 | 51 | 104 |
| Binary | 11001110 | 10110010 | 10001011 | 0 | 1110 | 100001 | 10011 | 100011 | 101001 | 1000100 |
Color Harmonies of #CEB28B
Complementary color
Monochromatic Colors of #CEB28B
Black with #CEB28B
Text Example
Text Example
White with #CEB28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB28B; }
p { color: rgb(206,178,139); }
H1.HeaderClassName
{
color: #CEB28B;
}
.AnyTagClassName
{
color: #CEB28B;
}
</style>
background-color css
<style>
a { background-color: #CEB28B; }
a { background-color: rgb(206,178,139); }
div.DivClassName
{
background-color: #CEB28B;
}
.BgClassName
{
background-color: #CEB28B;
}
</style>
border-color css
<style>
span { border-color: #CEB28B; }
span { border-color: rgb(206,178,139); }
td.TdClassName
{
border-color: #CEB28B;
}
.TagClassName
{
border-color: #CEB28B;
}
</style>