Shades of Tan #CEB186
Tints of Tan #CEB186
RGB
CMYK
RGB Variations
Color information
#CEB186 (or 0xCEB186) is known color: Tan. HEX triplet: CE, B1 and 86. RGB value is (206,177,134). Sum of RGB (Red+Green+Blue) = 206+177+134=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB186 is #314E79. Grayscale: #B4B4B4. Windows color (decimal): -3231354 or 8827342. OLE color: 8827342.
HSL color Cylindrical-coordinate representation of color #CEB186: hue angle of 35.83º 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 #CEB186 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 134 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.19 |
| HSL | 35.83º | 0.42% | 0.67% | - |
| HSV(B) | 35.83º | 0.35% | 0.81% | - |
| XYZ | 45.48 | 46.29 | 29.09 | - |
| YUV | 180.77 | 101.61 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 134 | 0 | 0.14 | 0.35 | 0.19 | 35.83 | 0.42 | 0.67 |
| Hex | CE | B1 | 86 | 0 | E | 23 | 13 | 24 | 2A | 43 |
| Octal | 316 | 261 | 206 | 0 | 16 | 43 | 23 | 44 | 52 | 103 |
| Binary | 11001110 | 10110001 | 10000110 | 0 | 1110 | 100011 | 10011 | 100100 | 101010 | 1000011 |
Color Harmonies of #CEB186
Complementary color
Monochromatic Colors of #CEB186
Black with #CEB186
Text Example
Text Example
White with #CEB186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB186; }
p { color: rgb(206,177,134); }
H1.HeaderClassName
{
color: #CEB186;
}
.AnyTagClassName
{
color: #CEB186;
}
</style>
background-color css
<style>
a { background-color: #CEB186; }
a { background-color: rgb(206,177,134); }
div.DivClassName
{
background-color: #CEB186;
}
.BgClassName
{
background-color: #CEB186;
}
</style>
border-color css
<style>
span { border-color: #CEB186; }
span { border-color: rgb(206,177,134); }
td.TdClassName
{
border-color: #CEB186;
}
.TagClassName
{
border-color: #CEB186;
}
</style>