Shades of Tacha #CEC05E
Tints of Tacha #CEC05E
RGB
CMYK
RGB Variations
Color information
#CEC05E (or 0xCEC05E) is known color: Tacha. HEX triplet: CE, C0 and 5E. RGB value is (206,192,94). Sum of RGB (Red+Green+Blue) = 206+192+94=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC05E is #313FA1. Grayscale: #B9B9B9. Windows color (decimal): -3227554 or 6209742. OLE color: 6209742.
HSL color Cylindrical-coordinate representation of color #CEC05E: hue angle of 52.5º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEC05E is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 94 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.19 |
| HSL | 52.5º | 0.53% | 0.59% | - |
| HSV(B) | 52.5º | 0.54% | 0.81% | - |
| XYZ | 46.32 | 51.63 | 18.11 | - |
| YUV | 185.01 | 76.64 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 94 | 0 | 0.07 | 0.54 | 0.19 | 52.5 | 0.53 | 0.59 |
| Hex | CE | C0 | 5E | 0 | 7 | 36 | 13 | 34 | 35 | 3B |
| Octal | 316 | 300 | 136 | 0 | 7 | 66 | 23 | 64 | 65 | 73 |
| Binary | 11001110 | 11000000 | 1011110 | 0 | 111 | 110110 | 10011 | 110100 | 110101 | 111011 |
Color Harmonies of #CEC05E
Complementary color
Monochromatic Colors of #CEC05E
Black with #CEC05E
Text Example
Text Example
White with #CEC05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC05E; }
p { color: rgb(206,192,94); }
H1.HeaderClassName
{
color: #CEC05E;
}
.AnyTagClassName
{
color: #CEC05E;
}
</style>
background-color css
<style>
a { background-color: #CEC05E; }
a { background-color: rgb(206,192,94); }
div.DivClassName
{
background-color: #CEC05E;
}
.BgClassName
{
background-color: #CEC05E;
}
</style>
border-color css
<style>
span { border-color: #CEC05E; }
span { border-color: rgb(206,192,94); }
td.TdClassName
{
border-color: #CEC05E;
}
.TagClassName
{
border-color: #CEC05E;
}
</style>