Shades of Tan #CEB586
Tints of Tan #CEB586
RGB
CMYK
RGB Variations
Color information
#CEB586 (or 0xCEB586) is known color: Tan. HEX triplet: CE, B5 and 86. RGB value is (206,181,134). Sum of RGB (Red+Green+Blue) = 206+181+134=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB586 is #314A79. Grayscale: #B7B7B7. Windows color (decimal): -3230330 or 8828366. OLE color: 8828366.
HSL color Cylindrical-coordinate representation of color #CEB586: hue angle of 39.17º 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 #CEB586 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 134 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.19 |
| HSL | 39.17º | 0.42% | 0.67% | - |
| HSV(B) | 39.17º | 0.35% | 0.81% | - |
| XYZ | 46.28 | 47.89 | 29.36 | - |
| YUV | 183.12 | 100.28 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 134 | 0 | 0.12 | 0.35 | 0.19 | 39.17 | 0.42 | 0.67 |
| Hex | CE | B5 | 86 | 0 | C | 23 | 13 | 27 | 2A | 43 |
| Octal | 316 | 265 | 206 | 0 | 14 | 43 | 23 | 47 | 52 | 103 |
| Binary | 11001110 | 10110101 | 10000110 | 0 | 1100 | 100011 | 10011 | 100111 | 101010 | 1000011 |
Color Harmonies of #CEB586
Complementary color
Monochromatic Colors of #CEB586
Black with #CEB586
Text Example
Text Example
White with #CEB586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB586; }
p { color: rgb(206,181,134); }
H1.HeaderClassName
{
color: #CEB586;
}
.AnyTagClassName
{
color: #CEB586;
}
</style>
background-color css
<style>
a { background-color: #CEB586; }
a { background-color: rgb(206,181,134); }
div.DivClassName
{
background-color: #CEB586;
}
.BgClassName
{
background-color: #CEB586;
}
</style>
border-color css
<style>
span { border-color: #CEB586; }
span { border-color: rgb(206,181,134); }
td.TdClassName
{
border-color: #CEB586;
}
.TagClassName
{
border-color: #CEB586;
}
</style>