Color: #CF963A

#CF963A Color Information

#CF963A is a light color. The closest websafe version is #CF963A. A complement of this color would be #3A73CF, perceived brightness is 0.61, and the grayscale version is #858585.

In the HSL color space, this color has a hue angle of 37°,a saturation of 61%, and a lightness of 52%.The HSV representation shows a hue of 37°, a saturation of 72%, and a value of 81%.

In a RGB color space, #CF963A is composed of 81% red, 59% green and 23% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 72% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 36.00, x: 0.4800, and y: 0.4368.

Color Code #CF963A

#CF963Argb(207, 150, 58)
HEX
#CF963A
RGB
rgb(207, 150, 58)
HSL
hsl(37, 61%, 52%)
HSV
hsv(37, 72%, 81%)
CMYK
0%, 28%, 72%, 19%
XYZ
X: 39.56, Y: 36.00, Z: 6.85
Lab
L: 66.52, a: 15.83, b: 55.02
Name

Shades of Color #CF963A

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

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

#CF963Argb(207, 150, 58)

About #CF963A Color Code

In the HSL color space, this color has a hue angle of 37°, a saturation of 61%, and a lightness of 52%. The HSV representation shows a hue of 37°, a saturation of 72%, and a value of 81%.

  • HEX: #CF963A
  • RGB: rgb(207, 150, 58)
  • HSL: hsl(37, 61%, 52%)
  • HSV: hsv(37, 72%, 81%)
  • CMYK: 0.00% cyan, 28.00% magenta, 72.00% yellow, 19.00% black
  • XYZ: 39.56, 36.00, 6.85
  • Yxy: 36.00, 0.4800, 0.4368
  • Hunter Lab: 66.52, 15.83, 55.02
  • CIE-Lab: 66.52, 15.83, 55.02

In the XYZ color space, this color is represented as X: 39.56, Y: 36.00, Z: 6.85. The Yxy representation further refines this as Y: 36.00, x: 0.4800, and y: 0.4368.

In the Hunter Lab color space, this color is represented as L: 66.52, a: 15.83, and b: 55.02. Similarly, in the CIE-Lab color space, it is represented as L: 66.52, a: 15.83, and b: 55.02.

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

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

Analogous Colors of #CF963A

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

Split Complementary Colors of #CF963A

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

Tetradic Colors of #CF963A

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

Monochromatic Colors of #CF963A

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

Complementary Color of #CF963A

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

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

HTML Examples of #CF963A

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

Related Colors of #CF963A

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