Shades of Tacha #CEB959
Tints of Tacha #CEB959
RGB
CMYK
RGB Variations
Color information
#CEB959 (or 0xCEB959) is known color: Tacha. HEX triplet: CE, B9 and 59. RGB value is (206,185,89). Sum of RGB (Red+Green+Blue) = 206+185+89=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 89 (35.16% from 255 or 18.54% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB959 is #3146A6. Grayscale: #B4B4B4. Windows color (decimal): -3229351 or 5880270. OLE color: 5880270.
HSL color Cylindrical-coordinate representation of color #CEB959: hue angle of 49.23º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEB959 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 89 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.19 |
| HSL | 49.23º | 0.54% | 0.58% | - |
| HSV(B) | 49.23º | 0.57% | 0.81% | - |
| XYZ | 44.61 | 48.54 | 16.47 | - |
| YUV | 180.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 89 | 0 | 0.10 | 0.57 | 0.19 | 49.23 | 0.54 | 0.58 |
| Hex | CE | B9 | 59 | 0 | A | 39 | 13 | 31 | 36 | 3A |
| Octal | 316 | 271 | 131 | 0 | 12 | 71 | 23 | 61 | 66 | 72 |
| Binary | 11001110 | 10111001 | 1011001 | 0 | 1010 | 111001 | 10011 | 110001 | 110110 | 111010 |
Color Harmonies of #CEB959
Complementary color
Monochromatic Colors of #CEB959
Black with #CEB959
Text Example
Text Example
White with #CEB959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB959; }
p { color: rgb(206,185,89); }
H1.HeaderClassName
{
color: #CEB959;
}
.AnyTagClassName
{
color: #CEB959;
}
</style>
background-color css
<style>
a { background-color: #CEB959; }
a { background-color: rgb(206,185,89); }
div.DivClassName
{
background-color: #CEB959;
}
.BgClassName
{
background-color: #CEB959;
}
</style>
border-color css
<style>
span { border-color: #CEB959; }
span { border-color: rgb(206,185,89); }
td.TdClassName
{
border-color: #CEB959;
}
.TagClassName
{
border-color: #CEB959;
}
</style>