Color: #CCB39F

#CCB39F Color Information

#CCB39F is a light color. The closest websafe version is #CCB39F. A complement of this color would be #9EB7CC, perceived brightness is 0.72, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 27°,a saturation of 31%, and a lightness of 71%.The HSV representation shows a hue of 27°, a saturation of 22%, and a value of 80%.

In a RGB color space, #CCB39F is composed of 80% red, 70% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 22% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 47.85, x: 0.3846, and y: 0.3783.

Color Code #CCB39F

#CCB39Frgb(204, 179, 159)
HEX
#CCB39F
RGB
rgb(204, 179, 159)
HSL
hsl(27, 31%, 71%)
HSV
hsv(27, 22%, 80%)
CMYK
0%, 12%, 22%, 20%
XYZ
X: 48.65, Y: 47.85, Z: 29.98
Lab
L: 74.73, a: 6.97, b: 13.73
Name

Shades of Color #CCB39F

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

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

#CCB39Frgb(204, 179, 159)

About #CCB39F Color Code

In the HSL color space, this color has a hue angle of 27°, a saturation of 31%, and a lightness of 71%. The HSV representation shows a hue of 27°, a saturation of 22%, and a value of 80%.

  • HEX: #CCB39F
  • RGB: rgb(204, 179, 159)
  • HSL: hsl(27, 31%, 71%)
  • HSV: hsv(27, 22%, 80%)
  • CMYK: 0.00% cyan, 12.00% magenta, 22.00% yellow, 20.00% black
  • XYZ: 48.65, 47.85, 29.98
  • Yxy: 47.85, 0.3846, 0.3783
  • Hunter Lab: 74.73, 6.97, 13.73
  • CIE-Lab: 74.73, 6.97, 13.73

In the XYZ color space, this color is represented as X: 48.65, Y: 47.85, Z: 29.98. The Yxy representation further refines this as Y: 47.85, x: 0.3846, and y: 0.3783.

In the Hunter Lab color space, this color is represented as L: 74.73, a: 6.97, and b: 13.73. Similarly, in the CIE-Lab color space, it is represented as L: 74.73, a: 6.97, and b: 13.73.

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

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

Analogous Colors of #CCB39F

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

Monochromatic Colors of #CCB39F

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

Complementary Color of #CCB39F

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

/* Using HEX */
body {
  background-color: #ccb39f;
}
/* Using RGB */
body {
  background-color: rgb(204, 179, 159);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 179, 159, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(27, 31%, 71%);
}
/* Text color */
p {
  color: #ccb39f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ccb39f;
}
/* Border color */
.box {
  border: 4px solid #ccb39f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ccb39f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ccb39f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CCB39F
On Black Background
#CCB39F
On White Background
#CCB39F

HTML Examples of #CCB39F

<!-- Using HEX -->
<div style="background-color: #ccb39f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(204, 179, 159); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(204, 179, 159, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(27, 31%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ccb39f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ccb39f; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ccb39f; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ccb39f;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ccb39f; color: #fff; padding: 16px; border-radius: 8px;">
  #CCB39F
</div>
#CCB39F
On Black Background
#CCB39F
On White Background
#CCB39F

Related Colors of #CCB39F

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