Color: #CC4B00
#CC4B00 Color Information
#CC4B00 is a dark color. The closest websafe version is #CC4B00. A complement of this color would be #0081CC, perceived brightness is 0.41, and the grayscale version is #666666.
In the HSL color space, this color has a hue angle of 22°,a saturation of 99%, and a lightness of 40%.The HSV representation shows a hue of 22°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CC4B00 is composed of 80% red, 29% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 63% magenta, 100% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 18.48, x: 0.5922, and y: 0.3768.
Color Code #CC4B00
Shades of Color #CC4B00
Shades are created by darkening the original color #CC4B00 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 #CC4B00
Tints are created by lightening the original color #CC4B00 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 #CC4B00 Color Code
In the HSL color space, this color has a hue angle of 22°, a saturation of 100%, and a lightness of 40%. The HSV representation shows a hue of 22°, a saturation of 100%, and a value of 80%.
- HEX: #CC4B00
- RGB: rgb(204, 75, 0)
- HSL: hsl(22, 100%, 40%)
- HSV: hsv(22, 100%, 80%)
- CMYK: 0.00% cyan, 63.00% magenta, 100.00% yellow, 20.00% black
- XYZ: 29.04, 18.48, 1.52
- Yxy: 18.48, 0.5922, 0.3768
- Hunter Lab: 50.07, 50.36, 61.05
- CIE-Lab: 50.07, 50.36, 61.05
In the XYZ color space, this color is represented as X: 29.04, Y: 18.48, Z: 1.52. The Yxy representation further refines this as Y: 18.48, x: 0.5922, and y: 0.3768.
In the Hunter Lab color space, this color is represented as L: 50.07, a: 50.36, and b: 61.05. Similarly, in the CIE-Lab color space, it is represented as L: 50.07, a: 50.36, 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 #CC4B00
Triadic colors are three colors evenly spaced around the color wheel, including #CC4B00. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CC4B00
Monochromatic colors are variations of #CC4B00, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CC4B00
The complementary color of #CC4B00 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 #CC4B00
/* Using HEX */ body { background-color: #cc4b00; }
/* Using RGB */ body { background-color: rgb(204, 75, 0); }
/* Using RGB with opacity */ body { background-color: rgba(204, 75, 0, 0.5); }
/* Using HSL */ body { background-color: hsl(22, 100%, 40%); }
/* Text color */ p { color: #cc4b00; }
/* Box shadow */ div { box-shadow: 4px 4px #cc4b00; }
HTML Examples of #CC4B00
<!-- Using HEX --> <div style="background-color: #cc4b00; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(204, 75, 0); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(204, 75, 0, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(22, 100%, 40%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cc4b00;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cc4b00; width: 100px; height: 100px;"></div>
Related Colors of #CC4B00
These colors are similar to #CC4B00, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.