Shades of Tacha #CEC16A
Tints of Tacha #CEC16A
RGB
CMYK
RGB Variations
Color information
#CEC16A (or 0xCEC16A) is known color: Tacha. HEX triplet: CE, C1 and 6A. RGB value is (206,193,106). Sum of RGB (Red+Green+Blue) = 206+193+106=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC16A is #313E95. Grayscale: #BBBBBB. Windows color (decimal): -3227286 or 6996430. OLE color: 6996430.
HSL color Cylindrical-coordinate representation of color #CEC16A: hue angle of 52.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEC16A is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 106 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.19 |
| HSL | 52.2º | 0.51% | 0.61% | - |
| HSV(B) | 52.2º | 0.49% | 0.81% | - |
| XYZ | 47.13 | 52.3 | 21.25 | - |
| YUV | 186.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 106 | 0 | 0.06 | 0.49 | 0.19 | 52.2 | 0.51 | 0.61 |
| Hex | CE | C1 | 6A | 0 | 6 | 31 | 13 | 34 | 33 | 3D |
| Octal | 316 | 301 | 152 | 0 | 6 | 61 | 23 | 64 | 63 | 75 |
| Binary | 11001110 | 11000001 | 1101010 | 0 | 110 | 110001 | 10011 | 110100 | 110011 | 111101 |
Color Harmonies of #CEC16A
Complementary color
Monochromatic Colors of #CEC16A
Black with #CEC16A
Text Example
Text Example
White with #CEC16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC16A; }
p { color: rgb(206,193,106); }
H1.HeaderClassName
{
color: #CEC16A;
}
.AnyTagClassName
{
color: #CEC16A;
}
</style>
background-color css
<style>
a { background-color: #CEC16A; }
a { background-color: rgb(206,193,106); }
div.DivClassName
{
background-color: #CEC16A;
}
.BgClassName
{
background-color: #CEC16A;
}
</style>
border-color css
<style>
span { border-color: #CEC16A; }
span { border-color: rgb(206,193,106); }
td.TdClassName
{
border-color: #CEC16A;
}
.TagClassName
{
border-color: #CEC16A;
}
</style>