Shades of Tacha #CEC160
Tints of Tacha #CEC160
RGB
CMYK
RGB Variations
Color information
#CEC160 (or 0xCEC160) is known color: Tacha. HEX triplet: CE, C1 and 60. RGB value is (206,193,96). Sum of RGB (Red+Green+Blue) = 206+193+96=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC160 is #313E9F. Grayscale: #BABABA. Windows color (decimal): -3227296 or 6341070. OLE color: 6341070.
HSL color Cylindrical-coordinate representation of color #CEC160: hue angle of 52.91º 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 #CEC160 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 96 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.19 |
| HSL | 52.91º | 0.53% | 0.59% | - |
| HSV(B) | 52.91º | 0.53% | 0.81% | - |
| XYZ | 46.63 | 52.11 | 18.67 | - |
| YUV | 185.83 | 77.31 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 96 | 0 | 0.06 | 0.53 | 0.19 | 52.91 | 0.53 | 0.59 |
| Hex | CE | C1 | 60 | 0 | 6 | 35 | 13 | 35 | 35 | 3B |
| Octal | 316 | 301 | 140 | 0 | 6 | 65 | 23 | 65 | 65 | 73 |
| Binary | 11001110 | 11000001 | 1100000 | 0 | 110 | 110101 | 10011 | 110101 | 110101 | 111011 |
Color Harmonies of #CEC160
Complementary color
Monochromatic Colors of #CEC160
Black with #CEC160
Text Example
Text Example
White with #CEC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC160; }
p { color: rgb(206,193,96); }
H1.HeaderClassName
{
color: #CEC160;
}
.AnyTagClassName
{
color: #CEC160;
}
</style>
background-color css
<style>
a { background-color: #CEC160; }
a { background-color: rgb(206,193,96); }
div.DivClassName
{
background-color: #CEC160;
}
.BgClassName
{
background-color: #CEC160;
}
</style>
border-color css
<style>
span { border-color: #CEC160; }
span { border-color: rgb(206,193,96); }
td.TdClassName
{
border-color: #CEC160;
}
.TagClassName
{
border-color: #CEC160;
}
</style>