Color: #C4601C

#C4601C Color Information

#C4601C is a dark color. The closest websafe version is #C4601C. A complement of this color would be #1C81C4, perceived brightness is 0.46, and the grayscale version is #707070.

In the HSL color space, this color has a hue angle of 24°,a saturation of 75%, and a lightness of 44%.The HSV representation shows a hue of 24°, a saturation of 86%, and a value of 77%.

In a RGB color space, #C4601C is composed of 77% red, 38% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 51% magenta, 86% yellow and 23% black.

In the Yxy color space, this color is represented as Y: 20.74, x: 0.5505, and y: 0.3972.

Color Code #C4601C

#C4601Crgb(196, 96, 28)
HEX
#C4601C
RGB
rgb(196, 96, 28)
HSL
hsl(24, 75%, 44%)
HSV
hsv(24, 86%, 77%)
CMYK
0%, 51%, 86%, 23%
XYZ
X: 28.74, Y: 20.74, Z: 2.73
Lab
L: 52.66, a: 38.05, b: 54.15
Name

Shades of Color #C4601C

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

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

#C4601Crgb(196, 96, 28)

About #C4601C Color Code

In the HSL color space, this color has a hue angle of 24°, a saturation of 75%, and a lightness of 44%. The HSV representation shows a hue of 24°, a saturation of 86%, and a value of 77%.

  • HEX: #C4601C
  • RGB: rgb(196, 96, 28)
  • HSL: hsl(24, 75%, 44%)
  • HSV: hsv(24, 86%, 77%)
  • CMYK: 0.00% cyan, 51.00% magenta, 86.00% yellow, 23.00% black
  • XYZ: 28.74, 20.74, 2.73
  • Yxy: 20.74, 0.5505, 0.3972
  • Hunter Lab: 52.66, 38.05, 54.15
  • CIE-Lab: 52.66, 38.05, 54.15

In the XYZ color space, this color is represented as X: 28.74, Y: 20.74, Z: 2.73. The Yxy representation further refines this as Y: 20.74, x: 0.5505, and y: 0.3972.

In the Hunter Lab color space, this color is represented as L: 52.66, a: 38.05, and b: 54.15. Similarly, in the CIE-Lab color space, it is represented as L: 52.66, a: 38.05, and b: 54.15.

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

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

Analogous Colors of #C4601C

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

Split Complementary Colors of #C4601C

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

Tetradic Colors of #C4601C

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

Monochromatic Colors of #C4601C

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

Complementary Color of #C4601C

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

/* Using HEX */
body {
  background-color: #c4601c;
}
/* Using RGB */
body {
  background-color: rgb(196, 96, 28);
}
/* Using RGB with opacity */
body {
  background-color: rgba(196, 96, 28, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(24, 75%, 44%);
}
/* Text color */
p {
  color: #c4601c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c4601c;
}
/* Border color */
.box {
  border: 4px solid #c4601c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c4601c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c4601c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C4601C
On Black Background
#C4601C
On White Background
#C4601C

HTML Examples of #C4601C

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

Related Colors of #C4601C

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