Shades of Tacha #CEC166
Tints of Tacha #CEC166
RGB
CMYK
RGB Variations
Color information
#CEC166 (or 0xCEC166) is known color: Tacha. HEX triplet: CE, C1 and 66. RGB value is (206,193,102). Sum of RGB (Red+Green+Blue) = 206+193+102=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC166 is #313E99. Grayscale: #BABABA. Windows color (decimal): -3227290 or 6734286. OLE color: 6734286.
HSL color Cylindrical-coordinate representation of color #CEC166: hue angle of 52.5º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEC166 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 102 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.19 |
| HSL | 52.5º | 0.51% | 0.6% | - |
| HSV(B) | 52.5º | 0.5% | 0.81% | - |
| XYZ | 46.92 | 52.22 | 20.18 | - |
| YUV | 186.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 102 | 0 | 0.06 | 0.50 | 0.19 | 52.5 | 0.51 | 0.6 |
| Hex | CE | C1 | 66 | 0 | 6 | 32 | 13 | 34 | 33 | 3C |
| Octal | 316 | 301 | 146 | 0 | 6 | 62 | 23 | 64 | 63 | 74 |
| Binary | 11001110 | 11000001 | 1100110 | 0 | 110 | 110010 | 10011 | 110100 | 110011 | 111100 |
Color Harmonies of #CEC166
Complementary color
Monochromatic Colors of #CEC166
Black with #CEC166
Text Example
Text Example
White with #CEC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC166; }
p { color: rgb(206,193,102); }
H1.HeaderClassName
{
color: #CEC166;
}
.AnyTagClassName
{
color: #CEC166;
}
</style>
background-color css
<style>
a { background-color: #CEC166; }
a { background-color: rgb(206,193,102); }
div.DivClassName
{
background-color: #CEC166;
}
.BgClassName
{
background-color: #CEC166;
}
</style>
border-color css
<style>
span { border-color: #CEC166; }
span { border-color: rgb(206,193,102); }
td.TdClassName
{
border-color: #CEC166;
}
.TagClassName
{
border-color: #CEC166;
}
</style>