Shades of Tacha #CEC566
Tints of Tacha #CEC566
RGB
CMYK
RGB Variations
Color information
#CEC566 (or 0xCEC566) is known color: Tacha. HEX triplet: CE, C5 and 66. RGB value is (206,197,102). Sum of RGB (Red+Green+Blue) = 206+197+102=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC566 is #313A99. Grayscale: #BDBDBD. Windows color (decimal): -3226266 or 6735310. OLE color: 6735310.
HSL color Cylindrical-coordinate representation of color #CEC566: hue angle of 54.81º 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 #CEC566 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 102 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.19 |
| HSL | 54.81º | 0.51% | 0.6% | - |
| HSV(B) | 54.81º | 0.5% | 0.81% | - |
| XYZ | 47.82 | 54.01 | 20.48 | - |
| YUV | 188.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 102 | 0 | 0.04 | 0.50 | 0.19 | 54.81 | 0.51 | 0.6 |
| Hex | CE | C5 | 66 | 0 | 4 | 32 | 13 | 37 | 33 | 3C |
| Octal | 316 | 305 | 146 | 0 | 4 | 62 | 23 | 67 | 63 | 74 |
| Binary | 11001110 | 11000101 | 1100110 | 0 | 100 | 110010 | 10011 | 110111 | 110011 | 111100 |
Color Harmonies of #CEC566
Complementary color
Monochromatic Colors of #CEC566
Black with #CEC566
Text Example
Text Example
White with #CEC566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC566; }
p { color: rgb(206,197,102); }
H1.HeaderClassName
{
color: #CEC566;
}
.AnyTagClassName
{
color: #CEC566;
}
</style>
background-color css
<style>
a { background-color: #CEC566; }
a { background-color: rgb(206,197,102); }
div.DivClassName
{
background-color: #CEC566;
}
.BgClassName
{
background-color: #CEC566;
}
</style>
border-color css
<style>
span { border-color: #CEC566; }
span { border-color: rgb(206,197,102); }
td.TdClassName
{
border-color: #CEC566;
}
.TagClassName
{
border-color: #CEC566;
}
</style>