Shades of Tacha #CEC26C
Tints of Tacha #CEC26C
RGB
CMYK
RGB Variations
Color information
#CEC26C (or 0xCEC26C) is known color: Tacha. HEX triplet: CE, C2 and 6C. RGB value is (206,194,108). Sum of RGB (Red+Green+Blue) = 206+194+108=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC26C is #313D93. Grayscale: #BCBCBC. Windows color (decimal): -3227028 or 7127758. OLE color: 7127758.
HSL color Cylindrical-coordinate representation of color #CEC26C: hue angle of 52.65º 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 #CEC26C is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 108 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.19 |
| HSL | 52.65º | 0.5% | 0.62% | - |
| HSV(B) | 52.65º | 0.48% | 0.81% | - |
| XYZ | 47.45 | 52.79 | 21.88 | - |
| YUV | 187.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 108 | 0 | 0.06 | 0.48 | 0.19 | 52.65 | 0.5 | 0.62 |
| Hex | CE | C2 | 6C | 0 | 6 | 30 | 13 | 35 | 32 | 3E |
| Octal | 316 | 302 | 154 | 0 | 6 | 60 | 23 | 65 | 62 | 76 |
| Binary | 11001110 | 11000010 | 1101100 | 0 | 110 | 110000 | 10011 | 110101 | 110010 | 111110 |
Color Harmonies of #CEC26C
Complementary color
Monochromatic Colors of #CEC26C
Black with #CEC26C
Text Example
Text Example
White with #CEC26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC26C; }
p { color: rgb(206,194,108); }
H1.HeaderClassName
{
color: #CEC26C;
}
.AnyTagClassName
{
color: #CEC26C;
}
</style>
background-color css
<style>
a { background-color: #CEC26C; }
a { background-color: rgb(206,194,108); }
div.DivClassName
{
background-color: #CEC26C;
}
.BgClassName
{
background-color: #CEC26C;
}
</style>
border-color css
<style>
span { border-color: #CEC26C; }
span { border-color: rgb(206,194,108); }
td.TdClassName
{
border-color: #CEC26C;
}
.TagClassName
{
border-color: #CEC26C;
}
</style>