Color: #CCC66A

#CCC66A Color Information

#CCC66A is a light color. The closest websafe version is #CCC66A. A complement of this color would be #6B71CC, perceived brightness is 0.74, and the grayscale version is #9B9B9B.

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

In a RGB color space, #CCC66A is composed of 80% red, 78% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 48% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 54.79, x: 0.4125, and y: 0.4508.

Color Code #CCC66A

HEX
#CCC66A
RGB
rgb(204, 198, 106)
HSL
hsl(56, 49%, 61%)
HSV
hsv(56, 48%, 80%)
CMYK
0%, 3%, 48%, 20%
XYZ
X: 50.14, Y: 54.79, Z: 16.62
Lab
L: 78.92, a: -7.07, b: 46.43
Name

Shades of Color #CCC66A

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

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

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

  • HEX: #CCC66A
  • RGB: rgb(204, 198, 106)
  • HSL: hsl(56, 49%, 61%)
  • HSV: hsv(56, 48%, 80%)
  • CMYK: 0.00% cyan, 3.00% magenta, 48.00% yellow, 20.00% black
  • XYZ: 50.14, 54.79, 16.62
  • Yxy: 54.79, 0.4125, 0.4508
  • Hunter Lab: 78.92, -7.07, 46.43
  • CIE-Lab: 78.92, -7.07, 46.43

In the XYZ color space, this color is represented as X: 50.14, Y: 54.79, Z: 16.62. The Yxy representation further refines this as Y: 54.79, x: 0.4125, and y: 0.4508.

In the Hunter Lab color space, this color is represented as L: 78.92, a: -7.07, and b: 46.43. Similarly, in the CIE-Lab color space, it is represented as L: 78.92, a: -7.07, and b: 46.43.

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

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

Analogous Colors of #CCC66A

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

Monochromatic Colors of #CCC66A

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

Complementary Color of #CCC66A

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

/* Using HEX */
body {
  background-color: #ccc66a;
}
/* Using RGB */
body {
  background-color: rgb(204, 198, 106);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 198, 106, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(56, 49%, 61%);
}
/* Text color */
p {
  color: #ccc66a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ccc66a;
}

HTML Examples of #CCC66A

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

Related Colors of #CCC66A

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