Shades of Tacha #CEC668
Tints of Tacha #CEC668
RGB
CMYK
RGB Variations
Color information
#CEC668 (or 0xCEC668) is known color: Tacha. HEX triplet: CE, C6 and 68. RGB value is (206,198,104). Sum of RGB (Red+Green+Blue) = 206+198+104=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC668 is #313997. Grayscale: #BEBEBE. Windows color (decimal): -3226008 or 6866638. OLE color: 6866638.
HSL color Cylindrical-coordinate representation of color #CEC668: hue angle of 55.29º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEC668 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 104 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.19 |
| HSL | 55.29º | 0.51% | 0.61% | - |
| HSV(B) | 55.29º | 0.5% | 0.81% | - |
| XYZ | 48.15 | 54.51 | 21.08 | - |
| YUV | 189.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 104 | 0 | 0.04 | 0.50 | 0.19 | 55.29 | 0.51 | 0.61 |
| Hex | CE | C6 | 68 | 0 | 4 | 32 | 13 | 37 | 33 | 3D |
| Octal | 316 | 306 | 150 | 0 | 4 | 62 | 23 | 67 | 63 | 75 |
| Binary | 11001110 | 11000110 | 1101000 | 0 | 100 | 110010 | 10011 | 110111 | 110011 | 111101 |
Color Harmonies of #CEC668
Complementary color
Monochromatic Colors of #CEC668
Black with #CEC668
Text Example
Text Example
White with #CEC668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC668; }
p { color: rgb(206,198,104); }
H1.HeaderClassName
{
color: #CEC668;
}
.AnyTagClassName
{
color: #CEC668;
}
</style>
background-color css
<style>
a { background-color: #CEC668; }
a { background-color: rgb(206,198,104); }
div.DivClassName
{
background-color: #CEC668;
}
.BgClassName
{
background-color: #CEC668;
}
</style>
border-color css
<style>
span { border-color: #CEC668; }
span { border-color: rgb(206,198,104); }
td.TdClassName
{
border-color: #CEC668;
}
.TagClassName
{
border-color: #CEC668;
}
</style>