Shades of Tan #CEB28A
Tints of Tan #CEB28A
RGB
CMYK
RGB Variations
Color information
#CEB28A (or 0xCEB28A) is known color: Tan. HEX triplet: CE, B2 and 8A. RGB value is (206,178,138). Sum of RGB (Red+Green+Blue) = 206+178+138=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB28A is #314D75. Grayscale: #B6B6B6. Windows color (decimal): -3231094 or 9089742. OLE color: 9089742.
HSL color Cylindrical-coordinate representation of color #CEB28A: hue angle of 35.29º 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 #CEB28A is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 138 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.19 |
| HSL | 35.29º | 0.41% | 0.67% | - |
| HSV(B) | 35.29º | 0.33% | 0.81% | - |
| XYZ | 45.96 | 46.8 | 30.66 | - |
| YUV | 181.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 138 | 0 | 0.14 | 0.33 | 0.19 | 35.29 | 0.41 | 0.67 |
| Hex | CE | B2 | 8A | 0 | E | 21 | 13 | 23 | 29 | 43 |
| Octal | 316 | 262 | 212 | 0 | 16 | 41 | 23 | 43 | 51 | 103 |
| Binary | 11001110 | 10110010 | 10001010 | 0 | 1110 | 100001 | 10011 | 100011 | 101001 | 1000011 |
Color Harmonies of #CEB28A
Complementary color
Monochromatic Colors of #CEB28A
Black with #CEB28A
Text Example
Text Example
White with #CEB28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB28A; }
p { color: rgb(206,178,138); }
H1.HeaderClassName
{
color: #CEB28A;
}
.AnyTagClassName
{
color: #CEB28A;
}
</style>
background-color css
<style>
a { background-color: #CEB28A; }
a { background-color: rgb(206,178,138); }
div.DivClassName
{
background-color: #CEB28A;
}
.BgClassName
{
background-color: #CEB28A;
}
</style>
border-color css
<style>
span { border-color: #CEB28A; }
span { border-color: rgb(206,178,138); }
td.TdClassName
{
border-color: #CEB28A;
}
.TagClassName
{
border-color: #CEB28A;
}
</style>