Color #CF84A4

HEX

#CF84A4

RGB

(207, 132, 164)

Quick Actions

Color Values

Color Space Values
RGB
R: 207, G: 132, B: 164 (81%, 52%, 64%)
CMYK C: 0%, M: 36%, Y: 21%, K: 19%
HSL H: 334°, S: 44%, L: 66%
HSV H: 334°, S: 36%, V: 81%
CIE-LAB L: 63.71, a: 33.21, b: -4.89
CIE-LCH L: 63.71, C: 33.57, H: 351.62
Hunter-Lab L: 56.96, a: 25.28, b: -8.34
Web Safe
#cc9999
Complementary
#84cfae

#CF84A4 is a color with RGB values of 207 red, 132 green, and 164 blue (81%, 52%, 64% respectively). In the CMYK color space, it consists of 0% cyan, 36% magenta, 21% yellow, and 19% black. The color has a hue angle of 334°, 44% saturation, and 66% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc9999. The complementary color is #84cfae, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #CF84A4

Explore different variations of #CF84A4 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #CF84A4. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #CF84A4

Explore different color combinations and harmonies that work well with #CF84A4.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #CF84A4

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #CF84A4

Text with #CF84A4

This text has a font color of #CF84A4.

<span style="color:#CF84A4;">Text here</span>
.text { color: #CF84A4; }

#CF84A4 background color

This paragraph has a background color of #CF84A4.

<p style="background-color:#CF84A4;">Content here</p>
.background { background-color: #CF84A4; }

#CF84A4 border color

This element has a border color of #CF84A4.
<div style="border:1px solid #CF84A4;">Content here</div>
.border { border: 1px solid #CF84A4; }

#CF84A4 box shadow

This element has a box shadow using #CF84A4.
<div style="box-shadow: 0 4px 6px -1px #CF84A480">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #CF84A480; }
Copied to clipboard!