Shades of Tacha #CEC159
Tints of Tacha #CEC159
RGB
CMYK
RGB Variations
Color information
#CEC159 (or 0xCEC159) is known color: Tacha. HEX triplet: CE, C1 and 59. RGB value is (206,193,89). Sum of RGB (Red+Green+Blue) = 206+193+89=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC159 is #313EA6. Grayscale: #B9B9B9. Windows color (decimal): -3227303 or 5882318. OLE color: 5882318.
HSL color Cylindrical-coordinate representation of color #CEC159: hue angle of 53.33º 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 #CEC159 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 89 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.19 |
| HSL | 53.33º | 0.54% | 0.58% | - |
| HSV(B) | 53.33º | 0.57% | 0.81% | - |
| XYZ | 46.33 | 51.98 | 17.04 | - |
| YUV | 185.03 | 73.81 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 89 | 0 | 0.06 | 0.57 | 0.19 | 53.33 | 0.54 | 0.58 |
| Hex | CE | C1 | 59 | 0 | 6 | 39 | 13 | 35 | 36 | 3A |
| Octal | 316 | 301 | 131 | 0 | 6 | 71 | 23 | 65 | 66 | 72 |
| Binary | 11001110 | 11000001 | 1011001 | 0 | 110 | 111001 | 10011 | 110101 | 110110 | 111010 |
Color Harmonies of #CEC159
Complementary color
Monochromatic Colors of #CEC159
Black with #CEC159
Text Example
Text Example
White with #CEC159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC159; }
p { color: rgb(206,193,89); }
H1.HeaderClassName
{
color: #CEC159;
}
.AnyTagClassName
{
color: #CEC159;
}
</style>
background-color css
<style>
a { background-color: #CEC159; }
a { background-color: rgb(206,193,89); }
div.DivClassName
{
background-color: #CEC159;
}
.BgClassName
{
background-color: #CEC159;
}
</style>
border-color css
<style>
span { border-color: #CEC159; }
span { border-color: rgb(206,193,89); }
td.TdClassName
{
border-color: #CEC159;
}
.TagClassName
{
border-color: #CEC159;
}
</style>