Color: #CA951C

#CA951C Color Information

#CA951C is a light color. The closest websafe version is #CA951C. A complement of this color would be #1C50CA, perceived brightness is 0.59, and the grayscale version is #737373.

In the HSL color space, this color has a hue angle of 42°,a saturation of 76%, and a lightness of 45%.The HSV representation shows a hue of 42°, a saturation of 86%, and a value of 79%.

In a RGB color space, #CA951C is composed of 79% red, 58% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 86% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 34.76, x: 0.4880, and y: 0.4525.

Color Code #CA951C

#CA951Crgb(202, 149, 28)
HEX
#CA951C
RGB
rgb(202, 149, 28)
HSL
hsl(42, 76%, 45%)
HSV
hsv(42, 86%, 79%)
CMYK
0%, 26%, 86%, 21%
XYZ
X: 37.49, Y: 34.76, Z: 4.57
Lab
L: 65.56, a: 13.40, b: 64.38
Name

Shades of Color #CA951C

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

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

#CA951Crgb(202, 149, 28)

About #CA951C Color Code

In the HSL color space, this color has a hue angle of 42°, a saturation of 76%, and a lightness of 45%. The HSV representation shows a hue of 42°, a saturation of 86%, and a value of 79%.

  • HEX: #CA951C
  • RGB: rgb(202, 149, 28)
  • HSL: hsl(42, 76%, 45%)
  • HSV: hsv(42, 86%, 79%)
  • CMYK: 0.00% cyan, 26.00% magenta, 86.00% yellow, 21.00% black
  • XYZ: 37.49, 34.76, 4.57
  • Yxy: 34.76, 0.4880, 0.4525
  • Hunter Lab: 65.56, 13.40, 64.38
  • CIE-Lab: 65.56, 13.40, 64.38

In the XYZ color space, this color is represented as X: 37.49, Y: 34.76, Z: 4.57. The Yxy representation further refines this as Y: 34.76, x: 0.4880, and y: 0.4525.

In the Hunter Lab color space, this color is represented as L: 65.56, a: 13.40, and b: 64.38. Similarly, in the CIE-Lab color space, it is represented as L: 65.56, a: 13.40, and b: 64.38.

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

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

Analogous Colors of #CA951C

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

Split Complementary Colors of #CA951C

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

Tetradic Colors of #CA951C

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

Monochromatic Colors of #CA951C

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

Complementary Color of #CA951C

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

/* Using HEX */
body {
  background-color: #ca951c;
}
/* Using RGB */
body {
  background-color: rgb(202, 149, 28);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 149, 28, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(42, 76%, 45%);
}
/* Text color */
p {
  color: #ca951c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ca951c;
}
/* Border color */
.box {
  border: 4px solid #ca951c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ca951c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ca951c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CA951C
On Black Background
#CA951C
On White Background
#CA951C

HTML Examples of #CA951C

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

Related Colors of #CA951C

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