Pantone to RGB Converter
모든 팬톤(PMS) 색상 코드에 대한 RGB, HEX 및 CMYK 등가값을 찾습니다.
선택된 팬톤
색상 값
검색 준비 완료
Pantone 코드를 입력하세요 (예: "Orange 021", "185", "Cool Gray") 디지털 색상 코드를 찾습니다.
Pantone에서 RGB 변환 정보
Converting Pantone (PMS) colors to RGB is essential for designers translating print branding to digital interfaces (websites, apps, and social media). While Pantone is a subtractive color model used in printing (CMYK), RGB is an additive color model used for screen displays.
색상이 생성되는 물리적 차이(반사광 대 방사광)로 인해 완벽한 일치는 항상 가능하지 않습니다. 당사의 도구는 사용 가능한 가장 정확한 데이터를 사용하여 팬톤 색상에 가장 가까운 RGB 값을 제공합니다.
일반 팬톤에서 RGB 변환
자주 묻는 질문
RGB 색상이 인쇄된 Pantone 칩과 정확히 일치하지 않는 이유는 무엇인가요?
화면은 빛을 발산하고(RGB), 종이는 빛을 반사합니다(CMYK/Pantone). 생생한 일부 Pantone 색상(특히 네온 또는 메탈릭 색상)은 표준 sRGB 색역을 벗어나 표준 모니터에서 완벽하게 재현할 수 없습니다.
CSS에서 RGB 값 사용 방법
You can use the RGB values directly in your CSS like this: color: rgb(255, 0, 0); or convert them to HEX if you prefer.