Color: #CB883C

#CB883C Color Information

#CB883C is a light color. The closest websafe version is #CB883C. A complement of this color would be #3E80CC, perceived brightness is 0.58, and the grayscale version is #848484.

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

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

In the Yxy color space, this color is represented as Y: 31.21, x: 0.4899, and y: 0.4227.

Color Code #CB883C

#CB883Crgb(203, 136, 60)
HEX
#CB883C
RGB
rgb(203, 136, 60)
HSL
hsl(32, 58%, 52%)
HSV
hsv(32, 70%, 80%)
CMYK
0%, 33%, 70%, 20%
XYZ
X: 36.17, Y: 31.21, Z: 6.45
Lab
L: 62.69, a: 21.44, b: 50.15
Name

Shades of Color #CB883C

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

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

#CB883Crgb(203, 136, 60)

About #CB883C Color Code

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

  • HEX: #CB883C
  • RGB: rgb(203, 136, 60)
  • HSL: hsl(32, 58%, 52%)
  • HSV: hsv(32, 70%, 80%)
  • CMYK: 0.00% cyan, 33.00% magenta, 70.00% yellow, 20.00% black
  • XYZ: 36.17, 31.21, 6.45
  • Yxy: 31.21, 0.4899, 0.4227
  • Hunter Lab: 62.69, 21.44, 50.15
  • CIE-Lab: 62.69, 21.44, 50.15

In the XYZ color space, this color is represented as X: 36.17, Y: 31.21, Z: 6.45. The Yxy representation further refines this as Y: 31.21, x: 0.4899, and y: 0.4227.

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

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

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

Analogous Colors of #CB883C

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

Split Complementary Colors of #CB883C

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

Tetradic Colors of #CB883C

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

Monochromatic Colors of #CB883C

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

Complementary Color of #CB883C

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

/* Using HEX */
body {
  background-color: #cb883c;
}
/* Using RGB */
body {
  background-color: rgb(203, 136, 60);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 136, 60, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(32, 58%, 52%);
}
/* Text color */
p {
  color: #cb883c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cb883c;
}
/* Border color */
.box {
  border: 4px solid #cb883c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cb883c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cb883c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CB883C
On Black Background
#CB883C
On White Background
#CB883C

HTML Examples of #CB883C

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

Related Colors of #CB883C

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