Shades of Tacha #CEC666
Tints of Tacha #CEC666
RGB
CMYK
RGB Variations
Color information
#CEC666 (or 0xCEC666) is known color: Tacha. HEX triplet: CE, C6 and 66. RGB value is (206,198,102). Sum of RGB (Red+Green+Blue) = 206+198+102=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC666 is #313999. Grayscale: #BDBDBD. Windows color (decimal): -3226010 or 6735566. OLE color: 6735566.
HSL color Cylindrical-coordinate representation of color #CEC666: hue angle of 55.38º 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 #CEC666 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 102 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.19 |
| HSL | 55.38º | 0.51% | 0.6% | - |
| HSV(B) | 55.38º | 0.5% | 0.81% | - |
| XYZ | 48.05 | 54.47 | 20.55 | - |
| YUV | 189.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 102 | 0 | 0.04 | 0.50 | 0.19 | 55.38 | 0.51 | 0.6 |
| Hex | CE | C6 | 66 | 0 | 4 | 32 | 13 | 37 | 33 | 3C |
| Octal | 316 | 306 | 146 | 0 | 4 | 62 | 23 | 67 | 63 | 74 |
| Binary | 11001110 | 11000110 | 1100110 | 0 | 100 | 110010 | 10011 | 110111 | 110011 | 111100 |
Color Harmonies of #CEC666
Complementary color
Monochromatic Colors of #CEC666
Black with #CEC666
Text Example
Text Example
White with #CEC666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC666; }
p { color: rgb(206,198,102); }
H1.HeaderClassName
{
color: #CEC666;
}
.AnyTagClassName
{
color: #CEC666;
}
</style>
background-color css
<style>
a { background-color: #CEC666; }
a { background-color: rgb(206,198,102); }
div.DivClassName
{
background-color: #CEC666;
}
.BgClassName
{
background-color: #CEC666;
}
</style>
border-color css
<style>
span { border-color: #CEC666; }
span { border-color: rgb(206,198,102); }
td.TdClassName
{
border-color: #CEC666;
}
.TagClassName
{
border-color: #CEC666;
}
</style>