Shades of Tan #CEB687
Tints of Tan #CEB687
RGB
CMYK
RGB Variations
Color information
#CEB687 (or 0xCEB687) is known color: Tan. HEX triplet: CE, B6 and 87. RGB value is (206,182,135). Sum of RGB (Red+Green+Blue) = 206+182+135=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB687 is #314978. Grayscale: #B8B8B8. Windows color (decimal): -3230073 or 8894158. OLE color: 8894158.
HSL color Cylindrical-coordinate representation of color #CEB687: hue angle of 39.72º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEB687 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 135 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.19 |
| HSL | 39.72º | 0.42% | 0.67% | - |
| HSV(B) | 39.72º | 0.34% | 0.81% | - |
| XYZ | 46.55 | 48.33 | 29.8 | - |
| YUV | 183.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 135 | 0 | 0.12 | 0.34 | 0.19 | 39.72 | 0.42 | 0.67 |
| Hex | CE | B6 | 87 | 0 | C | 22 | 13 | 28 | 2A | 43 |
| Octal | 316 | 266 | 207 | 0 | 14 | 42 | 23 | 50 | 52 | 103 |
| Binary | 11001110 | 10110110 | 10000111 | 0 | 1100 | 100010 | 10011 | 101000 | 101010 | 1000011 |
Color Harmonies of #CEB687
Complementary color
Monochromatic Colors of #CEB687
Black with #CEB687
Text Example
Text Example
White with #CEB687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB687; }
p { color: rgb(206,182,135); }
H1.HeaderClassName
{
color: #CEB687;
}
.AnyTagClassName
{
color: #CEB687;
}
</style>
background-color css
<style>
a { background-color: #CEB687; }
a { background-color: rgb(206,182,135); }
div.DivClassName
{
background-color: #CEB687;
}
.BgClassName
{
background-color: #CEB687;
}
</style>
border-color css
<style>
span { border-color: #CEB687; }
span { border-color: rgb(206,182,135); }
td.TdClassName
{
border-color: #CEB687;
}
.TagClassName
{
border-color: #CEB687;
}
</style>