Shades of Tacha #CEC168
Tints of Tacha #CEC168
RGB
CMYK
RGB Variations
Color information
#CEC168 (or 0xCEC168) is known color: Tacha. HEX triplet: CE, C1 and 68. RGB value is (206,193,104). Sum of RGB (Red+Green+Blue) = 206+193+104=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC168 is #313E97. Grayscale: #BBBBBB. Windows color (decimal): -3227288 or 6865358. OLE color: 6865358.
HSL color Cylindrical-coordinate representation of color #CEC168: hue angle of 52.35º 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 #CEC168 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 104 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.19 |
| HSL | 52.35º | 0.51% | 0.61% | - |
| HSV(B) | 52.35º | 0.5% | 0.81% | - |
| XYZ | 47.02 | 52.26 | 20.71 | - |
| YUV | 186.74 | 81.31 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 104 | 0 | 0.06 | 0.50 | 0.19 | 52.35 | 0.51 | 0.61 |
| Hex | CE | C1 | 68 | 0 | 6 | 32 | 13 | 34 | 33 | 3D |
| Octal | 316 | 301 | 150 | 0 | 6 | 62 | 23 | 64 | 63 | 75 |
| Binary | 11001110 | 11000001 | 1101000 | 0 | 110 | 110010 | 10011 | 110100 | 110011 | 111101 |
Color Harmonies of #CEC168
Complementary color
Monochromatic Colors of #CEC168
Black with #CEC168
Text Example
Text Example
White with #CEC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC168; }
p { color: rgb(206,193,104); }
H1.HeaderClassName
{
color: #CEC168;
}
.AnyTagClassName
{
color: #CEC168;
}
</style>
background-color css
<style>
a { background-color: #CEC168; }
a { background-color: rgb(206,193,104); }
div.DivClassName
{
background-color: #CEC168;
}
.BgClassName
{
background-color: #CEC168;
}
</style>
border-color css
<style>
span { border-color: #CEC168; }
span { border-color: rgb(206,193,104); }
td.TdClassName
{
border-color: #CEC168;
}
.TagClassName
{
border-color: #CEC168;
}
</style>