Shades of Tacha #CEC06D
Tints of Tacha #CEC06D
RGB
CMYK
RGB Variations
Color information
#CEC06D (or 0xCEC06D) is known color: Tacha. HEX triplet: CE, C0 and 6D. RGB value is (206,192,109). Sum of RGB (Red+Green+Blue) = 206+192+109=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC06D is #313F92. Grayscale: #BBBBBB. Windows color (decimal): -3227539 or 7192782. OLE color: 7192782.
HSL color Cylindrical-coordinate representation of color #CEC06D: hue angle of 51.34º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEC06D is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 109 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.19 |
| HSL | 51.34º | 0.5% | 0.62% | - |
| HSV(B) | 51.34º | 0.47% | 0.81% | - |
| XYZ | 47.06 | 51.93 | 22.01 | - |
| YUV | 186.72 | 84.14 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 109 | 0 | 0.07 | 0.47 | 0.19 | 51.34 | 0.5 | 0.62 |
| Hex | CE | C0 | 6D | 0 | 7 | 2F | 13 | 33 | 32 | 3E |
| Octal | 316 | 300 | 155 | 0 | 7 | 57 | 23 | 63 | 62 | 76 |
| Binary | 11001110 | 11000000 | 1101101 | 0 | 111 | 101111 | 10011 | 110011 | 110010 | 111110 |
Color Harmonies of #CEC06D
Complementary color
Monochromatic Colors of #CEC06D
Black with #CEC06D
Text Example
Text Example
White with #CEC06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC06D; }
p { color: rgb(206,192,109); }
H1.HeaderClassName
{
color: #CEC06D;
}
.AnyTagClassName
{
color: #CEC06D;
}
</style>
background-color css
<style>
a { background-color: #CEC06D; }
a { background-color: rgb(206,192,109); }
div.DivClassName
{
background-color: #CEC06D;
}
.BgClassName
{
background-color: #CEC06D;
}
</style>
border-color css
<style>
span { border-color: #CEC06D; }
span { border-color: rgb(206,192,109); }
td.TdClassName
{
border-color: #CEC06D;
}
.TagClassName
{
border-color: #CEC06D;
}
</style>