Color: #C0154C
#C0154C Color Information
#C0154C is a dark color. The closest websafe version is #C0154C. A complement of this color would be #15C18B, perceived brightness is 0.31, and the grayscale version is #6B6B6B.
In the HSL color space, this color has a hue angle of 341°,a saturation of 80%, and a lightness of 42%.The HSV representation shows a hue of 341°, a saturation of 89%, and a value of 75%.
In a RGB color space, #C0154C is composed of 75% red, 8% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 89% magenta, 60% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 12.70, x: 0.5656, and y: 0.2955.
Color Code #C0154C
Shades of Color #C0154C
Shades are created by darkening the original color #C0154C 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 #C0154C
Tints are created by lightening the original color #C0154C 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 #C0154C Color Code
In the HSL color space, this color has a hue angle of 341°, a saturation of 80%, and a lightness of 42%. The HSV representation shows a hue of 341°, a saturation of 89%, and a value of 75%.
- HEX: #C0154C
- RGB: rgb(192, 21, 76)
- HSL: hsl(341, 80%, 42%)
- HSV: hsv(341, 89%, 75%)
- CMYK: 0.00% cyan, 89.00% magenta, 60.00% yellow, 25.00% black
- XYZ: 24.31, 12.70, 5.97
- Yxy: 12.70, 0.5656, 0.2955
- Hunter Lab: 42.31, 64.51, 17.21
- CIE-Lab: 42.31, 64.51, 17.21
In the XYZ color space, this color is represented as X: 24.31, Y: 12.70, Z: 5.97. The Yxy representation further refines this as Y: 12.70, x: 0.5656, and y: 0.2955.
In the Hunter Lab color space, this color is represented as L: 42.31, a: 64.51, and b: 17.21. Similarly, in the CIE-Lab color space, it is represented as L: 42.31, a: 64.51, and b: 17.21.
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 #C0154C
Triadic colors are three colors evenly spaced around the color wheel, including #C0154C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C0154C
Split complementary colors are two colors adjacent to the complementary color of #C0154C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C0154C
Monochromatic colors are variations of #C0154C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C0154C
The complementary color of #C0154C 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 #C0154C
/* Using HEX */ body { background-color: #c0154c; }
/* Using RGB */ body { background-color: rgb(192, 21, 76); }
/* Using RGB with opacity */ body { background-color: rgba(192, 21, 76, 0.5); }
/* Using HSL */ body { background-color: hsl(341, 80%, 42%); }
/* Text color */ p { color: #c0154c; }
/* Box shadow */ div { box-shadow: 4px 4px #c0154c; }
/* Border color */ .box { border: 4px solid #c0154c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c0154c; }
/* Background with text */ div { background: #c0154c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C0154C
<!-- Using HEX --> <div style="background-color: #c0154c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(192, 21, 76); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(192, 21, 76, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(341, 80%, 42%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c0154c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c0154c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c0154c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c0154c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c0154c; color: #fff; padding: 16px; border-radius: 8px;"> #C0154C </div>
Related Colors of #C0154C
These colors are similar to #C0154C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.