Shades of Tacha #CEC760
Tints of Tacha #CEC760
RGB
CMYK
RGB Variations
Color information
#CEC760 (or 0xCEC760) is known color: Tacha. HEX triplet: CE, C7 and 60. RGB value is (206,199,96). Sum of RGB (Red+Green+Blue) = 206+199+96=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC760 is #31389F. Grayscale: #BDBDBD. Windows color (decimal): -3225760 or 6342606. OLE color: 6342606.
HSL color Cylindrical-coordinate representation of color #CEC760: hue angle of 56.18º 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 #CEC760 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 96 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.19 |
| HSL | 56.18º | 0.53% | 0.59% | - |
| HSV(B) | 56.18º | 0.53% | 0.81% | - |
| XYZ | 47.99 | 54.81 | 19.12 | - |
| YUV | 189.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 96 | 0 | 0.03 | 0.53 | 0.19 | 56.18 | 0.53 | 0.59 |
| Hex | CE | C7 | 60 | 0 | 3 | 35 | 13 | 38 | 35 | 3B |
| Octal | 316 | 307 | 140 | 0 | 3 | 65 | 23 | 70 | 65 | 73 |
| Binary | 11001110 | 11000111 | 1100000 | 0 | 11 | 110101 | 10011 | 111000 | 110101 | 111011 |
Color Harmonies of #CEC760
Complementary color
Monochromatic Colors of #CEC760
Black with #CEC760
Text Example
Text Example
White with #CEC760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC760; }
p { color: rgb(206,199,96); }
H1.HeaderClassName
{
color: #CEC760;
}
.AnyTagClassName
{
color: #CEC760;
}
</style>
background-color css
<style>
a { background-color: #CEC760; }
a { background-color: rgb(206,199,96); }
div.DivClassName
{
background-color: #CEC760;
}
.BgClassName
{
background-color: #CEC760;
}
</style>
border-color css
<style>
span { border-color: #CEC760; }
span { border-color: rgb(206,199,96); }
td.TdClassName
{
border-color: #CEC760;
}
.TagClassName
{
border-color: #CEC760;
}
</style>