Shades of Tacha #CEC061
Tints of Tacha #CEC061
RGB
CMYK
RGB Variations
Color information
#CEC061 (or 0xCEC061) is known color: Tacha. HEX triplet: CE, C0 and 61. RGB value is (206,192,97). Sum of RGB (Red+Green+Blue) = 206+192+97=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC061 is #313F9E. Grayscale: #B9B9B9. Windows color (decimal): -3227551 or 6406350. OLE color: 6406350.
HSL color Cylindrical-coordinate representation of color #CEC061: hue angle of 52.29º 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 #CEC061 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 97 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.19 |
| HSL | 52.29º | 0.53% | 0.59% | - |
| HSV(B) | 52.29º | 0.53% | 0.81% | - |
| XYZ | 46.46 | 51.68 | 18.84 | - |
| YUV | 185.36 | 78.14 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 97 | 0 | 0.07 | 0.53 | 0.19 | 52.29 | 0.53 | 0.59 |
| Hex | CE | C0 | 61 | 0 | 7 | 35 | 13 | 34 | 35 | 3B |
| Octal | 316 | 300 | 141 | 0 | 7 | 65 | 23 | 64 | 65 | 73 |
| Binary | 11001110 | 11000000 | 1100001 | 0 | 111 | 110101 | 10011 | 110100 | 110101 | 111011 |
Color Harmonies of #CEC061
Complementary color
Monochromatic Colors of #CEC061
Black with #CEC061
Text Example
Text Example
White with #CEC061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC061; }
p { color: rgb(206,192,97); }
H1.HeaderClassName
{
color: #CEC061;
}
.AnyTagClassName
{
color: #CEC061;
}
</style>
background-color css
<style>
a { background-color: #CEC061; }
a { background-color: rgb(206,192,97); }
div.DivClassName
{
background-color: #CEC061;
}
.BgClassName
{
background-color: #CEC061;
}
</style>
border-color css
<style>
span { border-color: #CEC061; }
span { border-color: rgb(206,192,97); }
td.TdClassName
{
border-color: #CEC061;
}
.TagClassName
{
border-color: #CEC061;
}
</style>