Shades of Tacha #CEC164
Tints of Tacha #CEC164
RGB
CMYK
RGB Variations
Color information
#CEC164 (or 0xCEC164) is known color: Tacha. HEX triplet: CE, C1 and 64. RGB value is (206,193,100). Sum of RGB (Red+Green+Blue) = 206+193+100=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC164 is #313E9B. Grayscale: #BABABA. Windows color (decimal): -3227292 or 6603214. OLE color: 6603214.
HSL color Cylindrical-coordinate representation of color #CEC164: hue angle of 52.64º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEC164 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 100 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.19 |
| HSL | 52.64º | 0.52% | 0.6% | - |
| HSV(B) | 52.64º | 0.51% | 0.81% | - |
| XYZ | 46.82 | 52.18 | 19.66 | - |
| YUV | 186.29 | 79.31 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 100 | 0 | 0.06 | 0.51 | 0.19 | 52.64 | 0.52 | 0.6 |
| Hex | CE | C1 | 64 | 0 | 6 | 33 | 13 | 35 | 34 | 3C |
| Octal | 316 | 301 | 144 | 0 | 6 | 63 | 23 | 65 | 64 | 74 |
| Binary | 11001110 | 11000001 | 1100100 | 0 | 110 | 110011 | 10011 | 110101 | 110100 | 111100 |
Color Harmonies of #CEC164
Complementary color
Monochromatic Colors of #CEC164
Black with #CEC164
Text Example
Text Example
White with #CEC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC164; }
p { color: rgb(206,193,100); }
H1.HeaderClassName
{
color: #CEC164;
}
.AnyTagClassName
{
color: #CEC164;
}
</style>
background-color css
<style>
a { background-color: #CEC164; }
a { background-color: rgb(206,193,100); }
div.DivClassName
{
background-color: #CEC164;
}
.BgClassName
{
background-color: #CEC164;
}
</style>
border-color css
<style>
span { border-color: #CEC164; }
span { border-color: rgb(206,193,100); }
td.TdClassName
{
border-color: #CEC164;
}
.TagClassName
{
border-color: #CEC164;
}
</style>