#CCCCC0 Grey Pebble
#CCCCC0 (Grey Pebble) RGB value is (204, 204, 192).
Red value is 204, green value is 204, and blue value is 192.
Cylindrical-coordinate representations (HSL) of color #CCCCC0: hue: 60°, saturation: 10.5%, and lightness: 77.6%.
Process color (CMYK) of #CCCCC0 is 0%, 0%, 5.9%, 20%. Web safe color equivalent of #CCCCC0 is ##CCCCCC. Color #CCCCC0 contains mainly WHITE.
Color Spaces
| Color spaces of #CCCCC0 | Value |
|---|---|
| RGB | 204, 204, 192 |
| HSL | 60°, 10.5%, 77.6% |
| HSV / HSB | 60°, 5.9%, 80% |
| CMYK | 0%, 0%, 5.9%, 20% |
| XYZ | 56.01, 59.83, 58.46 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001100 | 11001100 | 11000000 |
| Octal | 314 | 314 | 300 |
| Decimal | 204 | 204 | 192 |
| Hex | CC | CC | C0 |
Shades of #CCCCC0
Tints of #CCCCC0
.mybgColor { background-color: #CCCCC0; }
.myforeColor { color: #CCCCC0; }
.myborderColor { border: 3px solid #CCCCC0; }
<p style="color:#CCCCC0">Text here</p>
This sample text is styled with font color #CCCCC0. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#CCCCC0">Div content here</div>
<div style="border:3px solid #CCCCC0">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204, 204, 192, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #CCCCC0; }
.divShadow { -moz-box-shadow: 1px 1px 3px #CCCCC0;
-webkit-box-shadow: 1px 1px 3px #CCCCC0;
box-shadow: 1px 1px 3px #CCCCC0; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #CCCCC0 (Grey Pebble)
Color Overview & Profile: Color #CCCCC0, also known as Grey Pebble, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 80% Red (204/255), 80% Green (204/255), and 75% Blue (192/255). The primary color family component is WHITE.
Print & Physical Production Specs: For physical print production and offset printing setups, #CCCCC0 translates into the CMYK subtractive color model with values of 0% Cyan, 0% Magenta, 5.9% Yellow, and 20% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 60°, saturation of 10.5%, and lightness of 77.6%.
Web Accessibility & Design Recommendations: When implementing #CCCCC0 in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##CCCCCC.
