Shades of Tacha #CEC066
Tints of Tacha #CEC066
RGB
CMYK
RGB Variations
Color information
#CEC066 (or 0xCEC066) is known color: Tacha. HEX triplet: CE, C0 and 66. RGB value is (206,192,102). Sum of RGB (Red+Green+Blue) = 206+192+102=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC066 is #313F99. Grayscale: #BABABA. Windows color (decimal): -3227546 or 6734030. OLE color: 6734030.
HSL color Cylindrical-coordinate representation of color #CEC066: hue angle of 51.92º 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 #CEC066 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 102 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.19 |
| HSL | 51.92º | 0.51% | 0.6% | - |
| HSV(B) | 51.92º | 0.5% | 0.81% | - |
| XYZ | 46.7 | 51.78 | 20.1 | - |
| YUV | 185.93 | 80.64 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 102 | 0 | 0.07 | 0.50 | 0.19 | 51.92 | 0.51 | 0.6 |
| Hex | CE | C0 | 66 | 0 | 7 | 32 | 13 | 34 | 33 | 3C |
| Octal | 316 | 300 | 146 | 0 | 7 | 62 | 23 | 64 | 63 | 74 |
| Binary | 11001110 | 11000000 | 1100110 | 0 | 111 | 110010 | 10011 | 110100 | 110011 | 111100 |
Color Harmonies of #CEC066
Complementary color
Monochromatic Colors of #CEC066
Black with #CEC066
Text Example
Text Example
White with #CEC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC066; }
p { color: rgb(206,192,102); }
H1.HeaderClassName
{
color: #CEC066;
}
.AnyTagClassName
{
color: #CEC066;
}
</style>
background-color css
<style>
a { background-color: #CEC066; }
a { background-color: rgb(206,192,102); }
div.DivClassName
{
background-color: #CEC066;
}
.BgClassName
{
background-color: #CEC066;
}
</style>
border-color css
<style>
span { border-color: #CEC066; }
span { border-color: rgb(206,192,102); }
td.TdClassName
{
border-color: #CEC066;
}
.TagClassName
{
border-color: #CEC066;
}
</style>