Color: #CF918A

#CF918A Color Information

#CF918A is a light color. The closest websafe version is #CF918A. A complement of this color would be #8BC9D0, perceived brightness is 0.64, and the grayscale version is #ADADAD.

In the HSL color space, this color has a hue angle of 6°,a saturation of 42%, and a lightness of 68%.The HSV representation shows a hue of 6°, a saturation of 100%, and a value of 100%.

In a RGB color space, #CF918A is composed of 81% red, 57% green and 54% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 30% magenta, 33% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 35.72, x: 0.4207, and y: 0.3599.

Color Code #CF918A

HEX
#CF918A
RGB
rgb(207, 145, 138)
HSL
hsl(6, 42%, 68%)
HSV
hsv(6, 33%, 81%)
CMYK
0%, 30%, 33%, 19%
XYZ
X: 41.75, Y: 35.72, Z: 21.77
Lab
L: 66.31, a: 23.49, b: 13.64
Name

Shades of Color #CF918A

Shades are created by darkening the original color #CF918A 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 #CF918A

Tints are created by lightening the original color #CF918A 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 #CF918A Color Code

In the HSL color space, this color has a hue angle of 6°, a saturation of 42%, and a lightness of 68%. The HSV representation shows a hue of 6°, a saturation of 33%, and a value of 81%.

  • HEX: #CF918A
  • RGB: rgb(207, 145, 138)
  • HSL: hsl(6, 42%, 68%)
  • HSV: hsv(6, 33%, 81%)
  • CMYK: 0.00% cyan, 30.00% magenta, 33.00% yellow, 19.00% black
  • XYZ: 41.75, 35.72, 21.77
  • Yxy: 35.72, 0.4207, 0.3599
  • Hunter Lab: 66.31, 23.49, 13.64
  • CIE-Lab: 66.31, 23.49, 13.64

In the XYZ color space, this color is represented as X: 41.75, Y: 35.72, Z: 21.77. The Yxy representation further refines this as Y: 35.72, x: 0.4207, and y: 0.3599.

In the Hunter Lab color space, this color is represented as L: 66.31, a: 23.49, and b: 13.64. Similarly, in the CIE-Lab color space, it is represented as L: 66.31, a: 23.49, and b: 13.64.

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 #CF918A

Triadic colors are three colors evenly spaced around the color wheel, including #CF918A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #CF918A

Analogous colors are adjacent to #CF918A on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #CF918A

Monochromatic colors are variations of #CF918A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #CF918A

The complementary color of #CF918A 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 #CF918A

/* Using HEX */
body {
  background-color: #cf918a;
}
/* Using RGB */
body {
  background-color: rgb(207, 145, 138);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 145, 138, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(6, 42%, 68%);
}
/* Text color */
p {
  color: #cf918a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cf918a;
}

HTML Examples of #CF918A

<!-- Using HEX -->
<div style="background-color: #cf918a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(207, 145, 138); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(207, 145, 138, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(6, 42%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cf918a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cf918a; width: 100px; height: 100px;"></div>

Related Colors of #CF918A

These colors are similar to #CF918A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.