Color: #C8266E

#C8266E Color Information

#C8266E is a dark color. The closest websafe version is #C8266E. A complement of this color would be #26C980, perceived brightness is 0.37, and the grayscale version is #777777.

In the HSL color space, this color has a hue angle of 333°,a saturation of 68%, and a lightness of 47%.The HSV representation shows a hue of 333°, a saturation of 81%, and a value of 78%.

In a RGB color space, #C8266E is composed of 78% red, 15% green and 43% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 81% magenta, 45% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 15.19, x: 0.5076, and y: 0.2738.

Color Code #C8266E

#C8266Ergb(200, 38, 110)
HEX
#C8266E
RGB
rgb(200, 38, 110)
HSL
hsl(333, 68%, 47%)
HSV
hsv(333, 81%, 78%)
CMYK
0%, 81%, 45%, 22%
XYZ
X: 28.16, Y: 15.19, Z: 12.13
Lab
L: 45.89, a: 64.99, b: 1.16
Name

Shades of Color #C8266E

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

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

#C8266Ergb(200, 38, 110)

About #C8266E Color Code

In the HSL color space, this color has a hue angle of 333°, a saturation of 68%, and a lightness of 47%. The HSV representation shows a hue of 333°, a saturation of 81%, and a value of 78%.

  • HEX: #C8266E
  • RGB: rgb(200, 38, 110)
  • HSL: hsl(333, 68%, 47%)
  • HSV: hsv(333, 81%, 78%)
  • CMYK: 0.00% cyan, 81.00% magenta, 45.00% yellow, 22.00% black
  • XYZ: 28.16, 15.19, 12.13
  • Yxy: 15.19, 0.5076, 0.2738
  • Hunter Lab: 45.89, 64.99, 1.16
  • CIE-Lab: 45.89, 64.99, 1.16

In the XYZ color space, this color is represented as X: 28.16, Y: 15.19, Z: 12.13. The Yxy representation further refines this as Y: 15.19, x: 0.5076, and y: 0.2738.

In the Hunter Lab color space, this color is represented as L: 45.89, a: 64.99, and b: 1.16. Similarly, in the CIE-Lab color space, it is represented as L: 45.89, a: 64.99, and b: 1.16.

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

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

Analogous Colors of #C8266E

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

Split Complementary Colors of #C8266E

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

Tetradic Colors of #C8266E

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

Monochromatic Colors of #C8266E

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

Complementary Color of #C8266E

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

/* Using HEX */
body {
  background-color: #c8266e;
}
/* Using RGB */
body {
  background-color: rgb(200, 38, 110);
}
/* Using RGB with opacity */
body {
  background-color: rgba(200, 38, 110, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(333, 68%, 47%);
}
/* Text color */
p {
  color: #c8266e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c8266e;
}
/* Border color */
.box {
  border: 4px solid #c8266e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c8266e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c8266e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C8266E
On Black Background
#C8266E
On White Background
#C8266E

HTML Examples of #C8266E

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

Related Colors of #C8266E

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