Shades of Tacha #CEC46C
Tints of Tacha #CEC46C
RGB
CMYK
RGB Variations
Color information
#CEC46C (or 0xCEC46C) is known color: Tacha. HEX triplet: CE, C4 and 6C. RGB value is (206,196,108). Sum of RGB (Red+Green+Blue) = 206+196+108=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC46C is #313B93. Grayscale: #BDBDBD. Windows color (decimal): -3226516 or 7128270. OLE color: 7128270.
HSL color Cylindrical-coordinate representation of color #CEC46C: hue angle of 53.88º 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 #CEC46C is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 108 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.19 |
| HSL | 53.88º | 0.5% | 0.62% | - |
| HSV(B) | 53.88º | 0.48% | 0.81% | - |
| XYZ | 47.9 | 53.68 | 22.02 | - |
| YUV | 188.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 108 | 0 | 0.05 | 0.48 | 0.19 | 53.88 | 0.5 | 0.62 |
| Hex | CE | C4 | 6C | 0 | 5 | 30 | 13 | 36 | 32 | 3E |
| Octal | 316 | 304 | 154 | 0 | 5 | 60 | 23 | 66 | 62 | 76 |
| Binary | 11001110 | 11000100 | 1101100 | 0 | 101 | 110000 | 10011 | 110110 | 110010 | 111110 |
Color Harmonies of #CEC46C
Complementary color
Monochromatic Colors of #CEC46C
Black with #CEC46C
Text Example
Text Example
White with #CEC46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC46C; }
p { color: rgb(206,196,108); }
H1.HeaderClassName
{
color: #CEC46C;
}
.AnyTagClassName
{
color: #CEC46C;
}
</style>
background-color css
<style>
a { background-color: #CEC46C; }
a { background-color: rgb(206,196,108); }
div.DivClassName
{
background-color: #CEC46C;
}
.BgClassName
{
background-color: #CEC46C;
}
</style>
border-color css
<style>
span { border-color: #CEC46C; }
span { border-color: rgb(206,196,108); }
td.TdClassName
{
border-color: #CEC46C;
}
.TagClassName
{
border-color: #CEC46C;
}
</style>