Color: #C4B09A
#C4B09A Color Information
#C4B09A is a light color. The closest websafe version is #C4B09A. A complement of this color would be #9BAFC5, perceived brightness is 0.70, and the grayscale version is #AFAFAF.
In the HSL color space, this color has a hue angle of 31°,a saturation of 26%, and a lightness of 69%.The HSV representation shows a hue of 31°, a saturation of 21%, and a value of 77%.
In a RGB color space, #C4B09A is composed of 77% red, 69% green and 60% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 21% yellow and 23% black.
In the Yxy color space, this color is represented as Y: 45.36, x: 0.3821, and y: 0.3817.
Color Code #C4B09A
Shades of Color #C4B09A
Shades are created by darkening the original color #C4B09A 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 #C4B09A
Tints are created by lightening the original color #C4B09A 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 #C4B09A Color Code
In the HSL color space, this color has a hue angle of 31°, a saturation of 26%, and a lightness of 69%. The HSV representation shows a hue of 31°, a saturation of 21%, and a value of 77%.
- HEX: #C4B09A
- RGB: rgb(196, 176, 154)
- HSL: hsl(31, 26%, 69%)
- HSV: hsv(31, 21%, 77%)
- CMYK: 0.00% cyan, 10.00% magenta, 21.00% yellow, 23.00% black
- XYZ: 45.41, 45.36, 28.06
- Yxy: 45.36, 0.3821, 0.3817
- Hunter Lab: 73.13, 4.83, 14.07
- CIE-Lab: 73.13, 4.83, 14.07
In the XYZ color space, this color is represented as X: 45.41, Y: 45.36, Z: 28.06. The Yxy representation further refines this as Y: 45.36, x: 0.3821, and y: 0.3817.
In the Hunter Lab color space, this color is represented as L: 73.13, a: 4.83, and b: 14.07. Similarly, in the CIE-Lab color space, it is represented as L: 73.13, a: 4.83, and b: 14.07.
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 #C4B09A
Triadic colors are three colors evenly spaced around the color wheel, including #C4B09A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C4B09A
Monochromatic colors are variations of #C4B09A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C4B09A
The complementary color of #C4B09A 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 #C4B09A
/* Using HEX */ body { background-color: #c4b09a; }
/* Using RGB */ body { background-color: rgb(196, 176, 154); }
/* Using RGB with opacity */ body { background-color: rgba(196, 176, 154, 0.5); }
/* Using HSL */ body { background-color: hsl(31, 26%, 69%); }
/* Text color */ p { color: #c4b09a; }
/* Box shadow */ div { box-shadow: 4px 4px #c4b09a; }
/* Border color */ .box { border: 4px solid #c4b09a; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c4b09a; }
/* Background with text */ div { background: #c4b09a; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C4B09A
<!-- Using HEX --> <div style="background-color: #c4b09a; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(196, 176, 154); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(196, 176, 154, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(31, 26%, 69%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c4b09a;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c4b09a; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c4b09a; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c4b09a;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c4b09a; color: #fff; padding: 16px; border-radius: 8px;"> #C4B09A </div>
Related Colors of #C4B09A
These colors are similar to #C4B09A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.