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