Shades of Tacha #CEC761
Tints of Tacha #CEC761
RGB
CMYK
RGB Variations
Color information
#CEC761 (or 0xCEC761) is known color: Tacha. HEX triplet: CE, C7 and 61. RGB value is (206,199,97). Sum of RGB (Red+Green+Blue) = 206+199+97=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC761 is #31389E. Grayscale: #BDBDBD. Windows color (decimal): -3225759 or 6408142. OLE color: 6408142.
HSL color Cylindrical-coordinate representation of color #CEC761: hue angle of 56.15º 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 #CEC761 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 97 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.19 |
| HSL | 56.15º | 0.53% | 0.59% | - |
| HSV(B) | 56.15º | 0.53% | 0.81% | - |
| XYZ | 48.03 | 54.83 | 19.36 | - |
| YUV | 189.47 | 75.82 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 97 | 0 | 0.03 | 0.53 | 0.19 | 56.15 | 0.53 | 0.59 |
| Hex | CE | C7 | 61 | 0 | 3 | 35 | 13 | 38 | 35 | 3B |
| Octal | 316 | 307 | 141 | 0 | 3 | 65 | 23 | 70 | 65 | 73 |
| Binary | 11001110 | 11000111 | 1100001 | 0 | 11 | 110101 | 10011 | 111000 | 110101 | 111011 |
Color Harmonies of #CEC761
Complementary color
Monochromatic Colors of #CEC761
Black with #CEC761
Text Example
Text Example
White with #CEC761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC761; }
p { color: rgb(206,199,97); }
H1.HeaderClassName
{
color: #CEC761;
}
.AnyTagClassName
{
color: #CEC761;
}
</style>
background-color css
<style>
a { background-color: #CEC761; }
a { background-color: rgb(206,199,97); }
div.DivClassName
{
background-color: #CEC761;
}
.BgClassName
{
background-color: #CEC761;
}
</style>
border-color css
<style>
span { border-color: #CEC761; }
span { border-color: rgb(206,199,97); }
td.TdClassName
{
border-color: #CEC761;
}
.TagClassName
{
border-color: #CEC761;
}
</style>