@
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.

#c8496a hex color - Red - Warm color - Information

#c8496a hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c8496a Color code in RGB color code model is created after adding 78.43% red color, 28.63% green color and 41.57% blue color. Hex #c8496a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 47% yellow and 21.57% black.

Hex #c8496a color code is between #cc4466 web safe hex color code and #bb5577 web safe hex color code. #cc4466 is the nearest web safe color code. You can see here many more shades of #c8496a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec8496a#c8496a
RGB Decimal200, 73, 106rgb(200, 73, 106)
RGB Percent78%, 29%, 42%rgb(78%, 29%, 42%)
CSS RGBa200, 73, 106,1rgba(200,73,106,1)
CMYK Modelcmyk(0%,64%,47%,21.57%)
HSL Color Space344,54% ,54%hsl(344,54% ,54%)
HSV Color Space344°, 64%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010000100100101101010
Octal310111152
Decimal20073106
Hexc8496a

Different shades of #c8496a color code.

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

Light Shade of #c8496a
#d4708a
Dark Shade of #c8496a
#aa3452
Saturated Shade of #c8496a
#d43d64
Desaturated Shade of #c8496a
#bc5570
Grey scale Shade of #c8496a
#888888
Brighten Shade
#e16283
Most Readable Shade
#FFFFFF

Shades of #c8496a color code

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

#c8496a
#b1405e
#9b3852
#853046
#6f283a
#58202f
#421823
#2c1017
#16080b
#000000

Similar Color like #c8496a color

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

#c94a6b
#ca4b6c
#cb4c6d
#cc4d6e
#cd4e6f
#ce4f70
#cf5071
#d05172
#d15273
#d25374
#d35475
#d45576
#d55677
#d65778
#c74869
#c64768
#c54667
#c44566
#c34465
#c24364
#c14263
#c04162
#bf4061
#be3f60
#bd3e5f
#bc3d5e
#bb3c5d
#ba3b5c

Monochromatic Color with #c8496a

#c8496a
#f25981
#1e0b10
#481a26
#732a3d
#9d3953

Tints of #c8496a Color

#c8496a
#ce5d7a
#d4718b
#da859b
#e099ac
#e6aebc
#ecc2cd
#f2d6dd
#f8eaee
#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

#c8496a
#49c8a7

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

Split Complementary

#c8496a
#49c868
#49a9c8

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

Analogous Color

#c8499d
#c84983
#c8496a
#c84951
#c85b49

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

#c8496a
#6ac849
#496ac8

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

#c8496a
#a9c849
#49c8a7
#6749c8

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

#c8496a
#49c8a7
#49a9c8
#c86849

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 #c8496a 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.

#c8496a Color Code Preview on Black Background Color

This is how #c8496a Color will look on black background color. Color contrast ratio is 4.62

#c8496a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c8496a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c8496a

#c8496a color code is use for CSS Background Color

Background color for the above div is #c8496a

HTML with inline CSS

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

#c8496a color code is use for CSS Border Color

CSS Border color for the above div is #c8496a

HTML with inline CSS

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

CSS Border Left color for the above div is #c8496a

HTML with inline CSS

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

CSS Border Right color for the above div is #c8496a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c8496a

HTML with inline CSS

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

CSS Border Top color for the above div is #c8496a

HTML with inline CSS

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

#c8496a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c8496a Color code Preview on White Background

This is how #c8496a Color code will look on white background color. Color contrast ratio is 4.55

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 #c8496a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c8496a; }

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(200,73,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(73,200,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(200,73,106,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.