Color: #C99A91
#C99A91 Color Information
#C99A91 is a light color. The closest websafe version is #C99A91. A complement of this color would be #92C0C9, perceived brightness is 0.66, and the grayscale version is #ADADAD.
In the HSL color space, this color has a hue angle of 10°,a saturation of 34%, and a lightness of 68%.The HSV representation shows a hue of 10°, a saturation of 28%, and a value of 79%.
In a RGB color space, #C99A91 is composed of 79% red, 60% green and 57% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 23% magenta, 28% yellow and 21% black.
In the Yxy color space, this color is represented as Y: 37.88, x: 0.4034, and y: 0.3642.
Color Code #C99A91
Shades of Color #C99A91
Shades are created by darkening the original color #C99A91 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 #C99A91
Tints are created by lightening the original color #C99A91 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 #C99A91 Color Code
In the HSL color space, this color has a hue angle of 10°, a saturation of 34%, and a lightness of 68%. The HSV representation shows a hue of 10°, a saturation of 28%, and a value of 79%.
- HEX: #C99A91
- RGB: rgb(201, 154, 145)
- HSL: hsl(10, 34%, 68%)
- HSV: hsv(10, 28%, 79%)
- CMYK: 0.00% cyan, 23.00% magenta, 28.00% yellow, 21.00% black
- XYZ: 41.96, 37.88, 24.17
- Yxy: 37.88, 0.4034, 0.3642
- Hunter Lab: 67.93, 17.14, 11.88
- CIE-Lab: 67.93, 17.14, 11.88
In the XYZ color space, this color is represented as X: 41.96, Y: 37.88, Z: 24.17. The Yxy representation further refines this as Y: 37.88, x: 0.4034, and y: 0.3642.
In the Hunter Lab color space, this color is represented as L: 67.93, a: 17.14, and b: 11.88. Similarly, in the CIE-Lab color space, it is represented as L: 67.93, a: 17.14, and b: 11.88.
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 #C99A91
Triadic colors are three colors evenly spaced around the color wheel, including #C99A91. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C99A91
Split complementary colors are two colors adjacent to the complementary color of #C99A91. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C99A91
Monochromatic colors are variations of #C99A91, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C99A91
The complementary color of #C99A91 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 #C99A91
/* Using HEX */ body { background-color: #c99a91; }
/* Using RGB */ body { background-color: rgb(201, 154, 145); }
/* Using RGB with opacity */ body { background-color: rgba(201, 154, 145, 0.5); }
/* Using HSL */ body { background-color: hsl(10, 34%, 68%); }
/* Text color */ p { color: #c99a91; }
/* Box shadow */ div { box-shadow: 4px 4px #c99a91; }
/* Border color */ .box { border: 4px solid #c99a91; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c99a91; }
/* Background with text */ div { background: #c99a91; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C99A91
<!-- Using HEX --> <div style="background-color: #c99a91; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(201, 154, 145); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(201, 154, 145, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(10, 34%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c99a91;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c99a91; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c99a91; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c99a91;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c99a91; color: #fff; padding: 16px; border-radius: 8px;"> #C99A91 </div>
Related Colors of #C99A91
These colors are similar to #C99A91, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.