Color: #CC865F

#CC865F Color Information

#CC865F is a light color. The closest websafe version is #CC865F. A complement of this color would be #60A7CD, perceived brightness is 0.59, and the grayscale version is #959595.

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

In a RGB color space, #CC865F is composed of 80% red, 53% green and 37% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 34% magenta, 53% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 31.22, x: 0.4661, and y: 0.3917.

Color Code #CC865F

#CC865Frgb(204, 134, 95)
HEX
#CC865F
RGB
rgb(204, 134, 95)
HSL
hsl(21, 52%, 59%)
HSV
hsv(21, 53%, 80%)
CMYK
0%, 34%, 53%, 20%
XYZ
X: 37.15, Y: 31.22, Z: 11.33
Lab
L: 62.69, a: 24.63, b: 32.50
Name

Shades of Color #CC865F

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

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

#CC865Frgb(204, 134, 95)

About #CC865F Color Code

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

  • HEX: #CC865F
  • RGB: rgb(204, 134, 95)
  • HSL: hsl(21, 52%, 59%)
  • HSV: hsv(21, 53%, 80%)
  • CMYK: 0.00% cyan, 34.00% magenta, 53.00% yellow, 20.00% black
  • XYZ: 37.15, 31.22, 11.33
  • Yxy: 31.22, 0.4661, 0.3917
  • Hunter Lab: 62.69, 24.63, 32.50
  • CIE-Lab: 62.69, 24.63, 32.50

In the XYZ color space, this color is represented as X: 37.15, Y: 31.22, Z: 11.33. The Yxy representation further refines this as Y: 31.22, x: 0.4661, and y: 0.3917.

In the Hunter Lab color space, this color is represented as L: 62.69, a: 24.63, and b: 32.50. Similarly, in the CIE-Lab color space, it is represented as L: 62.69, a: 24.63, and b: 32.50.

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

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

Analogous Colors of #CC865F

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

Split Complementary Colors of #CC865F

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

Tetradic Colors of #CC865F

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

Monochromatic Colors of #CC865F

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

Complementary Color of #CC865F

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

/* Using HEX */
body {
  background-color: #cc865f;
}
/* Using RGB */
body {
  background-color: rgb(204, 134, 95);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 134, 95, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(21, 52%, 59%);
}
/* Text color */
p {
  color: #cc865f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cc865f;
}
/* Border color */
.box {
  border: 4px solid #cc865f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cc865f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cc865f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CC865F
On Black Background
#CC865F
On White Background
#CC865F

HTML Examples of #CC865F

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

Related Colors of #CC865F

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