---
title: CMRGBColor
framework: Application Services
role: symbol
role_heading: Structure
platforms: [macOS 10.0+]
path: applicationservices/cmrgbcolor
---

# CMRGBColor

 Contains a color value expressed in the RGB color space.

## Declaration

```occ
typedef struct CMRGBColor {
    ...
} CMRGBColor;
```

## Overview

A color value expressed in the RGB color space is composed of `red`, `green`, and `blue` component values. Each color component is expressed as a numeric value within the range of 0 to 65535. 

## Topics

### Instance Properties

- [blue](cmrgbcolor/1560509-blue.md)
- [green](cmrgbcolor/1560638-green.md)
- [red](cmrgbcolor/1560364-red.md)
