Color #CEB164

HEX

#CEB164

RGB

(206, 177, 100)

Quick Actions

Color Values

Color Space Values
RGB
R: 206, G: 177, B: 100 (81%, 69%, 39%)
CMYK C: 0%, M: 14%, Y: 51%, K: 19%
HSL H: 44°, S: 52%, L: 60%
HSV H: 44°, S: 51%, V: 81%
CIE-LAB L: 73.21, a: 0.72, b: 42.96
CIE-LCH L: 73.21, C: 42.97, H: 89.04
Hunter-Lab L: 67.45, a: -5.22, b: 27.97
Web Safe
#cc9966
Complementary
#6481ce

#CEB164 is a color with RGB values of 206 red, 177 green, and 100 blue (81%, 69%, 39% respectively). In the CMYK color space, it consists of 0% cyan, 14% magenta, 51% yellow, and 19% black. The color has a hue angle of 44°, 52% saturation, and 60% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc9966. The complementary color is #6481ce, 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 #CEB164

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

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #CEB164

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

Text with #CEB164

This text has a font color of #CEB164.

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

#CEB164 background color

This paragraph has a background color of #CEB164.

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

#CEB164 border color

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

#CEB164 box shadow

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