Shades of Tacha #CEC660
Tints of Tacha #CEC660
RGB
CMYK
RGB Variations
Color information
#CEC660 (or 0xCEC660) is known color: Tacha. HEX triplet: CE, C6 and 60. RGB value is (206,198,96). Sum of RGB (Red+Green+Blue) = 206+198+96=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC660 is #31399F. Grayscale: #BDBDBD. Windows color (decimal): -3226016 or 6342350. OLE color: 6342350.
HSL color Cylindrical-coordinate representation of color #CEC660: hue angle of 55.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEC660 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 96 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.19 |
| HSL | 55.64º | 0.53% | 0.59% | - |
| HSV(B) | 55.64º | 0.53% | 0.81% | - |
| XYZ | 47.76 | 54.35 | 19.04 | - |
| YUV | 188.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 96 | 0 | 0.04 | 0.53 | 0.19 | 55.64 | 0.53 | 0.59 |
| Hex | CE | C6 | 60 | 0 | 4 | 35 | 13 | 38 | 35 | 3B |
| Octal | 316 | 306 | 140 | 0 | 4 | 65 | 23 | 70 | 65 | 73 |
| Binary | 11001110 | 11000110 | 1100000 | 0 | 100 | 110101 | 10011 | 111000 | 110101 | 111011 |
Color Harmonies of #CEC660
Complementary color
Monochromatic Colors of #CEC660
Black with #CEC660
Text Example
Text Example
White with #CEC660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC660; }
p { color: rgb(206,198,96); }
H1.HeaderClassName
{
color: #CEC660;
}
.AnyTagClassName
{
color: #CEC660;
}
</style>
background-color css
<style>
a { background-color: #CEC660; }
a { background-color: rgb(206,198,96); }
div.DivClassName
{
background-color: #CEC660;
}
.BgClassName
{
background-color: #CEC660;
}
</style>
border-color css
<style>
span { border-color: #CEC660; }
span { border-color: rgb(206,198,96); }
td.TdClassName
{
border-color: #CEC660;
}
.TagClassName
{
border-color: #CEC660;
}
</style>