Shades of Tacha #CEC56C
Tints of Tacha #CEC56C
RGB
CMYK
RGB Variations
Color information
#CEC56C (or 0xCEC56C) is known color: Tacha. HEX triplet: CE, C5 and 6C. RGB value is (206,197,108). Sum of RGB (Red+Green+Blue) = 206+197+108=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC56C is #313A93. Grayscale: #BDBDBD. Windows color (decimal): -3226260 or 7128526. OLE color: 7128526.
HSL color Cylindrical-coordinate representation of color #CEC56C: hue angle of 54.49º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEC56C is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 108 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.19 |
| HSL | 54.49º | 0.5% | 0.62% | - |
| HSV(B) | 54.49º | 0.48% | 0.81% | - |
| XYZ | 48.13 | 54.14 | 22.1 | - |
| YUV | 189.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 108 | 0 | 0.04 | 0.48 | 0.19 | 54.49 | 0.5 | 0.62 |
| Hex | CE | C5 | 6C | 0 | 4 | 30 | 13 | 36 | 32 | 3E |
| Octal | 316 | 305 | 154 | 0 | 4 | 60 | 23 | 66 | 62 | 76 |
| Binary | 11001110 | 11000101 | 1101100 | 0 | 100 | 110000 | 10011 | 110110 | 110010 | 111110 |
Color Harmonies of #CEC56C
Complementary color
Monochromatic Colors of #CEC56C
Black with #CEC56C
Text Example
Text Example
White with #CEC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC56C; }
p { color: rgb(206,197,108); }
H1.HeaderClassName
{
color: #CEC56C;
}
.AnyTagClassName
{
color: #CEC56C;
}
</style>
background-color css
<style>
a { background-color: #CEC56C; }
a { background-color: rgb(206,197,108); }
div.DivClassName
{
background-color: #CEC56C;
}
.BgClassName
{
background-color: #CEC56C;
}
</style>
border-color css
<style>
span { border-color: #CEC56C; }
span { border-color: rgb(206,197,108); }
td.TdClassName
{
border-color: #CEC56C;
}
.TagClassName
{
border-color: #CEC56C;
}
</style>