Shades of Tacha #CEC866
Tints of Tacha #CEC866
RGB
CMYK
RGB Variations
Color information
#CEC866 (or 0xCEC866) is known color: Tacha. HEX triplet: CE, C8 and 66. RGB value is (206,200,102). Sum of RGB (Red+Green+Blue) = 206+200+102=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC866 is #313799. Grayscale: #BFBFBF. Windows color (decimal): -3225498 or 6736078. OLE color: 6736078.
HSL color Cylindrical-coordinate representation of color #CEC866: hue angle of 56.54º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEC866 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 102 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.19 |
| HSL | 56.54º | 0.51% | 0.6% | - |
| HSV(B) | 56.54º | 0.5% | 0.81% | - |
| XYZ | 48.51 | 55.39 | 20.71 | - |
| YUV | 190.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 102 | 0 | 0.03 | 0.50 | 0.19 | 56.54 | 0.51 | 0.6 |
| Hex | CE | C8 | 66 | 0 | 3 | 32 | 13 | 39 | 33 | 3C |
| Octal | 316 | 310 | 146 | 0 | 3 | 62 | 23 | 71 | 63 | 74 |
| Binary | 11001110 | 11001000 | 1100110 | 0 | 11 | 110010 | 10011 | 111001 | 110011 | 111100 |
Color Harmonies of #CEC866
Complementary color
Monochromatic Colors of #CEC866
Black with #CEC866
Text Example
Text Example
White with #CEC866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC866; }
p { color: rgb(206,200,102); }
H1.HeaderClassName
{
color: #CEC866;
}
.AnyTagClassName
{
color: #CEC866;
}
</style>
background-color css
<style>
a { background-color: #CEC866; }
a { background-color: rgb(206,200,102); }
div.DivClassName
{
background-color: #CEC866;
}
.BgClassName
{
background-color: #CEC866;
}
</style>
border-color css
<style>
span { border-color: #CEC866; }
span { border-color: rgb(206,200,102); }
td.TdClassName
{
border-color: #CEC866;
}
.TagClassName
{
border-color: #CEC866;
}
</style>