Color: #CCB4AC
#CCB4AC Color Information
#CCB4AC is a light color. The closest websafe version is #CCB4AC. A complement of this color would be #ADC5CD, perceived brightness is 0.73, and the grayscale version is #BCBCBC.
In the HSL color space, this color has a hue angle of 15°,a saturation of 24%, and a lightness of 74%.The HSV representation shows a hue of 15°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CCB4AC is composed of 80% red, 71% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 16% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 48.66, x: 0.3739, and y: 0.3653.
Color Code #CCB4AC
Shades of Color #CCB4AC
Shades are created by darkening the original color #CCB4AC 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 #CCB4AC
Tints are created by lightening the original color #CCB4AC 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 #CCB4AC Color Code
In the HSL color space, this color has a hue angle of 15°, a saturation of 24%, and a lightness of 74%. The HSV representation shows a hue of 15°, a saturation of 16%, and a value of 80%.
- HEX: #CCB4AC
- RGB: rgb(204, 180, 172)
- HSL: hsl(15, 24%, 74%)
- HSV: hsv(15, 16%, 80%)
- CMYK: 0.00% cyan, 12.00% magenta, 16.00% yellow, 20.00% black
- XYZ: 49.81, 48.66, 34.74
- Yxy: 48.66, 0.3739, 0.3653
- Hunter Lab: 75.24, 7.93, 7.42
- CIE-Lab: 75.24, 7.93, 7.42
In the XYZ color space, this color is represented as X: 49.81, Y: 48.66, Z: 34.74. The Yxy representation further refines this as Y: 48.66, x: 0.3739, and y: 0.3653.
In the Hunter Lab color space, this color is represented as L: 75.24, a: 7.93, and b: 7.42. Similarly, in the CIE-Lab color space, it is represented as L: 75.24, a: 7.93, and b: 7.42.
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 #CCB4AC
Triadic colors are three colors evenly spaced around the color wheel, including #CCB4AC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CCB4AC
Monochromatic colors are variations of #CCB4AC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CCB4AC
The complementary color of #CCB4AC 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 #CCB4AC
/* Using HEX */ body { background-color: #ccb4ac; }
/* Using RGB */ body { background-color: rgb(204, 180, 172); }
/* Using RGB with opacity */ body { background-color: rgba(204, 180, 172, 0.5); }
/* Using HSL */ body { background-color: hsl(15, 24%, 74%); }
/* Text color */ p { color: #ccb4ac; }
/* Box shadow */ div { box-shadow: 4px 4px #ccb4ac; }
HTML Examples of #CCB4AC
<!-- Using HEX --> <div style="background-color: #ccb4ac; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(204, 180, 172); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(204, 180, 172, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(15, 24%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ccb4ac;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ccb4ac; width: 100px; height: 100px;"></div>
Related Colors of #CCB4AC
These colors are similar to #CCB4AC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.