Shades of Tan #CEB486
Tints of Tan #CEB486
RGB
CMYK
RGB Variations
Color information
#CEB486 (or 0xCEB486) is known color: Tan. HEX triplet: CE, B4 and 86. RGB value is (206,180,134). Sum of RGB (Red+Green+Blue) = 206+180+134=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB486 is #314B79. Grayscale: #B6B6B6. Windows color (decimal): -3230586 or 8828110. OLE color: 8828110.
HSL color Cylindrical-coordinate representation of color #CEB486: hue angle of 38.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEB486 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 134 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.19 |
| HSL | 38.33º | 0.42% | 0.67% | - |
| HSV(B) | 38.33º | 0.35% | 0.81% | - |
| XYZ | 46.08 | 47.49 | 29.29 | - |
| YUV | 182.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 134 | 0 | 0.13 | 0.35 | 0.19 | 38.33 | 0.42 | 0.67 |
| Hex | CE | B4 | 86 | 0 | D | 23 | 13 | 26 | 2A | 43 |
| Octal | 316 | 264 | 206 | 0 | 15 | 43 | 23 | 46 | 52 | 103 |
| Binary | 11001110 | 10110100 | 10000110 | 0 | 1101 | 100011 | 10011 | 100110 | 101010 | 1000011 |
Color Harmonies of #CEB486
Complementary color
Monochromatic Colors of #CEB486
Black with #CEB486
Text Example
Text Example
White with #CEB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB486; }
p { color: rgb(206,180,134); }
H1.HeaderClassName
{
color: #CEB486;
}
.AnyTagClassName
{
color: #CEB486;
}
</style>
background-color css
<style>
a { background-color: #CEB486; }
a { background-color: rgb(206,180,134); }
div.DivClassName
{
background-color: #CEB486;
}
.BgClassName
{
background-color: #CEB486;
}
</style>
border-color css
<style>
span { border-color: #CEB486; }
span { border-color: rgb(206,180,134); }
td.TdClassName
{
border-color: #CEB486;
}
.TagClassName
{
border-color: #CEB486;
}
</style>