Color: #C0CFBD

#C0CFBD Color Information

#C0CFBD is a light color. The closest websafe version is #C0CFBD. A complement of this color would be #CDBED0, perceived brightness is 0.79, and the grayscale version is #C6C6C6.

In the HSL color space, this color has a hue angle of 110°,a saturation of 16%, and a lightness of 78%.The HSV representation shows a hue of 110°, a saturation of 9%, and a value of 81%.

In a RGB color space, #C0CFBD is composed of 75% red, 81% green and 74% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 0% magenta, 9% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 59.54, x: 0.3459, and y: 0.3793.

Color Code #C0CFBD

#C0CFBDrgb(192, 207, 189)
HEX
#C0CFBD
RGB
rgb(192, 207, 189)
HSL
hsl(110, 16%, 78%)
HSV
hsv(110, 9%, 81%)
CMYK
7%, 0%, 9%, 19%
XYZ
X: 54.29, Y: 59.54, Z: 43.14
Lab
L: 81.59, a: -7.76, b: 7.15
Name

Shades of Color #C0CFBD

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

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

#C0CFBDrgb(192, 207, 189)

About #C0CFBD Color Code

In the HSL color space, this color has a hue angle of 110°, a saturation of 16%, and a lightness of 78%. The HSV representation shows a hue of 110°, a saturation of 9%, and a value of 81%.

  • HEX: #C0CFBD
  • RGB: rgb(192, 207, 189)
  • HSL: hsl(110, 16%, 78%)
  • HSV: hsv(110, 9%, 81%)
  • CMYK: 7.00% cyan, 0.00% magenta, 9.00% yellow, 19.00% black
  • XYZ: 54.29, 59.54, 43.14
  • Yxy: 59.54, 0.3459, 0.3793
  • Hunter Lab: 81.59, -7.76, 7.15
  • CIE-Lab: 81.59, -7.76, 7.15

In the XYZ color space, this color is represented as X: 54.29, Y: 59.54, Z: 43.14. The Yxy representation further refines this as Y: 59.54, x: 0.3459, and y: 0.3793.

In the Hunter Lab color space, this color is represented as L: 81.59, a: -7.76, and b: 7.15. Similarly, in the CIE-Lab color space, it is represented as L: 81.59, a: -7.76, and b: 7.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 #C0CFBD

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

Analogous Colors of #C0CFBD

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

Monochromatic Colors of #C0CFBD

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

Complementary Color of #C0CFBD

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

/* Using HEX */
body {
  background-color: #c0cfbd;
}
/* Using RGB */
body {
  background-color: rgb(192, 207, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(192, 207, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(110, 16%, 78%);
}
/* Text color */
p {
  color: #c0cfbd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c0cfbd;
}
/* Border color */
.box {
  border: 4px solid #c0cfbd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c0cfbd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c0cfbd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C0CFBD
On Black Background
#C0CFBD
On White Background
#C0CFBD

HTML Examples of #C0CFBD

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

Related Colors of #C0CFBD

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