Color: #C1C62F

#C1C62F Color Information

#C1C62F is a light color. The closest websafe version is #C1C62F. A complement of this color would be #342FC6, perceived brightness is 0.70, and the grayscale version is #7B7B7B.

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

In a RGB color space, #C1C62F is composed of 76% red, 78% green and 18% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 0% magenta, 76% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 52.52, x: 0.4276, and y: 0.4946.

Color Code #C1C62F

HEX
#C1C62F
RGB
rgb(193, 198, 47)
HSL
hsl(62, 62%, 48%)
HSV
hsv(62, 76%, 78%)
CMYK
3%, 0%, 76%, 22%
XYZ
X: 45.41, Y: 52.52, Z: 8.26
Lab
L: 77.59, a: -14.41, b: 68.52
Name

Shades of Color #C1C62F

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

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

In the HSL color space, this color has a hue angle of 62°, a saturation of 62%, and a lightness of 48%. The HSV representation shows a hue of 62°, a saturation of 76%, and a value of 78%.

  • HEX: #C1C62F
  • RGB: rgb(193, 198, 47)
  • HSL: hsl(62, 62%, 48%)
  • HSV: hsv(62, 76%, 78%)
  • CMYK: 3.00% cyan, 0.00% magenta, 76.00% yellow, 22.00% black
  • XYZ: 45.41, 52.52, 8.26
  • Yxy: 52.52, 0.4276, 0.4946
  • Hunter Lab: 77.59, -14.41, 68.52
  • CIE-Lab: 77.59, -14.41, 68.52

In the XYZ color space, this color is represented as X: 45.41, Y: 52.52, Z: 8.26. The Yxy representation further refines this as Y: 52.52, x: 0.4276, and y: 0.4946.

In the Hunter Lab color space, this color is represented as L: 77.59, a: -14.41, and b: 68.52. Similarly, in the CIE-Lab color space, it is represented as L: 77.59, a: -14.41, and b: 68.52.

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

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

Analogous Colors of #C1C62F

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

Monochromatic Colors of #C1C62F

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

Complementary Color of #C1C62F

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

/* Using HEX */
body {
  background-color: #c1c62f;
}
/* Using RGB */
body {
  background-color: rgb(193, 198, 47);
}
/* Using RGB with opacity */
body {
  background-color: rgba(193, 198, 47, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(62, 62%, 48%);
}
/* Text color */
p {
  color: #c1c62f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c1c62f;
}

HTML Examples of #C1C62F

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

Related Colors of #C1C62F

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