Color: #CFCD6E

#CFCD6E Color Information

#CFCD6E is a light color. The closest websafe version is #CFCD6E. A complement of this color would be #6E6FCF, perceived brightness is 0.76, and the grayscale version is #9E9E9E.

In the HSL color space, this color has a hue angle of 59°,a saturation of 50%, and a lightness of 62%.The HSV representation shows a hue of 59°, a saturation of 47%, and a value of 81%.

In a RGB color space, #CFCD6E is composed of 81% red, 80% green and 43% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 47% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 58.59, x: 0.4090, and y: 0.4525.

Color Code #CFCD6E

#CFCD6Ergb(207, 205, 110)
HEX
#CFCD6E
RGB
rgb(207, 205, 110)
HSL
hsl(59, 50%, 62%)
HSV
hsv(59, 47%, 81%)
CMYK
0%, 1%, 47%, 19%
XYZ
X: 52.95, Y: 58.59, Z: 17.93
Lab
L: 81.07, a: -8.95, b: 47.11
Name

Shades of Color #CFCD6E

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

Tints are created by lightening the original color #CFCD6E 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.

#CFCD6Ergb(207, 205, 110)

About #CFCD6E Color Code

In the HSL color space, this color has a hue angle of 59°, a saturation of 50%, and a lightness of 62%. The HSV representation shows a hue of 59°, a saturation of 47%, and a value of 81%.

  • HEX: #CFCD6E
  • RGB: rgb(207, 205, 110)
  • HSL: hsl(59, 50%, 62%)
  • HSV: hsv(59, 47%, 81%)
  • CMYK: 0.00% cyan, 100.00% magenta, 47.00% yellow, 19.00% black
  • XYZ: 52.95, 58.59, 17.93
  • Yxy: 58.59, 0.4090, 0.4525
  • Hunter Lab: 81.07, -8.95, 47.11
  • CIE-Lab: 81.07, -8.95, 47.11

In the XYZ color space, this color is represented as X: 52.95, Y: 58.59, Z: 17.93. The Yxy representation further refines this as Y: 58.59, x: 0.4090, and y: 0.4525.

In the Hunter Lab color space, this color is represented as L: 81.07, a: -8.95, and b: 47.11. Similarly, in the CIE-Lab color space, it is represented as L: 81.07, a: -8.95, and b: 47.11.

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

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

Analogous Colors of #CFCD6E

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

Monochromatic Colors of #CFCD6E

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

Complementary Color of #CFCD6E

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

/* Using HEX */
body {
  background-color: #cfcd6e;
}
/* Using RGB */
body {
  background-color: rgb(207, 205, 110);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 205, 110, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(59, 50%, 62%);
}
/* Text color */
p {
  color: #cfcd6e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cfcd6e;
}
/* Border color */
.box {
  border: 4px solid #cfcd6e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cfcd6e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cfcd6e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CFCD6E
On Black Background
#CFCD6E
On White Background
#CFCD6E

HTML Examples of #CFCD6E

<!-- Using HEX -->
<div style="background-color: #cfcd6e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(207, 205, 110); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(207, 205, 110, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(59, 50%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cfcd6e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cfcd6e; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cfcd6e; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cfcd6e;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cfcd6e; color: #fff; padding: 16px; border-radius: 8px;">
  #CFCD6E
</div>
#CFCD6E
On Black Background
#CFCD6E
On White Background
#CFCD6E

Related Colors of #CFCD6E

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