Color: #CCB48D

#CCB48D Color Information

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

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

In a RGB color space, #CCB48D is composed of 80% red, 71% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 31% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 47.77, x: 0.3984, and y: 0.3988.

Color Code #CCB48D

#CCB48Drgb(204, 180, 141)
HEX
#CCB48D
RGB
rgb(204, 180, 141)
HSL
hsl(37, 38%, 68%)
HSV
hsv(37, 31%, 80%)
CMYK
0%, 12%, 31%, 20%
XYZ
X: 47.72, Y: 47.77, Z: 24.30
Lab
L: 74.68, a: 4.63, b: 23.29
Name

Shades of Color #CCB48D

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

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

#CCB48Drgb(204, 180, 141)

About #CCB48D Color Code

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

  • HEX: #CCB48D
  • RGB: rgb(204, 180, 141)
  • HSL: hsl(37, 38%, 68%)
  • HSV: hsv(37, 31%, 80%)
  • CMYK: 0.00% cyan, 12.00% magenta, 31.00% yellow, 20.00% black
  • XYZ: 47.72, 47.77, 24.30
  • Yxy: 47.77, 0.3984, 0.3988
  • Hunter Lab: 74.68, 4.63, 23.29
  • CIE-Lab: 74.68, 4.63, 23.29

In the XYZ color space, this color is represented as X: 47.72, Y: 47.77, Z: 24.30. The Yxy representation further refines this as Y: 47.77, x: 0.3984, and y: 0.3988.

In the Hunter Lab color space, this color is represented as L: 74.68, a: 4.63, and b: 23.29. Similarly, in the CIE-Lab color space, it is represented as L: 74.68, a: 4.63, and b: 23.29.

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

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

Analogous Colors of #CCB48D

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

Split Complementary Colors of #CCB48D

Split complementary colors are two colors adjacent to the complementary color of #CCB48D. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CCB48D

Tetradic colors form a rectangle on the color wheel, including #CCB48D. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CCB48D

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

Complementary Color of #CCB48D

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

/* Using HEX */
body {
  background-color: #ccb48d;
}
/* Using RGB */
body {
  background-color: rgb(204, 180, 141);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 180, 141, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(37, 38%, 68%);
}
/* Text color */
p {
  color: #ccb48d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ccb48d;
}
/* Border color */
.box {
  border: 4px solid #ccb48d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ccb48d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ccb48d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CCB48D
On Black Background
#CCB48D
On White Background
#CCB48D

HTML Examples of #CCB48D

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

Related Colors of #CCB48D

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