Shades of Tan #CEB58D
Tints of Tan #CEB58D
RGB
CMYK
RGB Variations
Color information
#CEB58D (or 0xCEB58D) is known color: Tan. HEX triplet: CE, B5 and 8D. RGB value is (206,181,141). Sum of RGB (Red+Green+Blue) = 206+181+141=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB58D is #314A72. Grayscale: #B8B8B8. Windows color (decimal): -3230323 or 9287118. OLE color: 9287118.
HSL color Cylindrical-coordinate representation of color #CEB58D: hue angle of 36.92º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEB58D is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 141 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.19 |
| HSL | 36.92º | 0.4% | 0.68% | - |
| HSV(B) | 36.92º | 0.32% | 0.81% | - |
| XYZ | 46.79 | 48.09 | 32.02 | - |
| YUV | 183.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 141 | 0 | 0.12 | 0.32 | 0.19 | 36.92 | 0.4 | 0.68 |
| Hex | CE | B5 | 8D | 0 | C | 20 | 13 | 25 | 28 | 44 |
| Octal | 316 | 265 | 215 | 0 | 14 | 40 | 23 | 45 | 50 | 104 |
| Binary | 11001110 | 10110101 | 10001101 | 0 | 1100 | 100000 | 10011 | 100101 | 101000 | 1000100 |
Color Harmonies of #CEB58D
Complementary color
Monochromatic Colors of #CEB58D
Black with #CEB58D
Text Example
Text Example
White with #CEB58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB58D; }
p { color: rgb(206,181,141); }
H1.HeaderClassName
{
color: #CEB58D;
}
.AnyTagClassName
{
color: #CEB58D;
}
</style>
background-color css
<style>
a { background-color: #CEB58D; }
a { background-color: rgb(206,181,141); }
div.DivClassName
{
background-color: #CEB58D;
}
.BgClassName
{
background-color: #CEB58D;
}
</style>
border-color css
<style>
span { border-color: #CEB58D; }
span { border-color: rgb(206,181,141); }
td.TdClassName
{
border-color: #CEB58D;
}
.TagClassName
{
border-color: #CEB58D;
}
</style>