Color: #CC8F52

#CC8F52 Color Information

#CC8F52 is a light color. The closest websafe version is #CC8F52. A complement of this color would be #528FCB, perceived brightness is 0.61, and the grayscale version is #8F8F8F.

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

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

In the Yxy color space, this color is represented as Y: 33.64, x: 0.4689, and y: 0.4138.

Color Code #CC8F52

HEX
#CC8F52
RGB
rgb(204, 143, 82)
HSL
hsl(30, 54%, 56%)
HSV
hsv(30, 60%, 80%)
CMYK
0%, 30%, 60%, 20%
XYZ
X: 38.12, Y: 33.64, Z: 9.53
Lab
L: 64.67, a: 19.22, b: 41.68
Name

Shades of Color #CC8F52

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

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

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

  • HEX: #CC8F52
  • RGB: rgb(204, 143, 82)
  • HSL: hsl(30, 54%, 56%)
  • HSV: hsv(30, 60%, 80%)
  • CMYK: 0.00% cyan, 30.00% magenta, 60.00% yellow, 20.00% black
  • XYZ: 38.12, 33.64, 9.53
  • Yxy: 33.64, 0.4689, 0.4138
  • Hunter Lab: 64.67, 19.22, 41.68
  • CIE-Lab: 64.67, 19.22, 41.68

In the XYZ color space, this color is represented as X: 38.12, Y: 33.64, Z: 9.53. The Yxy representation further refines this as Y: 33.64, x: 0.4689, and y: 0.4138.

In the Hunter Lab color space, this color is represented as L: 64.67, a: 19.22, and b: 41.68. Similarly, in the CIE-Lab color space, it is represented as L: 64.67, a: 19.22, and b: 41.68.

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

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

Analogous Colors of #CC8F52

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

Monochromatic Colors of #CC8F52

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

Complementary Color of #CC8F52

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

/* Using HEX */
body {
  background-color: #cc8f52;
}
/* Using RGB */
body {
  background-color: rgb(204, 143, 82);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 143, 82, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(30, 54%, 56%);
}
/* Text color */
p {
  color: #cc8f52;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cc8f52;
}

HTML Examples of #CC8F52

<!-- Using HEX -->
<div style="background-color: #cc8f52; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(204, 143, 82); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(204, 143, 82, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(30, 54%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cc8f52;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cc8f52; width: 100px; height: 100px;"></div>

Related Colors of #CC8F52

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