Shades of Tacha #CEB86D
Tints of Tacha #CEB86D
RGB
CMYK
RGB Variations
Color information
#CEB86D (or 0xCEB86D) is known color: Tacha. HEX triplet: CE, B8 and 6D. RGB value is (206,184,109). Sum of RGB (Red+Green+Blue) = 206+184+109=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB86D is #314792. Grayscale: #B6B6B6. Windows color (decimal): -3229587 or 7190734. OLE color: 7190734.
HSL color Cylindrical-coordinate representation of color #CEB86D: hue angle of 46.39º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEB86D is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 109 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.19 |
| HSL | 46.39º | 0.5% | 0.62% | - |
| HSV(B) | 46.39º | 0.47% | 0.81% | - |
| XYZ | 45.35 | 48.51 | 21.44 | - |
| YUV | 182.03 | 86.79 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 109 | 0 | 0.11 | 0.47 | 0.19 | 46.39 | 0.5 | 0.62 |
| Hex | CE | B8 | 6D | 0 | B | 2F | 13 | 2E | 32 | 3E |
| Octal | 316 | 270 | 155 | 0 | 13 | 57 | 23 | 56 | 62 | 76 |
| Binary | 11001110 | 10111000 | 1101101 | 0 | 1011 | 101111 | 10011 | 101110 | 110010 | 111110 |
Color Harmonies of #CEB86D
Complementary color
Monochromatic Colors of #CEB86D
Black with #CEB86D
Text Example
Text Example
White with #CEB86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB86D; }
p { color: rgb(206,184,109); }
H1.HeaderClassName
{
color: #CEB86D;
}
.AnyTagClassName
{
color: #CEB86D;
}
</style>
background-color css
<style>
a { background-color: #CEB86D; }
a { background-color: rgb(206,184,109); }
div.DivClassName
{
background-color: #CEB86D;
}
.BgClassName
{
background-color: #CEB86D;
}
</style>
border-color css
<style>
span { border-color: #CEB86D; }
span { border-color: rgb(206,184,109); }
td.TdClassName
{
border-color: #CEB86D;
}
.TagClassName
{
border-color: #CEB86D;
}
</style>