Shades of Tacha #CEC662
Tints of Tacha #CEC662
RGB
CMYK
RGB Variations
Color information
#CEC662 (or 0xCEC662) is known color: Tacha. HEX triplet: CE, C6 and 62. RGB value is (206,198,98). Sum of RGB (Red+Green+Blue) = 206+198+98=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC662 is #31399D. Grayscale: #BDBDBD. Windows color (decimal): -3226014 or 6473422. OLE color: 6473422.
HSL color Cylindrical-coordinate representation of color #CEC662: hue angle of 55.56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEC662 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 98 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.19 |
| HSL | 55.56º | 0.52% | 0.6% | - |
| HSV(B) | 55.56º | 0.52% | 0.81% | - |
| XYZ | 47.85 | 54.39 | 19.53 | - |
| YUV | 188.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 98 | 0 | 0.04 | 0.52 | 0.19 | 55.56 | 0.52 | 0.6 |
| Hex | CE | C6 | 62 | 0 | 4 | 34 | 13 | 38 | 34 | 3C |
| Octal | 316 | 306 | 142 | 0 | 4 | 64 | 23 | 70 | 64 | 74 |
| Binary | 11001110 | 11000110 | 1100010 | 0 | 100 | 110100 | 10011 | 111000 | 110100 | 111100 |
Color Harmonies of #CEC662
Complementary color
Monochromatic Colors of #CEC662
Black with #CEC662
Text Example
Text Example
White with #CEC662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC662; }
p { color: rgb(206,198,98); }
H1.HeaderClassName
{
color: #CEC662;
}
.AnyTagClassName
{
color: #CEC662;
}
</style>
background-color css
<style>
a { background-color: #CEC662; }
a { background-color: rgb(206,198,98); }
div.DivClassName
{
background-color: #CEC662;
}
.BgClassName
{
background-color: #CEC662;
}
</style>
border-color css
<style>
span { border-color: #CEC662; }
span { border-color: rgb(206,198,98); }
td.TdClassName
{
border-color: #CEC662;
}
.TagClassName
{
border-color: #CEC662;
}
</style>