Color: #CCBE8E

#CCBE8E Color Information

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

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

In a RGB color space, #CCBE8E is composed of 80% red, 75% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 30% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 51.99, x: 0.3934, and y: 0.4088.

Color Code #CCBE8E

HEX
#CCBE8E
RGB
rgb(204, 190, 142)
HSL
hsl(46, 38%, 68%)
HSV
hsv(46, 30%, 80%)
CMYK
0%, 7%, 30%, 20%
XYZ
X: 50.03, Y: 51.99, Z: 25.16
Lab
L: 77.27, a: -0.26, b: 26.21
Name

Shades of Color #CCBE8E

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

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

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

  • HEX: #CCBE8E
  • RGB: rgb(204, 190, 142)
  • HSL: hsl(46, 38%, 68%)
  • HSV: hsv(46, 30%, 80%)
  • CMYK: 0.00% cyan, 7.00% magenta, 30.00% yellow, 20.00% black
  • XYZ: 50.03, 51.99, 25.16
  • Yxy: 51.99, 0.3934, 0.4088
  • Hunter Lab: 77.27, -0.26, 26.21
  • CIE-Lab: 77.27, -0.26, 26.21

In the XYZ color space, this color is represented as X: 50.03, Y: 51.99, Z: 25.16. The Yxy representation further refines this as Y: 51.99, x: 0.3934, and y: 0.4088.

In the Hunter Lab color space, this color is represented as L: 77.27, a: -0.26, and b: 26.21. Similarly, in the CIE-Lab color space, it is represented as L: 77.27, a: -0.26, and b: 26.21.

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

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

Analogous Colors of #CCBE8E

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

Monochromatic Colors of #CCBE8E

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

Complementary Color of #CCBE8E

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

/* Using HEX */
body {
  background-color: #ccbe8e;
}
/* Using RGB */
body {
  background-color: rgb(204, 190, 142);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 190, 142, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(46, 38%, 68%);
}
/* Text color */
p {
  color: #ccbe8e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ccbe8e;
}

HTML Examples of #CCBE8E

<!-- Using HEX -->
<div style="background-color: #ccbe8e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(204, 190, 142); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(204, 190, 142, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(46, 38%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ccbe8e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ccbe8e; width: 100px; height: 100px;"></div>

Related Colors of #CCBE8E

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