Color: #CCC90B

#CCC90B Color Information

#CCC90B is a light color. The closest websafe version is #CCC90B. A complement of this color would be #0B0ECB, perceived brightness is 0.71, and the grayscale version is #6C6C6C.

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

In a RGB color space, #CCC90B is composed of 80% red, 79% green and 4% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 95% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 55.33, x: 0.4405, and y: 0.4987.

Color Code #CCC90B

HEX
#CCC90B
RGB
rgb(204, 201, 11)
HSL
hsl(59, 90%, 42%)
HSV
hsv(59, 95%, 80%)
CMYK
0%, 1%, 95%, 20%
XYZ
X: 48.87, Y: 55.33, Z: 6.75
Lab
L: 79.23, a: -11.82, b: 77.36
Name

Shades of Color #CCC90B

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

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

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

  • HEX: #CCC90B
  • RGB: rgb(204, 201, 11)
  • HSL: hsl(59, 90%, 42%)
  • HSV: hsv(59, 95%, 80%)
  • CMYK: 0.00% cyan, 100.00% magenta, 95.00% yellow, 20.00% black
  • XYZ: 48.87, 55.33, 6.75
  • Yxy: 55.33, 0.4405, 0.4987
  • Hunter Lab: 79.23, -11.82, 77.36
  • CIE-Lab: 79.23, -11.82, 77.36

In the XYZ color space, this color is represented as X: 48.87, Y: 55.33, Z: 6.75. The Yxy representation further refines this as Y: 55.33, x: 0.4405, and y: 0.4987.

In the Hunter Lab color space, this color is represented as L: 79.23, a: -11.82, and b: 77.36. Similarly, in the CIE-Lab color space, it is represented as L: 79.23, a: -11.82, and b: 77.36.

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

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

Analogous Colors of #CCC90B

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

Monochromatic Colors of #CCC90B

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

Complementary Color of #CCC90B

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

/* Using HEX */
body {
  background-color: #ccc90b;
}
/* Using RGB */
body {
  background-color: rgb(204, 201, 11);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 201, 11, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(59, 90%, 42%);
}
/* Text color */
p {
  color: #ccc90b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ccc90b;
}

HTML Examples of #CCC90B

<!-- Using HEX -->
<div style="background-color: #ccc90b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(204, 201, 11); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(204, 201, 11, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(59, 90%, 42%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ccc90b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ccc90b; width: 100px; height: 100px;"></div>

Related Colors of #CCC90B

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