Color: #C3668B
#C3668B Color Information
#C3668B is a light color. The closest websafe version is #C3668B. A complement of this color would be #65C39D, perceived brightness is 0.53, and the grayscale version is #959595.
In the HSL color space, this color has a hue angle of 336°,a saturation of 44%, and a lightness of 58%.The HSV representation shows a hue of 336°, a saturation of 48%, and a value of 76%.
In a RGB color space, #C3668B is composed of 76% red, 40% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 48% magenta, 29% yellow and 24% black.
In the Yxy color space, this color is represented as Y: 23.23, x: 0.4272, and y: 0.3043.
Color Code #C3668B
Shades of Color #C3668B
Shades are created by darkening the original color #C3668B 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 #C3668B
Tints are created by lightening the original color #C3668B 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 #C3668B Color Code
In the HSL color space, this color has a hue angle of 336°, a saturation of 44%, and a lightness of 58%. The HSV representation shows a hue of 336°, a saturation of 48%, and a value of 76%.
- HEX: #C3668B
- RGB: rgb(195, 102, 139)
- HSL: hsl(336, 44%, 58%)
- HSV: hsv(336, 48%, 76%)
- CMYK: 0.00% cyan, 48.00% magenta, 29.00% yellow, 24.00% black
- XYZ: 32.61, 23.23, 20.49
- Yxy: 23.23, 0.4272, 0.3043
- Hunter Lab: 55.31, 40.98, -2.75
- CIE-Lab: 55.31, 40.98, -2.75
In the XYZ color space, this color is represented as X: 32.61, Y: 23.23, Z: 20.49. The Yxy representation further refines this as Y: 23.23, x: 0.4272, and y: 0.3043.
In the Hunter Lab color space, this color is represented as L: 55.31, a: 40.98, and b: -2.75. Similarly, in the CIE-Lab color space, it is represented as L: 55.31, a: 40.98, and b: -2.75.
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 #C3668B
Triadic colors are three colors evenly spaced around the color wheel, including #C3668B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C3668B
Split complementary colors are two colors adjacent to the complementary color of #C3668B. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C3668B
Monochromatic colors are variations of #C3668B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C3668B
The complementary color of #C3668B 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 #C3668B
/* Using HEX */ body { background-color: #c3668b; }
/* Using RGB */ body { background-color: rgb(195, 102, 139); }
/* Using RGB with opacity */ body { background-color: rgba(195, 102, 139, 0.5); }
/* Using HSL */ body { background-color: hsl(336, 44%, 58%); }
/* Text color */ p { color: #c3668b; }
/* Box shadow */ div { box-shadow: 4px 4px #c3668b; }
/* Border color */ .box { border: 4px solid #c3668b; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c3668b; }
/* Background with text */ div { background: #c3668b; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C3668B
<!-- Using HEX --> <div style="background-color: #c3668b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(195, 102, 139); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(195, 102, 139, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(336, 44%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c3668b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c3668b; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c3668b; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c3668b;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c3668b; color: #fff; padding: 16px; border-radius: 8px;"> #C3668B </div>
Related Colors of #C3668B
These colors are similar to #C3668B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.