#251 Grey78
#C6C6C6
GreyscaleHEX#C6C6C6
RGB198, 198, 198
HSL0°, 0%, 78%
CMYK0%, 0%, 0%, 22%
Xterm ID251
GrupoGreyscale
Códigos de Terminal
Foreground (texto)
\x1b[38;5;251m Background (fondo)
\x1b[48;5;251m Bash echo
echo -e "\033[38;5;251mTexto\033[0m" Python
print(f"\033[38;5;251mTexto\033[0m") CSS
Color HEX
color: #C6C6C6; Color RGB
color: rgb(198, 198, 198); Background
background-color: #C6C6C6;