Shades of Tacha #CEC565
Tints of Tacha #CEC565
RGB
CMYK
RGB Variations
Color information
#CEC565 (or 0xCEC565) is known color: Tacha. HEX triplet: CE, C5 and 65. RGB value is (206,197,101). Sum of RGB (Red+Green+Blue) = 206+197+101=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC565 is #313A9A. Grayscale: #BDBDBD. Windows color (decimal): -3226267 or 6669774. OLE color: 6669774.
HSL color Cylindrical-coordinate representation of color #CEC565: hue angle of 54.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEC565 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 101 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.19 |
| HSL | 54.86º | 0.52% | 0.6% | - |
| HSV(B) | 54.86º | 0.51% | 0.81% | - |
| XYZ | 47.77 | 53.99 | 20.22 | - |
| YUV | 188.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 101 | 0 | 0.04 | 0.51 | 0.19 | 54.86 | 0.52 | 0.6 |
| Hex | CE | C5 | 65 | 0 | 4 | 33 | 13 | 37 | 34 | 3C |
| Octal | 316 | 305 | 145 | 0 | 4 | 63 | 23 | 67 | 64 | 74 |
| Binary | 11001110 | 11000101 | 1100101 | 0 | 100 | 110011 | 10011 | 110111 | 110100 | 111100 |
Color Harmonies of #CEC565
Complementary color
Monochromatic Colors of #CEC565
Black with #CEC565
Text Example
Text Example
White with #CEC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC565; }
p { color: rgb(206,197,101); }
H1.HeaderClassName
{
color: #CEC565;
}
.AnyTagClassName
{
color: #CEC565;
}
</style>
background-color css
<style>
a { background-color: #CEC565; }
a { background-color: rgb(206,197,101); }
div.DivClassName
{
background-color: #CEC565;
}
.BgClassName
{
background-color: #CEC565;
}
</style>
border-color css
<style>
span { border-color: #CEC565; }
span { border-color: rgb(206,197,101); }
td.TdClassName
{
border-color: #CEC565;
}
.TagClassName
{
border-color: #CEC565;
}
</style>