Color: #CB9979

#CB9979 Color Information

#CB9979 is a light color. The closest websafe version is #CB9979. A complement of this color would be #7BADCC, perceived brightness is 0.64, and the grayscale version is #A2A2A2.

In the HSL color space, this color has a hue angle of 23°,a saturation of 44%, and a lightness of 64%.The HSV representation shows a hue of 23°, a saturation of 40%, and a value of 80%.

In a RGB color space, #CB9979 is composed of 80% red, 60% green and 47% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 40% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 37.28, x: 0.4279, and y: 0.3887.

Color Code #CB9979

#CB9979rgb(203, 153, 121)
HEX
#CB9979
RGB
rgb(203, 153, 121)
HSL
hsl(23, 44%, 64%)
HSV
hsv(23, 40%, 80%)
CMYK
0%, 25%, 40%, 20%
XYZ
X: 41.04, Y: 37.28, Z: 17.58
Lab
L: 67.49, a: 16.26, b: 24.50
Name

Shades of Color #CB9979

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

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

#CB9979rgb(203, 153, 121)

About #CB9979 Color Code

In the HSL color space, this color has a hue angle of 23°, a saturation of 44%, and a lightness of 64%. The HSV representation shows a hue of 23°, a saturation of 40%, and a value of 80%.

  • HEX: #CB9979
  • RGB: rgb(203, 153, 121)
  • HSL: hsl(23, 44%, 64%)
  • HSV: hsv(23, 40%, 80%)
  • CMYK: 0.00% cyan, 25.00% magenta, 40.00% yellow, 20.00% black
  • XYZ: 41.04, 37.28, 17.58
  • Yxy: 37.28, 0.4279, 0.3887
  • Hunter Lab: 67.49, 16.26, 24.50
  • CIE-Lab: 67.49, 16.26, 24.50

In the XYZ color space, this color is represented as X: 41.04, Y: 37.28, Z: 17.58. The Yxy representation further refines this as Y: 37.28, x: 0.4279, and y: 0.3887.

In the Hunter Lab color space, this color is represented as L: 67.49, a: 16.26, and b: 24.50. Similarly, in the CIE-Lab color space, it is represented as L: 67.49, a: 16.26, and b: 24.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 #CB9979

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

Analogous Colors of #CB9979

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

Split Complementary Colors of #CB9979

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

Tetradic Colors of #CB9979

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

Monochromatic Colors of #CB9979

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

Complementary Color of #CB9979

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

/* Using HEX */
body {
  background-color: #cb9979;
}
/* Using RGB */
body {
  background-color: rgb(203, 153, 121);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 153, 121, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(23, 44%, 64%);
}
/* Text color */
p {
  color: #cb9979;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cb9979;
}
/* Border color */
.box {
  border: 4px solid #cb9979;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cb9979;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cb9979;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CB9979
On Black Background
#CB9979
On White Background
#CB9979

HTML Examples of #CB9979

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

Related Colors of #CB9979

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