Shades of Tacha #CEC06A
Tints of Tacha #CEC06A
RGB
CMYK
RGB Variations
Color information
#CEC06A (or 0xCEC06A) is known color: Tacha. HEX triplet: CE, C0 and 6A. RGB value is (206,192,106). Sum of RGB (Red+Green+Blue) = 206+192+106=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC06A is #313F95. Grayscale: #BABABA. Windows color (decimal): -3227542 or 6996174. OLE color: 6996174.
HSL color Cylindrical-coordinate representation of color #CEC06A: hue angle of 51.6º 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 #CEC06A is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 106 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.19 |
| HSL | 51.6º | 0.51% | 0.61% | - |
| HSV(B) | 51.6º | 0.49% | 0.81% | - |
| XYZ | 46.9 | 51.86 | 21.17 | - |
| YUV | 186.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 106 | 0 | 0.07 | 0.49 | 0.19 | 51.6 | 0.51 | 0.61 |
| Hex | CE | C0 | 6A | 0 | 7 | 31 | 13 | 34 | 33 | 3D |
| Octal | 316 | 300 | 152 | 0 | 7 | 61 | 23 | 64 | 63 | 75 |
| Binary | 11001110 | 11000000 | 1101010 | 0 | 111 | 110001 | 10011 | 110100 | 110011 | 111101 |
Color Harmonies of #CEC06A
Complementary color
Monochromatic Colors of #CEC06A
Black with #CEC06A
Text Example
Text Example
White with #CEC06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC06A; }
p { color: rgb(206,192,106); }
H1.HeaderClassName
{
color: #CEC06A;
}
.AnyTagClassName
{
color: #CEC06A;
}
</style>
background-color css
<style>
a { background-color: #CEC06A; }
a { background-color: rgb(206,192,106); }
div.DivClassName
{
background-color: #CEC06A;
}
.BgClassName
{
background-color: #CEC06A;
}
</style>
border-color css
<style>
span { border-color: #CEC06A; }
span { border-color: rgb(206,192,106); }
td.TdClassName
{
border-color: #CEC06A;
}
.TagClassName
{
border-color: #CEC06A;
}
</style>