Shades of Tacha #CEC564
Tints of Tacha #CEC564
RGB
CMYK
RGB Variations
Color information
#CEC564 (or 0xCEC564) is known color: Tacha. HEX triplet: CE, C5 and 64. RGB value is (206,197,100). Sum of RGB (Red+Green+Blue) = 206+197+100=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC564 is #313A9B. Grayscale: #BDBDBD. Windows color (decimal): -3226268 or 6604238. OLE color: 6604238.
HSL color Cylindrical-coordinate representation of color #CEC564: hue angle of 54.91º 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 #CEC564 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 100 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.19 |
| HSL | 54.91º | 0.52% | 0.6% | - |
| HSV(B) | 54.91º | 0.51% | 0.81% | - |
| XYZ | 47.72 | 53.97 | 19.96 | - |
| YUV | 188.63 | 77.98 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 100 | 0 | 0.04 | 0.51 | 0.19 | 54.91 | 0.52 | 0.6 |
| Hex | CE | C5 | 64 | 0 | 4 | 33 | 13 | 37 | 34 | 3C |
| Octal | 316 | 305 | 144 | 0 | 4 | 63 | 23 | 67 | 64 | 74 |
| Binary | 11001110 | 11000101 | 1100100 | 0 | 100 | 110011 | 10011 | 110111 | 110100 | 111100 |
Color Harmonies of #CEC564
Complementary color
Monochromatic Colors of #CEC564
Black with #CEC564
Text Example
Text Example
White with #CEC564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC564; }
p { color: rgb(206,197,100); }
H1.HeaderClassName
{
color: #CEC564;
}
.AnyTagClassName
{
color: #CEC564;
}
</style>
background-color css
<style>
a { background-color: #CEC564; }
a { background-color: rgb(206,197,100); }
div.DivClassName
{
background-color: #CEC564;
}
.BgClassName
{
background-color: #CEC564;
}
</style>
border-color css
<style>
span { border-color: #CEC564; }
span { border-color: rgb(206,197,100); }
td.TdClassName
{
border-color: #CEC564;
}
.TagClassName
{
border-color: #CEC564;
}
</style>