Color: #CC997D
#CC997D Color Information
#CC997D is a light color. The closest websafe version is #CC997D. A complement of this color would be #7EB2CD, perceived brightness is 0.65, and the grayscale version is #A5A5A5.
In the HSL color space, this color has a hue angle of 21°,a saturation of 44%, and a lightness of 65%.The HSV representation shows a hue of 21°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CC997D is composed of 80% red, 60% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 39% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 37.51, x: 0.4254, and y: 0.3842.
Color Code #CC997D
Shades of Color #CC997D
Shades are created by darkening the original color #CC997D 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 #CC997D
Tints are created by lightening the original color #CC997D 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 #CC997D Color Code
In the HSL color space, this color has a hue angle of 21°, a saturation of 44%, and a lightness of 65%. The HSV representation shows a hue of 21°, a saturation of 39%, and a value of 80%.
- HEX: #CC997D
- RGB: rgb(204, 153, 125)
- HSL: hsl(21, 44%, 65%)
- HSV: hsv(21, 39%, 80%)
- CMYK: 0.00% cyan, 25.00% magenta, 39.00% yellow, 20.00% black
- XYZ: 41.53, 37.51, 18.58
- Yxy: 37.51, 0.4254, 0.3842
- Hunter Lab: 67.66, 17.00, 22.57
- CIE-Lab: 67.66, 17.00, 22.57
In the XYZ color space, this color is represented as X: 41.53, Y: 37.51, Z: 18.58. The Yxy representation further refines this as Y: 37.51, x: 0.4254, and y: 0.3842.
In the Hunter Lab color space, this color is represented as L: 67.66, a: 17.00, and b: 22.57. Similarly, in the CIE-Lab color space, it is represented as L: 67.66, a: 17.00, and b: 22.57.
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 #CC997D
Triadic colors are three colors evenly spaced around the color wheel, including #CC997D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CC997D
Monochromatic colors are variations of #CC997D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CC997D
The complementary color of #CC997D 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 #CC997D
/* Using HEX */ body { background-color: #cc997d; }
/* Using RGB */ body { background-color: rgb(204, 153, 125); }
/* Using RGB with opacity */ body { background-color: rgba(204, 153, 125, 0.5); }
/* Using HSL */ body { background-color: hsl(21, 44%, 65%); }
/* Text color */ p { color: #cc997d; }
/* Box shadow */ div { box-shadow: 4px 4px #cc997d; }
HTML Examples of #CC997D
<!-- Using HEX --> <div style="background-color: #cc997d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(204, 153, 125); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(204, 153, 125, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(21, 44%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cc997d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cc997d; width: 100px; height: 100px;"></div>
Related Colors of #CC997D
These colors are similar to #CC997D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.