Shades of Tacha #CEC76A
Tints of Tacha #CEC76A
RGB
CMYK
RGB Variations
Color information
#CEC76A (or 0xCEC76A) is known color: Tacha. HEX triplet: CE, C7 and 6A. RGB value is (206,199,106). Sum of RGB (Red+Green+Blue) = 206+199+106=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC76A is #313895. Grayscale: #BEBEBE. Windows color (decimal): -3225750 or 6997966. OLE color: 6997966.
HSL color Cylindrical-coordinate representation of color #CEC76A: hue angle of 55.8º 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 #CEC76A is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 106 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.19 |
| HSL | 55.8º | 0.51% | 0.61% | - |
| HSV(B) | 55.8º | 0.49% | 0.81% | - |
| XYZ | 48.48 | 55.01 | 21.7 | - |
| YUV | 190.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 106 | 0 | 0.03 | 0.49 | 0.19 | 55.8 | 0.51 | 0.61 |
| Hex | CE | C7 | 6A | 0 | 3 | 31 | 13 | 38 | 33 | 3D |
| Octal | 316 | 307 | 152 | 0 | 3 | 61 | 23 | 70 | 63 | 75 |
| Binary | 11001110 | 11000111 | 1101010 | 0 | 11 | 110001 | 10011 | 111000 | 110011 | 111101 |
Color Harmonies of #CEC76A
Complementary color
Monochromatic Colors of #CEC76A
Black with #CEC76A
Text Example
Text Example
White with #CEC76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC76A; }
p { color: rgb(206,199,106); }
H1.HeaderClassName
{
color: #CEC76A;
}
.AnyTagClassName
{
color: #CEC76A;
}
</style>
background-color css
<style>
a { background-color: #CEC76A; }
a { background-color: rgb(206,199,106); }
div.DivClassName
{
background-color: #CEC76A;
}
.BgClassName
{
background-color: #CEC76A;
}
</style>
border-color css
<style>
span { border-color: #CEC76A; }
span { border-color: rgb(206,199,106); }
td.TdClassName
{
border-color: #CEC76A;
}
.TagClassName
{
border-color: #CEC76A;
}
</style>