Shades of Tacha #CEC16D
Tints of Tacha #CEC16D
RGB
CMYK
RGB Variations
Color information
#CEC16D (or 0xCEC16D) is known color: Tacha. HEX triplet: CE, C1 and 6D. RGB value is (206,193,109). Sum of RGB (Red+Green+Blue) = 206+193+109=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC16D is #313E92. Grayscale: #BBBBBB. Windows color (decimal): -3227283 or 7193038. OLE color: 7193038.
HSL color Cylindrical-coordinate representation of color #CEC16D: hue angle of 51.96º 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 #CEC16D is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 109 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.19 |
| HSL | 51.96º | 0.5% | 0.62% | - |
| HSV(B) | 51.96º | 0.47% | 0.81% | - |
| XYZ | 47.28 | 52.37 | 22.08 | - |
| YUV | 187.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 109 | 0 | 0.06 | 0.47 | 0.19 | 51.96 | 0.5 | 0.62 |
| Hex | CE | C1 | 6D | 0 | 6 | 2F | 13 | 34 | 32 | 3E |
| Octal | 316 | 301 | 155 | 0 | 6 | 57 | 23 | 64 | 62 | 76 |
| Binary | 11001110 | 11000001 | 1101101 | 0 | 110 | 101111 | 10011 | 110100 | 110010 | 111110 |
Color Harmonies of #CEC16D
Complementary color
Monochromatic Colors of #CEC16D
Black with #CEC16D
Text Example
Text Example
White with #CEC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC16D; }
p { color: rgb(206,193,109); }
H1.HeaderClassName
{
color: #CEC16D;
}
.AnyTagClassName
{
color: #CEC16D;
}
</style>
background-color css
<style>
a { background-color: #CEC16D; }
a { background-color: rgb(206,193,109); }
div.DivClassName
{
background-color: #CEC16D;
}
.BgClassName
{
background-color: #CEC16D;
}
</style>
border-color css
<style>
span { border-color: #CEC16D; }
span { border-color: rgb(206,193,109); }
td.TdClassName
{
border-color: #CEC16D;
}
.TagClassName
{
border-color: #CEC16D;
}
</style>