Shades of Tan #CEB584
Tints of Tan #CEB584
RGB
CMYK
RGB Variations
Color information
#CEB584 (or 0xCEB584) is known color: Tan. HEX triplet: CE, B5 and 84. RGB value is (206,181,132). Sum of RGB (Red+Green+Blue) = 206+181+132=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB584 is #314A7B. Grayscale: #B7B7B7. Windows color (decimal): -3230332 or 8697294. OLE color: 8697294.
HSL color Cylindrical-coordinate representation of color #CEB584: hue angle of 39.73º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEB584 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 132 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.19 |
| HSL | 39.73º | 0.43% | 0.66% | - |
| HSV(B) | 39.73º | 0.36% | 0.81% | - |
| XYZ | 46.14 | 47.84 | 28.63 | - |
| YUV | 182.89 | 99.28 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 132 | 0 | 0.12 | 0.36 | 0.19 | 39.73 | 0.43 | 0.66 |
| Hex | CE | B5 | 84 | 0 | C | 24 | 13 | 28 | 2B | 42 |
| Octal | 316 | 265 | 204 | 0 | 14 | 44 | 23 | 50 | 53 | 102 |
| Binary | 11001110 | 10110101 | 10000100 | 0 | 1100 | 100100 | 10011 | 101000 | 101011 | 1000010 |
Color Harmonies of #CEB584
Complementary color
Monochromatic Colors of #CEB584
Black with #CEB584
Text Example
Text Example
White with #CEB584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB584; }
p { color: rgb(206,181,132); }
H1.HeaderClassName
{
color: #CEB584;
}
.AnyTagClassName
{
color: #CEB584;
}
</style>
background-color css
<style>
a { background-color: #CEB584; }
a { background-color: rgb(206,181,132); }
div.DivClassName
{
background-color: #CEB584;
}
.BgClassName
{
background-color: #CEB584;
}
</style>
border-color css
<style>
span { border-color: #CEB584; }
span { border-color: rgb(206,181,132); }
td.TdClassName
{
border-color: #CEB584;
}
.TagClassName
{
border-color: #CEB584;
}
</style>