0xC36
0xC36 is a hexadecimal numeric literal. In many programming languages, literals that begin with 0x denote values written in base-16, distinguishing them from decimal or other radices. The exact interpretation of 0xC36 depends on the surrounding code, but as a standalone value it represents a specific integer constant.
Interpreting 0xC36 yields a decimal value of 3126. In binary, it is 1100 0011 0110. Hex literals
It is important to note that 0xC36 is not, by itself, a universally meaningful identifier. Its meaning
In discussions of color representation, a three-digit hex color like #C36 exists, but it follows the #RGB
See also: hexadecimal notation, decimal conversion, bitwise operations.