Shades of Tacha #CEC66A
Tints of Tacha #CEC66A
RGB
CMYK
RGB Variations
Color information
#CEC66A (or 0xCEC66A) is known color: Tacha. HEX triplet: CE, C6 and 6A. RGB value is (206,198,106). Sum of RGB (Red+Green+Blue) = 206+198+106=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC66A is #313995. Grayscale: #BEBEBE. Windows color (decimal): -3226006 or 6997710. OLE color: 6997710.
HSL color Cylindrical-coordinate representation of color #CEC66A: hue angle of 55.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEC66A is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 106 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.19 |
| HSL | 55.2º | 0.51% | 0.61% | - |
| HSV(B) | 55.2º | 0.49% | 0.81% | - |
| XYZ | 48.25 | 54.55 | 21.62 | - |
| YUV | 189.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 106 | 0 | 0.04 | 0.49 | 0.19 | 55.2 | 0.51 | 0.61 |
| Hex | CE | C6 | 6A | 0 | 4 | 31 | 13 | 37 | 33 | 3D |
| Octal | 316 | 306 | 152 | 0 | 4 | 61 | 23 | 67 | 63 | 75 |
| Binary | 11001110 | 11000110 | 1101010 | 0 | 100 | 110001 | 10011 | 110111 | 110011 | 111101 |
Color Harmonies of #CEC66A
Complementary color
Monochromatic Colors of #CEC66A
Black with #CEC66A
Text Example
Text Example
White with #CEC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC66A; }
p { color: rgb(206,198,106); }
H1.HeaderClassName
{
color: #CEC66A;
}
.AnyTagClassName
{
color: #CEC66A;
}
</style>
background-color css
<style>
a { background-color: #CEC66A; }
a { background-color: rgb(206,198,106); }
div.DivClassName
{
background-color: #CEC66A;
}
.BgClassName
{
background-color: #CEC66A;
}
</style>
border-color css
<style>
span { border-color: #CEC66A; }
span { border-color: rgb(206,198,106); }
td.TdClassName
{
border-color: #CEC66A;
}
.TagClassName
{
border-color: #CEC66A;
}
</style>