Shades of Tacha #CEC868
Tints of Tacha #CEC868
RGB
CMYK
RGB Variations
Color information
#CEC868 (or 0xCEC868) is known color: Tacha. HEX triplet: CE, C8 and 68. RGB value is (206,200,104). Sum of RGB (Red+Green+Blue) = 206+200+104=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC868 is #313797. Grayscale: #BFBFBF. Windows color (decimal): -3225496 or 6867150. OLE color: 6867150.
HSL color Cylindrical-coordinate representation of color #CEC868: hue angle of 56.47º 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 #CEC868 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 104 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.19 |
| HSL | 56.47º | 0.51% | 0.61% | - |
| HSV(B) | 56.47º | 0.5% | 0.81% | - |
| XYZ | 48.61 | 55.43 | 21.23 | - |
| YUV | 190.85 | 78.99 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 104 | 0 | 0.03 | 0.50 | 0.19 | 56.47 | 0.51 | 0.61 |
| Hex | CE | C8 | 68 | 0 | 3 | 32 | 13 | 38 | 33 | 3D |
| Octal | 316 | 310 | 150 | 0 | 3 | 62 | 23 | 70 | 63 | 75 |
| Binary | 11001110 | 11001000 | 1101000 | 0 | 11 | 110010 | 10011 | 111000 | 110011 | 111101 |
Color Harmonies of #CEC868
Complementary color
Monochromatic Colors of #CEC868
Black with #CEC868
Text Example
Text Example
White with #CEC868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC868; }
p { color: rgb(206,200,104); }
H1.HeaderClassName
{
color: #CEC868;
}
.AnyTagClassName
{
color: #CEC868;
}
</style>
background-color css
<style>
a { background-color: #CEC868; }
a { background-color: rgb(206,200,104); }
div.DivClassName
{
background-color: #CEC868;
}
.BgClassName
{
background-color: #CEC868;
}
</style>
border-color css
<style>
span { border-color: #CEC868; }
span { border-color: rgb(206,200,104); }
td.TdClassName
{
border-color: #CEC868;
}
.TagClassName
{
border-color: #CEC868;
}
</style>