Color #CCC987

HEX

#CCC987

RGB

(204, 201, 135)

Quick Actions

Color Values

Color Space Values
RGB
R: 204, G: 201, B: 135 (80%, 79%, 53%)
CMYK C: 0%, M: 1%, Y: 34%, K: 20%
HSL H: 57°, S: 40%, L: 66%
HSV H: 57°, S: 34%, V: 80%
CIE-LAB L: 79.82, a: -8.95, b: 33.41
CIE-LCH L: 79.82, C: 34.59, H: 105
Hunter-Lab L: 75.07, a: -14.45, b: 23.5
Web Safe
#cccc99
Complementary
#878acc

#CCC987 is a color with RGB values of 204 red, 201 green, and 135 blue (80%, 79%, 53% respectively). In the CMYK color space, it consists of 0% cyan, 1% magenta, 34% yellow, and 20% black. The color has a hue angle of 57°, 40% saturation, and 66% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cccc99. The complementary color is #878acc, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #CCC987

Explore different variations of #CCC987 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #CCC987. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #CCC987

Explore different color combinations and harmonies that work well with #CCC987.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #CCC987

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #CCC987

Text with #CCC987

This text has a font color of #CCC987.

<span style="color:#CCC987;">Text here</span>
.text { color: #CCC987; }

#CCC987 background color

This paragraph has a background color of #CCC987.

<p style="background-color:#CCC987;">Content here</p>
.background { background-color: #CCC987; }

#CCC987 border color

This element has a border color of #CCC987.
<div style="border:1px solid #CCC987;">Content here</div>
.border { border: 1px solid #CCC987; }

#CCC987 box shadow

This element has a box shadow using #CCC987.
<div style="box-shadow: 0 4px 6px -1px #CCC98780">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #CCC98780; }
Copied to clipboard!