Shades of Tacha #CEC766
Tints of Tacha #CEC766
RGB
CMYK
RGB Variations
Color information
#CEC766 (or 0xCEC766) is known color: Tacha. HEX triplet: CE, C7 and 66. RGB value is (206,199,102). Sum of RGB (Red+Green+Blue) = 206+199+102=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC766 is #313899. Grayscale: #BEBEBE. Windows color (decimal): -3225754 or 6735822. OLE color: 6735822.
HSL color Cylindrical-coordinate representation of color #CEC766: hue angle of 55.96º 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 #CEC766 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 102 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.19 |
| HSL | 55.96º | 0.51% | 0.6% | - |
| HSV(B) | 55.96º | 0.5% | 0.81% | - |
| XYZ | 48.28 | 54.93 | 20.63 | - |
| YUV | 190.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 102 | 0 | 0.03 | 0.50 | 0.19 | 55.96 | 0.51 | 0.6 |
| Hex | CE | C7 | 66 | 0 | 3 | 32 | 13 | 38 | 33 | 3C |
| Octal | 316 | 307 | 146 | 0 | 3 | 62 | 23 | 70 | 63 | 74 |
| Binary | 11001110 | 11000111 | 1100110 | 0 | 11 | 110010 | 10011 | 111000 | 110011 | 111100 |
Color Harmonies of #CEC766
Complementary color
Monochromatic Colors of #CEC766
Black with #CEC766
Text Example
Text Example
White with #CEC766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC766; }
p { color: rgb(206,199,102); }
H1.HeaderClassName
{
color: #CEC766;
}
.AnyTagClassName
{
color: #CEC766;
}
</style>
background-color css
<style>
a { background-color: #CEC766; }
a { background-color: rgb(206,199,102); }
div.DivClassName
{
background-color: #CEC766;
}
.BgClassName
{
background-color: #CEC766;
}
</style>
border-color css
<style>
span { border-color: #CEC766; }
span { border-color: rgb(206,199,102); }
td.TdClassName
{
border-color: #CEC766;
}
.TagClassName
{
border-color: #CEC766;
}
</style>