Color: #C294BF
#C294BF Color Information
#C294BF is a light color. The closest websafe version is #C294BF. A complement of this color would be #94C297, perceived brightness is 0.65, and the grayscale version is #ABABAB.
In the HSL color space, this color has a hue angle of 304°,a saturation of 27%, and a lightness of 67%.The HSV representation shows a hue of 304°, a saturation of 100%, and a value of 100%.
In a RGB color space, #C294BF is composed of 76% red, 58% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 2% yellow and 24% black.
In the Yxy color space, this color is represented as Y: 36.39, x: 0.3543, and y: 0.3042.
Color Code #C294BF
Shades of Color #C294BF
Shades are created by darkening the original color #C294BF 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 #C294BF
Tints are created by lightening the original color #C294BF 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 #C294BF Color Code
In the HSL color space, this color has a hue angle of 304°, a saturation of 27%, and a lightness of 67%. The HSV representation shows a hue of 304°, a saturation of 24%, and a value of 76%.
- HEX: #C294BF
- RGB: rgb(194, 148, 191)
- HSL: hsl(304, 27%, 67%)
- HSV: hsv(304, 24%, 76%)
- CMYK: 0.00% cyan, 24.00% magenta, 2.00% yellow, 24.00% black
- XYZ: 42.38, 36.39, 40.84
- Yxy: 36.39, 0.3543, 0.3042
- Hunter Lab: 66.82, 23.19, -15.40
- CIE-Lab: 66.82, 23.19, -15.40
In the XYZ color space, this color is represented as X: 42.38, Y: 36.39, Z: 40.84. The Yxy representation further refines this as Y: 36.39, x: 0.3543, and y: 0.3042.
In the Hunter Lab color space, this color is represented as L: 66.82, a: 23.19, and b: -15.40. Similarly, in the CIE-Lab color space, it is represented as L: 66.82, a: 23.19, and b: -15.40.
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 #C294BF
Triadic colors are three colors evenly spaced around the color wheel, including #C294BF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C294BF
Monochromatic colors are variations of #C294BF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C294BF
The complementary color of #C294BF 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 #C294BF
/* Using HEX */ body { background-color: #c294bf; }
/* Using RGB */ body { background-color: rgb(194, 148, 191); }
/* Using RGB with opacity */ body { background-color: rgba(194, 148, 191, 0.5); }
/* Using HSL */ body { background-color: hsl(304, 27%, 67%); }
/* Text color */ p { color: #c294bf; }
/* Box shadow */ div { box-shadow: 4px 4px #c294bf; }
HTML Examples of #C294BF
<!-- Using HEX --> <div style="background-color: #c294bf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(194, 148, 191); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(194, 148, 191, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(304, 27%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c294bf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c294bf; width: 100px; height: 100px;"></div>
Related Colors of #C294BF
These colors are similar to #C294BF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.