Color: #CEB18F
#CEB18F Color Information
#CEB18F is a light color. The closest websafe version is #CEB18F. A complement of this color would be #8EABCD, perceived brightness is 0.71, and the grayscale version is #AFAFAF.
In the HSL color space, this color has a hue angle of 32°,a saturation of 39%, and a lightness of 68%.The HSV representation shows a hue of 32°, a saturation of 31%, and a value of 81%.
In a RGB color space, #CEB18F is composed of 81% red, 69% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 31% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 46.92, x: 0.3999, and y: 0.3928.
Color Code #CEB18F
Shades of Color #CEB18F
Shades are created by darkening the original color #CEB18F in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #CEB18F
Tints are created by lightening the original color #CEB18F in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #CEB18F Color Code
In the HSL color space, this color has a hue angle of 32°, a saturation of 39%, and a lightness of 68%. The HSV representation shows a hue of 32°, a saturation of 31%, and a value of 81%.
- HEX: #CEB18F
- RGB: rgb(206, 177, 143)
- HSL: hsl(32, 39%, 68%)
- HSV: hsv(32, 31%, 81%)
- CMYK: 0.00% cyan, 14.00% magenta, 31.00% yellow, 19.00% black
- XYZ: 47.77, 46.92, 24.75
- Yxy: 46.92, 0.3999, 0.3928
- Hunter Lab: 74.14, 7.13, 21.54
- CIE-Lab: 74.14, 7.13, 21.54
In the XYZ color space, this color is represented as X: 47.77, Y: 46.92, Z: 24.75. The Yxy representation further refines this as Y: 46.92, x: 0.3999, and y: 0.3928.
In the Hunter Lab color space, this color is represented as L: 74.14, a: 7.13, and b: 21.54. Similarly, in the CIE-Lab color space, it is represented as L: 74.14, a: 7.13, and b: 21.54.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #CEB18F
Triadic colors are three colors evenly spaced around the color wheel, including #CEB18F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CEB18F
Monochromatic colors are variations of #CEB18F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CEB18F
The complementary color of #CEB18F is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #CEB18F
/* Using HEX */ body { background-color: #ceb18f; }
/* Using RGB */ body { background-color: rgb(206, 177, 143); }
/* Using RGB with opacity */ body { background-color: rgba(206, 177, 143, 0.5); }
/* Using HSL */ body { background-color: hsl(32, 39%, 68%); }
/* Text color */ p { color: #ceb18f; }
/* Box shadow */ div { box-shadow: 4px 4px #ceb18f; }
/* Border color */ .box { border: 4px solid #ceb18f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ceb18f; }
/* Background with text */ div { background: #ceb18f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CEB18F
<!-- Using HEX --> <div style="background-color: #ceb18f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(206, 177, 143); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(206, 177, 143, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(32, 39%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ceb18f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ceb18f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ceb18f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ceb18f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ceb18f; color: #fff; padding: 16px; border-radius: 8px;"> #CEB18F </div>
Related Colors of #CEB18F
These colors are similar to #CEB18F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.