Color: #CE914C

#CE914C Color Information

#CE914C is a light color. The closest websafe version is #CE914C. A complement of this color would be #4B88CE, perceived brightness is 0.61, and the grayscale version is #8D8D8D.

In the HSL color space, this color has a hue angle of 32°,a saturation of 57%, and a lightness of 55%.The HSV representation shows a hue of 32°, a saturation of 63%, and a value of 81%.

In a RGB color space, #CE914C is composed of 81% red, 57% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 30% magenta, 63% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 34.47, x: 0.4733, and y: 0.4199.

Color Code #CE914C

#CE914Crgb(206, 145, 76)
HEX
#CE914C
RGB
rgb(206, 145, 76)
HSL
hsl(32, 57%, 55%)
HSV
hsv(32, 63%, 81%)
CMYK
0%, 30%, 63%, 19%
XYZ
X: 38.85, Y: 34.47, Z: 8.77
Lab
L: 65.33, a: 18.73, b: 45.49
Name

Shades of Color #CE914C

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

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

#CE914Crgb(206, 145, 76)

About #CE914C Color Code

In the HSL color space, this color has a hue angle of 32°, a saturation of 57%, and a lightness of 55%. The HSV representation shows a hue of 32°, a saturation of 63%, and a value of 81%.

  • HEX: #CE914C
  • RGB: rgb(206, 145, 76)
  • HSL: hsl(32, 57%, 55%)
  • HSV: hsv(32, 63%, 81%)
  • CMYK: 0.00% cyan, 30.00% magenta, 63.00% yellow, 19.00% black
  • XYZ: 38.85, 34.47, 8.77
  • Yxy: 34.47, 0.4733, 0.4199
  • Hunter Lab: 65.33, 18.73, 45.49
  • CIE-Lab: 65.33, 18.73, 45.49

In the XYZ color space, this color is represented as X: 38.85, Y: 34.47, Z: 8.77. The Yxy representation further refines this as Y: 34.47, x: 0.4733, and y: 0.4199.

In the Hunter Lab color space, this color is represented as L: 65.33, a: 18.73, and b: 45.49. Similarly, in the CIE-Lab color space, it is represented as L: 65.33, a: 18.73, and b: 45.49.

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

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

Analogous Colors of #CE914C

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

Split Complementary Colors of #CE914C

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

Tetradic Colors of #CE914C

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

Monochromatic Colors of #CE914C

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

Complementary Color of #CE914C

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

/* Using HEX */
body {
  background-color: #ce914c;
}
/* Using RGB */
body {
  background-color: rgb(206, 145, 76);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 145, 76, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(32, 57%, 55%);
}
/* Text color */
p {
  color: #ce914c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ce914c;
}
/* Border color */
.box {
  border: 4px solid #ce914c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ce914c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ce914c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CE914C
On Black Background
#CE914C
On White Background
#CE914C

HTML Examples of #CE914C

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

Related Colors of #CE914C

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