Shades of Tacha #CEC156
Tints of Tacha #CEC156
RGB
CMYK
RGB Variations
Color information
#CEC156 (or 0xCEC156) is known color: Tacha. HEX triplet: CE, C1 and 56. RGB value is (206,193,86). Sum of RGB (Red+Green+Blue) = 206+193+86=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC156 is #313EA9. Grayscale: #B9B9B9. Windows color (decimal): -3227306 or 5685710. OLE color: 5685710.
HSL color Cylindrical-coordinate representation of color #CEC156: hue angle of 53.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEC156 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 86 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.19 |
| HSL | 53.5º | 0.55% | 0.57% | - |
| HSV(B) | 53.5º | 0.58% | 0.81% | - |
| XYZ | 46.2 | 51.93 | 16.39 | - |
| YUV | 184.69 | 72.31 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 86 | 0 | 0.06 | 0.58 | 0.19 | 53.5 | 0.55 | 0.57 |
| Hex | CE | C1 | 56 | 0 | 6 | 3A | 13 | 36 | 37 | 39 |
| Octal | 316 | 301 | 126 | 0 | 6 | 72 | 23 | 66 | 67 | 71 |
| Binary | 11001110 | 11000001 | 1010110 | 0 | 110 | 111010 | 10011 | 110110 | 110111 | 111001 |
Color Harmonies of #CEC156
Complementary color
Monochromatic Colors of #CEC156
Black with #CEC156
Text Example
Text Example
White with #CEC156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC156; }
p { color: rgb(206,193,86); }
H1.HeaderClassName
{
color: #CEC156;
}
.AnyTagClassName
{
color: #CEC156;
}
</style>
background-color css
<style>
a { background-color: #CEC156; }
a { background-color: rgb(206,193,86); }
div.DivClassName
{
background-color: #CEC156;
}
.BgClassName
{
background-color: #CEC156;
}
</style>
border-color css
<style>
span { border-color: #CEC156; }
span { border-color: rgb(206,193,86); }
td.TdClassName
{
border-color: #CEC156;
}
.TagClassName
{
border-color: #CEC156;
}
</style>