Shades of Tacha #CEB961
Tints of Tacha #CEB961
RGB
CMYK
RGB Variations
Color information
#CEB961 (or 0xCEB961) is known color: Tacha. HEX triplet: CE, B9 and 61. RGB value is (206,185,97). Sum of RGB (Red+Green+Blue) = 206+185+97=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB961 is #31469E. Grayscale: #B5B5B5. Windows color (decimal): -3229343 or 6404558. OLE color: 6404558.
HSL color Cylindrical-coordinate representation of color #CEB961: hue angle of 48.44º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEB961 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 97 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.19 |
| HSL | 48.44º | 0.53% | 0.59% | - |
| HSV(B) | 48.44º | 0.53% | 0.81% | - |
| XYZ | 44.96 | 48.68 | 18.34 | - |
| YUV | 181.25 | 80.46 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 97 | 0 | 0.10 | 0.53 | 0.19 | 48.44 | 0.53 | 0.59 |
| Hex | CE | B9 | 61 | 0 | A | 35 | 13 | 30 | 35 | 3B |
| Octal | 316 | 271 | 141 | 0 | 12 | 65 | 23 | 60 | 65 | 73 |
| Binary | 11001110 | 10111001 | 1100001 | 0 | 1010 | 110101 | 10011 | 110000 | 110101 | 111011 |
Color Harmonies of #CEB961
Complementary color
Monochromatic Colors of #CEB961
Black with #CEB961
Text Example
Text Example
White with #CEB961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB961; }
p { color: rgb(206,185,97); }
H1.HeaderClassName
{
color: #CEB961;
}
.AnyTagClassName
{
color: #CEB961;
}
</style>
background-color css
<style>
a { background-color: #CEB961; }
a { background-color: rgb(206,185,97); }
div.DivClassName
{
background-color: #CEB961;
}
.BgClassName
{
background-color: #CEB961;
}
</style>
border-color css
<style>
span { border-color: #CEB961; }
span { border-color: rgb(206,185,97); }
td.TdClassName
{
border-color: #CEB961;
}
.TagClassName
{
border-color: #CEB961;
}
</style>