Color: #CBC17C

#CBC17C Color Information

#CBC17C is a light color. The closest websafe version is #CBC17C. A complement of this color would be #7C86CB, perceived brightness is 0.74, and the grayscale version is #A4A4A4.

In the HSL color space, this color has a hue angle of 52°,a saturation of 43%, and a lightness of 64%.The HSV representation shows a hue of 52°, a saturation of 39%, and a value of 80%.

In a RGB color space, #CBC17C is composed of 80% red, 76% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 39% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 52.74, x: 0.4034, and y: 0.4302.

Color Code #CBC17C

#CBC17Crgb(203, 193, 124)
HEX
#CBC17C
RGB
rgb(203, 193, 124)
HSL
hsl(52, 43%, 64%)
HSV
hsv(52, 39%, 80%)
CMYK
0%, 5%, 39%, 20%
XYZ
X: 49.46, Y: 52.74, Z: 20.40
Lab
L: 77.72, a: -3.72, b: 36.06
Name

Shades of Color #CBC17C

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

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

#CBC17Crgb(203, 193, 124)

About #CBC17C Color Code

In the HSL color space, this color has a hue angle of 52°, a saturation of 43%, and a lightness of 64%. The HSV representation shows a hue of 52°, a saturation of 39%, and a value of 80%.

  • HEX: #CBC17C
  • RGB: rgb(203, 193, 124)
  • HSL: hsl(52, 43%, 64%)
  • HSV: hsv(52, 39%, 80%)
  • CMYK: 0.00% cyan, 5.00% magenta, 39.00% yellow, 20.00% black
  • XYZ: 49.46, 52.74, 20.40
  • Yxy: 52.74, 0.4034, 0.4302
  • Hunter Lab: 77.72, -3.72, 36.06
  • CIE-Lab: 77.72, -3.72, 36.06

In the XYZ color space, this color is represented as X: 49.46, Y: 52.74, Z: 20.40. The Yxy representation further refines this as Y: 52.74, x: 0.4034, and y: 0.4302.

In the Hunter Lab color space, this color is represented as L: 77.72, a: -3.72, and b: 36.06. Similarly, in the CIE-Lab color space, it is represented as L: 77.72, a: -3.72, and b: 36.06.

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

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

Analogous Colors of #CBC17C

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

Monochromatic Colors of #CBC17C

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

Complementary Color of #CBC17C

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

/* Using HEX */
body {
  background-color: #cbc17c;
}
/* Using RGB */
body {
  background-color: rgb(203, 193, 124);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 193, 124, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(52, 43%, 64%);
}
/* Text color */
p {
  color: #cbc17c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cbc17c;
}
/* Border color */
.box {
  border: 4px solid #cbc17c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cbc17c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cbc17c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CBC17C
On Black Background
#CBC17C
On White Background
#CBC17C

HTML Examples of #CBC17C

<!-- Using HEX -->
<div style="background-color: #cbc17c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(203, 193, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(203, 193, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(52, 43%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cbc17c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cbc17c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cbc17c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cbc17c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cbc17c; color: #fff; padding: 16px; border-radius: 8px;">
  #CBC17C
</div>
#CBC17C
On Black Background
#CBC17C
On White Background
#CBC17C

Related Colors of #CBC17C

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