crispedge.com

Color picker

Loading...

#c47ea6 hex color - Red - Warm color - Information

#c47ea6 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #c47ea6 Color code in RGB color code model is created after adding 76.86% red color, 49.41% green color and 65.1% blue color. Hex #c47ea6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 15% yellow and 23% black.

Hex #c47ea6 color code is between #cc77aa web safe hex color code and #bb8899 web safe hex color code. #cc77aa is the nearest web safe color code. You can see here many more shades of #c47ea6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec47ea6#c47ea6
RGB Decimal196, 126, 166rgb(196, 126, 166)
RGB Percent77%, 49%, 65%rgb(77%, 49%, 65%)
CSS RGBa196, 126, 166,1rgba(196,126,166,1)
CMYK Modelcmyk(0%,36%,15%,23%)
HSL Color Space326,37% ,63%hsl(326,37% ,63%)
HSV Color Space326°, 36%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001000111111010100110
Octal304176246
Decimal196126166
Hexc47ea6

Different shades of #c47ea6 color code.

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

Light Shade of #c47ea6
#d4a1be
Dark Shade of #c47ea6
#b45b8e
Saturated Shade of #c47ea6
#cd75a7
Desaturated Shade of #c47ea6
#bb87a5
Grey scale Shade of #c47ea6
#a1a1a1
Brighten Shade
#dd97bf
Most Readable Shade
#000000

Shades of #c47ea6 color code

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

#c47ea6
#ae7093
#986281
#82546e
#6c465c
#573849
#412a37
#2b1c24
#150e12
#000000

Similar Color like #c47ea6 color

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

#c57fa7
#c680a8
#c781a9
#c882aa
#c983ab
#ca84ac
#cb85ad
#cc86ae
#cd87af
#ce88b0
#cf89b1
#d08ab2
#d18bb3
#d28cb4
#c37da5
#c27ca4
#c17ba3
#c07aa2
#bf79a1
#be78a0
#bd779f
#bc769e
#bb759d
#ba749c
#b9739b
#b8729a
#b77199
#b67098

Monochromatic Color with #c47ea6

#c47ea6
#ee99ca
#1a1116
#442c3a
#6f475e
#996382

Tints of #c47ea6 Color

#c47ea6
#ca8caf
#d19ab9
#d7a9c3
#deb7cd
#e4c5d7
#ebd4e1
#f1e2eb
#f8f0f5
#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

#c47ea6
#7ec49c

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

Split Complementary

#c47ea6
#83c47e
#7ec4bf

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

Analogous Color

#c47ec2
#c47eb4
#c47ea6
#c47e98
#c47e8a

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

#c47ea6
#a6c47e
#7ea6c4

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

#c47ea6
#c4bf7e
#7ec49c
#7e83c4

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

#c47ea6
#7ec49c
#7ec4bf
#c47e83

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

#c47ea6 Color Code Preview on Black Background Color

This is how #c47ea6 Color will look on black background color. Color contrast ratio is 6.88

#c47ea6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c47ea6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c47ea6

#c47ea6 color code is use for CSS Background Color

Background color for the above div is #c47ea6

HTML with inline CSS

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

#c47ea6 color code is use for CSS Border Color

CSS Border color for the above div is #c47ea6

HTML with inline CSS

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

CSS Border Left color for the above div is #c47ea6

HTML with inline CSS

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

CSS Border Right color for the above div is #c47ea6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c47ea6

HTML with inline CSS

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

CSS Border Top color for the above div is #c47ea6

HTML with inline CSS

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

#c47ea6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c47ea6 Color code Preview on White Background

This is how #c47ea6 Color code will look on white background color. Color contrast ratio is 3.05

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

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(196,126,166,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(126,196,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,126,166,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.