Shades of Tacha #CEB86C
Tints of Tacha #CEB86C
RGB
CMYK
RGB Variations
Color information
#CEB86C (or 0xCEB86C) is known color: Tacha. HEX triplet: CE, B8 and 6C. RGB value is (206,184,108). Sum of RGB (Red+Green+Blue) = 206+184+108=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB86C is #314793. Grayscale: #B6B6B6. Windows color (decimal): -3229588 or 7125198. OLE color: 7125198.
HSL color Cylindrical-coordinate representation of color #CEB86C: hue angle of 46.53º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEB86C is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 108 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.19 |
| HSL | 46.53º | 0.5% | 0.62% | - |
| HSV(B) | 46.53º | 0.48% | 0.81% | - |
| XYZ | 45.3 | 48.49 | 21.16 | - |
| YUV | 181.91 | 86.29 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 108 | 0 | 0.11 | 0.48 | 0.19 | 46.53 | 0.5 | 0.62 |
| Hex | CE | B8 | 6C | 0 | B | 30 | 13 | 2F | 32 | 3E |
| Octal | 316 | 270 | 154 | 0 | 13 | 60 | 23 | 57 | 62 | 76 |
| Binary | 11001110 | 10111000 | 1101100 | 0 | 1011 | 110000 | 10011 | 101111 | 110010 | 111110 |
Color Harmonies of #CEB86C
Complementary color
Monochromatic Colors of #CEB86C
Black with #CEB86C
Text Example
Text Example
White with #CEB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB86C; }
p { color: rgb(206,184,108); }
H1.HeaderClassName
{
color: #CEB86C;
}
.AnyTagClassName
{
color: #CEB86C;
}
</style>
background-color css
<style>
a { background-color: #CEB86C; }
a { background-color: rgb(206,184,108); }
div.DivClassName
{
background-color: #CEB86C;
}
.BgClassName
{
background-color: #CEB86C;
}
</style>
border-color css
<style>
span { border-color: #CEB86C; }
span { border-color: rgb(206,184,108); }
td.TdClassName
{
border-color: #CEB86C;
}
.TagClassName
{
border-color: #CEB86C;
}
</style>