Shades of Tacha #CEC366
Tints of Tacha #CEC366
RGB
CMYK
RGB Variations
Color information
#CEC366 (or 0xCEC366) is known color: Tacha. HEX triplet: CE, C3 and 66. RGB value is (206,195,102). Sum of RGB (Red+Green+Blue) = 206+195+102=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC366 is #313C99. Grayscale: #BCBCBC. Windows color (decimal): -3226778 or 6734798. OLE color: 6734798.
HSL color Cylindrical-coordinate representation of color #CEC366: hue angle of 53.65º 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 #CEC366 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 102 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.19 |
| HSL | 53.65º | 0.51% | 0.6% | - |
| HSV(B) | 53.65º | 0.5% | 0.81% | - |
| XYZ | 47.37 | 53.11 | 20.33 | - |
| YUV | 187.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 102 | 0 | 0.05 | 0.50 | 0.19 | 53.65 | 0.51 | 0.6 |
| Hex | CE | C3 | 66 | 0 | 5 | 32 | 13 | 36 | 33 | 3C |
| Octal | 316 | 303 | 146 | 0 | 5 | 62 | 23 | 66 | 63 | 74 |
| Binary | 11001110 | 11000011 | 1100110 | 0 | 101 | 110010 | 10011 | 110110 | 110011 | 111100 |
Color Harmonies of #CEC366
Complementary color
Monochromatic Colors of #CEC366
Black with #CEC366
Text Example
Text Example
White with #CEC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC366; }
p { color: rgb(206,195,102); }
H1.HeaderClassName
{
color: #CEC366;
}
.AnyTagClassName
{
color: #CEC366;
}
</style>
background-color css
<style>
a { background-color: #CEC366; }
a { background-color: rgb(206,195,102); }
div.DivClassName
{
background-color: #CEC366;
}
.BgClassName
{
background-color: #CEC366;
}
</style>
border-color css
<style>
span { border-color: #CEC366; }
span { border-color: rgb(206,195,102); }
td.TdClassName
{
border-color: #CEC366;
}
.TagClassName
{
border-color: #CEC366;
}
</style>