Color: #CA628F
#CA628F Color Information
#CA628F is a light color. The closest websafe version is #CA628F. A complement of this color would be #62CB9D, perceived brightness is 0.53, and the grayscale version is #969696.
In the HSL color space, this color has a hue angle of 334°,a saturation of 50%, and a lightness of 59%.The HSV representation shows a hue of 334°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CA628F is composed of 79% red, 38% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 51% magenta, 29% yellow and 21% black.
In the Yxy color space, this color is represented as Y: 23.56, x: 0.4321, and y: 0.2961.
Color Code #CA628F
Shades of Color #CA628F
Shades are created by darkening the original color #CA628F 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 #CA628F
Tints are created by lightening the original color #CA628F 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 #CA628F Color Code
In the HSL color space, this color has a hue angle of 334°, a saturation of 50%, and a lightness of 59%. The HSV representation shows a hue of 334°, a saturation of 51%, and a value of 79%.
- HEX: #CA628F
- RGB: rgb(202, 98, 143)
- HSL: hsl(334, 50%, 59%)
- HSV: hsv(334, 51%, 79%)
- CMYK: 0.00% cyan, 51.00% magenta, 29.00% yellow, 21.00% black
- XYZ: 34.39, 23.56, 21.63
- Yxy: 23.56, 0.4321, 0.2961
- Hunter Lab: 55.65, 45.76, -4.46
- CIE-Lab: 55.65, 45.76, -4.46
In the XYZ color space, this color is represented as X: 34.39, Y: 23.56, Z: 21.63. The Yxy representation further refines this as Y: 23.56, x: 0.4321, and y: 0.2961.
In the Hunter Lab color space, this color is represented as L: 55.65, a: 45.76, and b: -4.46. Similarly, in the CIE-Lab color space, it is represented as L: 55.65, a: 45.76, and b: -4.46.
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 #CA628F
Triadic colors are three colors evenly spaced around the color wheel, including #CA628F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CA628F
Monochromatic colors are variations of #CA628F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CA628F
The complementary color of #CA628F 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 #CA628F
/* Using HEX */ body { background-color: #ca628f; }
/* Using RGB */ body { background-color: rgb(202, 98, 143); }
/* Using RGB with opacity */ body { background-color: rgba(202, 98, 143, 0.5); }
/* Using HSL */ body { background-color: hsl(334, 50%, 59%); }
/* Text color */ p { color: #ca628f; }
/* Box shadow */ div { box-shadow: 4px 4px #ca628f; }
HTML Examples of #CA628F
<!-- Using HEX --> <div style="background-color: #ca628f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(202, 98, 143); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(202, 98, 143, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(334, 50%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ca628f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ca628f; width: 100px; height: 100px;"></div>
Related Colors of #CA628F
These colors are similar to #CA628F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.