@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#c9716c hex color - Red - Warm color - Information

#c9716c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c9716c Color code in RGB color code model is created after adding 78.82% red color, 44.31% green color and 42.35% blue color. Hex #c9716c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 46% yellow and 21.18% black.

Hex #c9716c color code is between #cc7766 web safe hex color code and #bb6677 web safe hex color code. #cc7766 is the nearest web safe color code. You can see here many more shades of #c9716c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code c9716c #c9716c
RGB Decimal 201, 113, 108 rgb(201, 113, 108)
RGB Percent 79%, 44%, 42% rgb(79%, 44%, 42%)
CSS RGBa 201, 113, 108,1 rgba(201,113,108,1)
CMYK Model cmyk(0%,44%,46%,21.18%)
HSL Color Space 3,46% ,61% hsl(3,46% ,61%)
HSV Color Space 3°, 46%, 79%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001001 01110001 01101100
Octal 311 161 154
Decimal 201 113 108
Hex c9 71 6c

Different shades of #c9716c color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #c9716c
#d79591
Dark Shade of #c9716c
#bb4d47
Saturated Shade of #c9716c
#d36862
Desaturated Shade of #c9716c
#bf7a76
Grey scale Shade of #c9716c
#9a9a9a
Brighten Shade
#e28a85
Most Readable Shade
#000000

Shades of #c9716c color code

Generate more color scales with scales (color stack) generator.

#c9716c
#b26460
#9c5754
#864b48
#6f3e3c
#593230
#432524
#2c1918
#160c0c
#000000

Similar Color like #c9716c color

Find visually similar hex color codes nearing to #c9716c hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ca726d
#cb736e
#cc746f
#cd7570
#ce7671
#cf7772
#d07873
#d17974
#d27a75
#d37b76
#d47c77
#d57d78
#d67e79
#d77f7a
#c8706b
#c76f6a
#c66e69
#c56d68
#c46c67
#c36b66
#c26a65
#c16964
#c06863
#bf6762
#be6661
#bd6560
#bc645f
#bb635e

Monochromatic Color with #c9716c

#c9716c
#f38983
#1f1111
#492927
#74413e
#9e5955

Tints of #c9716c Color

#c9716c
#cf807c
#d5908c
#dba09d
#e1b0ad
#e7bfbd
#edcfce
#f3dfde
#f9efee
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#c9716c
#6cc4c9

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#c9716c
#6cc9a0
#6c96c9

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#c96c8c
#c96c7a
#c9716c
#c9846c
#c9966c

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#c9716c
#6cc971
#716cc9

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#c9716c
#95c96c
#6cc4c9
#9f6cc9

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#c9716c
#6cc4c9
#6c96c9
#c9a06c

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #c9716c Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#c9716c Color Code Preview on Black Background Color

This is how #c9716c Color will look on black background color. Color contrast ratio is 6.06

#c9716c in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#c9716c">Your Example Paragraph content text in with font color #c9716c </p>

Your Example Paragraph content text in with font color #c9716c

HTML with inline CSS

<div style="color:#c9716c">Your Paragraph text in with font color #c9716c </div>

Your Example Paragraph content text in with font color #c9716c

#c9716c color code is use for CSS Background Color

Background color for the above div is #c9716c

HTML with inline CSS

<div style="background-color:#c9716c;"></div>

#c9716c color code is use for CSS Border Color

CSS Border color for the above div is #c9716c

HTML with inline CSS

<div style="border:5px solid #c9716c;"></div>

CSS Border Left color for the above div is #c9716c

HTML with inline CSS

<div style="border-left:5px solid #c9716c;"></div>

CSS Border Right color for the above div is #c9716c

HTML with inline CSS

<div style="border-right:5px solid #c9716c;"></div>

CSS Border Bottom color for the above div is #c9716c

HTML with inline CSS

<div style="border-bottom:5px solid #c9716c;"></div>

CSS Border Top color for the above div is #c9716c

HTML with inline CSS

<div style="border-top:5px solid #c9716c;"></div>

#c9716c hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#c9716c; } .examplecolorclass {color:#c9716c; } .examplebordercolor {border:3px solid #c9716c; }

#c9716c Color code Preview on White Background

This is how #c9716c Color code will look on white background color. Color contrast ratio is 3.46

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #c9716c; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c9716c; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(201,113,108,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(108,196,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,113,108,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.