Shades of Tacha #CEC261
Tints of Tacha #CEC261
RGB
CMYK
RGB Variations
Color information
#CEC261 (or 0xCEC261) is known color: Tacha. HEX triplet: CE, C2 and 61. RGB value is (206,194,97). Sum of RGB (Red+Green+Blue) = 206+194+97=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC261 is #313D9E. Grayscale: #BABABA. Windows color (decimal): -3227039 or 6406862. OLE color: 6406862.
HSL color Cylindrical-coordinate representation of color #CEC261: hue angle of 53.39º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEC261 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 97 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.19 |
| HSL | 53.39º | 0.53% | 0.59% | - |
| HSV(B) | 53.39º | 0.53% | 0.81% | - |
| XYZ | 46.9 | 52.57 | 18.98 | - |
| YUV | 186.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 97 | 0 | 0.06 | 0.53 | 0.19 | 53.39 | 0.53 | 0.59 |
| Hex | CE | C2 | 61 | 0 | 6 | 35 | 13 | 35 | 35 | 3B |
| Octal | 316 | 302 | 141 | 0 | 6 | 65 | 23 | 65 | 65 | 73 |
| Binary | 11001110 | 11000010 | 1100001 | 0 | 110 | 110101 | 10011 | 110101 | 110101 | 111011 |
Color Harmonies of #CEC261
Complementary color
Monochromatic Colors of #CEC261
Black with #CEC261
Text Example
Text Example
White with #CEC261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC261; }
p { color: rgb(206,194,97); }
H1.HeaderClassName
{
color: #CEC261;
}
.AnyTagClassName
{
color: #CEC261;
}
</style>
background-color css
<style>
a { background-color: #CEC261; }
a { background-color: rgb(206,194,97); }
div.DivClassName
{
background-color: #CEC261;
}
.BgClassName
{
background-color: #CEC261;
}
</style>
border-color css
<style>
span { border-color: #CEC261; }
span { border-color: rgb(206,194,97); }
td.TdClassName
{
border-color: #CEC261;
}
.TagClassName
{
border-color: #CEC261;
}
</style>