Color: #CCB46B
#CCB46B Color Information
#CCB46B is a light color. The closest websafe version is #CCB46B. A complement of this color would be #6B83CC, perceived brightness is 0.70, and the grayscale version is #9B9B9B.
In the HSL color space, this color has a hue angle of 45°,a saturation of 49%, and a lightness of 61%.The HSV representation shows a hue of 45°, a saturation of 48%, and a value of 80%.
In a RGB color space, #CCB46B is composed of 80% red, 71% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 48% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 47.05, x: 0.4228, and y: 0.4323.
Color Code #CCB46B
Shades of Color #CCB46B
Shades are created by darkening the original color #CCB46B 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 #CCB46B
Tints are created by lightening the original color #CCB46B 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 #CCB46B Color Code
In the HSL color space, this color has a hue angle of 45°, a saturation of 49%, and a lightness of 61%. The HSV representation shows a hue of 45°, a saturation of 48%, and a value of 80%.
- HEX: #CCB46B
- RGB: rgb(204, 180, 107)
- HSL: hsl(45, 49%, 61%)
- HSV: hsv(45, 48%, 80%)
- CMYK: 0.00% cyan, 12.00% magenta, 48.00% yellow, 20.00% black
- XYZ: 46.01, 47.05, 15.77
- Yxy: 47.05, 0.4228, 0.4323
- Hunter Lab: 74.22, 1.84, 40.34
- CIE-Lab: 74.22, 1.84, 40.34
In the XYZ color space, this color is represented as X: 46.01, Y: 47.05, Z: 15.77. The Yxy representation further refines this as Y: 47.05, x: 0.4228, and y: 0.4323.
In the Hunter Lab color space, this color is represented as L: 74.22, a: 1.84, and b: 40.34. Similarly, in the CIE-Lab color space, it is represented as L: 74.22, a: 1.84, and b: 40.34.
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 #CCB46B
Triadic colors are three colors evenly spaced around the color wheel, including #CCB46B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CCB46B
Monochromatic colors are variations of #CCB46B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CCB46B
The complementary color of #CCB46B 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 #CCB46B
/* Using HEX */ body { background-color: #ccb46b; }
/* Using RGB */ body { background-color: rgb(204, 180, 107); }
/* Using RGB with opacity */ body { background-color: rgba(204, 180, 107, 0.5); }
/* Using HSL */ body { background-color: hsl(45, 49%, 61%); }
/* Text color */ p { color: #ccb46b; }
/* Box shadow */ div { box-shadow: 4px 4px #ccb46b; }
/* Border color */ .box { border: 4px solid #ccb46b; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ccb46b; }
/* Background with text */ div { background: #ccb46b; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CCB46B
<!-- Using HEX --> <div style="background-color: #ccb46b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(204, 180, 107); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(204, 180, 107, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(45, 49%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ccb46b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ccb46b; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ccb46b; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ccb46b;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ccb46b; color: #fff; padding: 16px; border-radius: 8px;"> #CCB46B </div>
Related Colors of #CCB46B
These colors are similar to #CCB46B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.