바코드 일련번호로 부터 모델명과 색상을 추출하고 싶습니다

구현하고자 하는 내용은 아래와 같은 일련번호를 바코드로 읽어서 휴대폰의 모델명과 색상을 추출하고 싶은데, 도저히 제 힘으로는 데이터가 없어 구현을 2년째 못하고 있습니다.
혹시 아래와 같은 일련번호의 파싱 방법을 설명해주는 백서와 같은 정보를 가진 분이 계시면 좀 도움을 구합니다.

이통사용 일련번호는 다음과 같고..

SMS721WB1167837 등

자가유통용은 아래와 같은데
CSABM0053626J
CSAXM00675194

이 일련번호 구조에 대한 설명이 없어서 절망 상태입니다.

고수분들의 도움을 바랍니다.

Serial number is an unique identifier..
I do not think it is possible to find the device color from serial number for any smartphone. At best you can extract the device manufacturing timeline from the serial.

For finding device model, you are better off using Build.model from Build  |  API reference  |  Android Developers