Shades of Tan #CEB187
Tints of Tan #CEB187
RGB
CMYK
RGB Variations
Color information
#CEB187 (or 0xCEB187) is known color: Tan. HEX triplet: CE, B1 and 87. RGB value is (206,177,135). Sum of RGB (Red+Green+Blue) = 206+177+135=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB187 is #314E78. Grayscale: #B5B5B5. Windows color (decimal): -3231353 or 8892878. OLE color: 8892878.
HSL color Cylindrical-coordinate representation of color #CEB187: hue angle of 35.49º 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 #CEB187 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 135 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.19 |
| HSL | 35.49º | 0.42% | 0.67% | - |
| HSV(B) | 35.49º | 0.34% | 0.81% | - |
| XYZ | 45.55 | 46.32 | 29.46 | - |
| YUV | 180.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 135 | 0 | 0.14 | 0.34 | 0.19 | 35.49 | 0.42 | 0.67 |
| Hex | CE | B1 | 87 | 0 | E | 22 | 13 | 23 | 2A | 43 |
| Octal | 316 | 261 | 207 | 0 | 16 | 42 | 23 | 43 | 52 | 103 |
| Binary | 11001110 | 10110001 | 10000111 | 0 | 1110 | 100010 | 10011 | 100011 | 101010 | 1000011 |
Color Harmonies of #CEB187
Complementary color
Monochromatic Colors of #CEB187
Black with #CEB187
Text Example
Text Example
White with #CEB187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB187; }
p { color: rgb(206,177,135); }
H1.HeaderClassName
{
color: #CEB187;
}
.AnyTagClassName
{
color: #CEB187;
}
</style>
background-color css
<style>
a { background-color: #CEB187; }
a { background-color: rgb(206,177,135); }
div.DivClassName
{
background-color: #CEB187;
}
.BgClassName
{
background-color: #CEB187;
}
</style>
border-color css
<style>
span { border-color: #CEB187; }
span { border-color: rgb(206,177,135); }
td.TdClassName
{
border-color: #CEB187;
}
.TagClassName
{
border-color: #CEB187;
}
</style>