Shades of Tacha #CEC560
Tints of Tacha #CEC560
RGB
CMYK
RGB Variations
Color information
#CEC560 (or 0xCEC560) is known color: Tacha. HEX triplet: CE, C5 and 60. RGB value is (206,197,96). Sum of RGB (Red+Green+Blue) = 206+197+96=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC560 is #313A9F. Grayscale: #BCBCBC. Windows color (decimal): -3226272 or 6342094. OLE color: 6342094.
HSL color Cylindrical-coordinate representation of color #CEC560: hue angle of 55.09º 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 #CEC560 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 96 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.19 |
| HSL | 55.09º | 0.53% | 0.59% | - |
| HSV(B) | 55.09º | 0.53% | 0.81% | - |
| XYZ | 47.53 | 53.9 | 18.96 | - |
| YUV | 188.18 | 75.98 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 96 | 0 | 0.04 | 0.53 | 0.19 | 55.09 | 0.53 | 0.59 |
| Hex | CE | C5 | 60 | 0 | 4 | 35 | 13 | 37 | 35 | 3B |
| Octal | 316 | 305 | 140 | 0 | 4 | 65 | 23 | 67 | 65 | 73 |
| Binary | 11001110 | 11000101 | 1100000 | 0 | 100 | 110101 | 10011 | 110111 | 110101 | 111011 |
Color Harmonies of #CEC560
Complementary color
Monochromatic Colors of #CEC560
Black with #CEC560
Text Example
Text Example
White with #CEC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC560; }
p { color: rgb(206,197,96); }
H1.HeaderClassName
{
color: #CEC560;
}
.AnyTagClassName
{
color: #CEC560;
}
</style>
background-color css
<style>
a { background-color: #CEC560; }
a { background-color: rgb(206,197,96); }
div.DivClassName
{
background-color: #CEC560;
}
.BgClassName
{
background-color: #CEC560;
}
</style>
border-color css
<style>
span { border-color: #CEC560; }
span { border-color: rgb(206,197,96); }
td.TdClassName
{
border-color: #CEC560;
}
.TagClassName
{
border-color: #CEC560;
}
</style>