Color #CECB9F

HEX

#CECB9F

RGB

(206, 203, 159)

Quick Actions

Color Values

Color Space Values
RGB
R: 206, G: 203, B: 159 (81%, 80%, 62%)
CMYK C: 0%, M: 1%, Y: 23%, K: 19%
HSL H: 56°, S: 32%, L: 72%
HSV H: 56°, S: 23%, V: 81%
CIE-LAB L: 80.93, a: -6.07, b: 22.39
CIE-LCH L: 80.93, C: 23.2, H: 105.17
Hunter-Lab L: 76.38, a: -12.07, b: 15.65
Web Safe
#cccc99
Complementary
#9fa2ce

#CECB9F is a color with RGB values of 206 red, 203 green, and 159 blue (81%, 80%, 62% respectively). In the CMYK color space, it consists of 0% cyan, 1% magenta, 23% yellow, and 19% black. The color has a hue angle of 56°, 32% saturation, and 72% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cccc99. The complementary color is #9fa2ce, 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 #CECB9F

Explore different variations of #CECB9F 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 #CECB9F. 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 #CECB9F

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #CECB9F

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 #CECB9F

Text with #CECB9F

This text has a font color of #CECB9F.

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

#CECB9F background color

This paragraph has a background color of #CECB9F.

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

#CECB9F border color

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

#CECB9F box shadow

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