Color: #C0640A

#C0640A Color Information

#C0640A is a dark color. The closest websafe version is #C0640A. A complement of this color would be #0A66C2, perceived brightness is 0.46, and the grayscale version is #656565.

In the HSL color space, this color has a hue angle of 30°,a saturation of 90%, and a lightness of 40%.The HSV representation shows a hue of 30°, a saturation of 95%, and a value of 75%.

In a RGB color space, #C0640A is composed of 75% red, 39% green and 4% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 48% magenta, 95% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 20.88, x: 0.5477, and y: 0.4093.

Color Code #C0640A

#C0640Argb(192, 100, 10)
HEX
#C0640A
RGB
rgb(192, 100, 10)
HSL
hsl(30, 90%, 40%)
HSV
hsv(30, 95%, 75%)
CMYK
0%, 48%, 95%, 25%
XYZ
X: 27.94, Y: 20.88, Z: 2.19
Lab
L: 52.82, a: 34.21, b: 59.01
Name

Shades of Color #C0640A

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

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

#C0640Argb(192, 100, 10)

About #C0640A Color Code

In the HSL color space, this color has a hue angle of 30°, a saturation of 90%, and a lightness of 40%. The HSV representation shows a hue of 30°, a saturation of 95%, and a value of 75%.

  • HEX: #C0640A
  • RGB: rgb(192, 100, 10)
  • HSL: hsl(30, 90%, 40%)
  • HSV: hsv(30, 95%, 75%)
  • CMYK: 0.00% cyan, 48.00% magenta, 95.00% yellow, 25.00% black
  • XYZ: 27.94, 20.88, 2.19
  • Yxy: 20.88, 0.5477, 0.4093
  • Hunter Lab: 52.82, 34.21, 59.01
  • CIE-Lab: 52.82, 34.21, 59.01

In the XYZ color space, this color is represented as X: 27.94, Y: 20.88, Z: 2.19. The Yxy representation further refines this as Y: 20.88, x: 0.5477, and y: 0.4093.

In the Hunter Lab color space, this color is represented as L: 52.82, a: 34.21, and b: 59.01. Similarly, in the CIE-Lab color space, it is represented as L: 52.82, a: 34.21, and b: 59.01.

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

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

Analogous Colors of #C0640A

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

Split Complementary Colors of #C0640A

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

Tetradic Colors of #C0640A

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

Monochromatic Colors of #C0640A

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

Complementary Color of #C0640A

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

/* Using HEX */
body {
  background-color: #c0640a;
}
/* Using RGB */
body {
  background-color: rgb(192, 100, 10);
}
/* Using RGB with opacity */
body {
  background-color: rgba(192, 100, 10, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(30, 90%, 40%);
}
/* Text color */
p {
  color: #c0640a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c0640a;
}
/* Border color */
.box {
  border: 4px solid #c0640a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c0640a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c0640a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C0640A
On Black Background
#C0640A
On White Background
#C0640A

HTML Examples of #C0640A

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

Related Colors of #C0640A

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