Color: #C49BCE
#C49BCE Color Information
#C49BCE is a light color. The closest websafe version is #C49BCE. A complement of this color would be #A6CE9C, perceived brightness is 0.68, and the grayscale version is #B4B4B4.
In the HSL color space, this color has a hue angle of 288°,a saturation of 34%, and a lightness of 71%.The HSV representation shows a hue of 288°, a saturation of 25%, and a value of 81%.
In a RGB color space, #C49BCE is composed of 77% red, 61% green and 81% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 25% magenta, 0% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 39.52, x: 0.3421, and y: 0.2970.
Color Code #C49BCE
Shades of Color #C49BCE
Shades are created by darkening the original color #C49BCE 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 #C49BCE
Tints are created by lightening the original color #C49BCE 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 #C49BCE Color Code
In the HSL color space, this color has a hue angle of 288°, a saturation of 34%, and a lightness of 71%. The HSV representation shows a hue of 288°, a saturation of 25%, and a value of 81%.
- HEX: #C49BCE
- RGB: rgb(196, 155, 206)
- HSL: hsl(288, 34%, 71%)
- HSV: hsv(288, 25%, 81%)
- CMYK: 5.00% cyan, 25.00% magenta, 0.00% yellow, 19.00% black
- XYZ: 45.52, 39.52, 48.03
- Yxy: 39.52, 0.3421, 0.2970
- Hunter Lab: 69.13, 22.41, -20.22
- CIE-Lab: 69.13, 22.41, -20.22
In the XYZ color space, this color is represented as X: 45.52, Y: 39.52, Z: 48.03. The Yxy representation further refines this as Y: 39.52, x: 0.3421, and y: 0.2970.
In the Hunter Lab color space, this color is represented as L: 69.13, a: 22.41, and b: -20.22. Similarly, in the CIE-Lab color space, it is represented as L: 69.13, a: 22.41, and b: -20.22.
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 #C49BCE
Triadic colors are three colors evenly spaced around the color wheel, including #C49BCE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C49BCE
Monochromatic colors are variations of #C49BCE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C49BCE
The complementary color of #C49BCE 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 #C49BCE
/* Using HEX */ body { background-color: #c49bce; }
/* Using RGB */ body { background-color: rgb(196, 155, 206); }
/* Using RGB with opacity */ body { background-color: rgba(196, 155, 206, 0.5); }
/* Using HSL */ body { background-color: hsl(288, 34%, 71%); }
/* Text color */ p { color: #c49bce; }
/* Box shadow */ div { box-shadow: 4px 4px #c49bce; }
/* Border color */ .box { border: 4px solid #c49bce; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c49bce; }
/* Background with text */ div { background: #c49bce; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C49BCE
<!-- Using HEX --> <div style="background-color: #c49bce; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(196, 155, 206); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(196, 155, 206, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(288, 34%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c49bce;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c49bce; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c49bce; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c49bce;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c49bce; color: #fff; padding: 16px; border-radius: 8px;"> #C49BCE </div>
Related Colors of #C49BCE
These colors are similar to #C49BCE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.