Shades of Tacha #CEC260
Tints of Tacha #CEC260
RGB
CMYK
RGB Variations
Color information
#CEC260 (or 0xCEC260) is known color: Tacha. HEX triplet: CE, C2 and 60. RGB value is (206,194,96). Sum of RGB (Red+Green+Blue) = 206+194+96=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC260 is #313D9F. Grayscale: #BABABA. Windows color (decimal): -3227040 or 6341326. OLE color: 6341326.
HSL color Cylindrical-coordinate representation of color #CEC260: hue angle of 53.45º 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 #CEC260 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 96 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.19 |
| HSL | 53.45º | 0.53% | 0.59% | - |
| HSV(B) | 53.45º | 0.53% | 0.81% | - |
| XYZ | 46.86 | 52.55 | 18.74 | - |
| YUV | 186.42 | 76.98 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 96 | 0 | 0.06 | 0.53 | 0.19 | 53.45 | 0.53 | 0.59 |
| Hex | CE | C2 | 60 | 0 | 6 | 35 | 13 | 35 | 35 | 3B |
| Octal | 316 | 302 | 140 | 0 | 6 | 65 | 23 | 65 | 65 | 73 |
| Binary | 11001110 | 11000010 | 1100000 | 0 | 110 | 110101 | 10011 | 110101 | 110101 | 111011 |
Color Harmonies of #CEC260
Complementary color
Monochromatic Colors of #CEC260
Black with #CEC260
Text Example
Text Example
White with #CEC260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC260; }
p { color: rgb(206,194,96); }
H1.HeaderClassName
{
color: #CEC260;
}
.AnyTagClassName
{
color: #CEC260;
}
</style>
background-color css
<style>
a { background-color: #CEC260; }
a { background-color: rgb(206,194,96); }
div.DivClassName
{
background-color: #CEC260;
}
.BgClassName
{
background-color: #CEC260;
}
</style>
border-color css
<style>
span { border-color: #CEC260; }
span { border-color: rgb(206,194,96); }
td.TdClassName
{
border-color: #CEC260;
}
.TagClassName
{
border-color: #CEC260;
}
</style>