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

#c2748c hex color - Red - Warm color - Information

#c2748c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c2748c Color code in RGB color code model is created after adding 76.08% red color, 45.49% green color and 54.9% blue color. Hex #c2748c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 28% yellow and 23.92% black.

Hex #c2748c color code is between #bb7788 web safe hex color code and #cc6699 web safe hex color code. #bb7788 is the nearest web safe color code. You can see here many more shades of #c2748c color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Code c2748c #c2748c
RGB Decimal 194, 116, 140 rgb(194, 116, 140)
RGB Percent 76%, 45%, 55% rgb(76%, 45%, 55%)
CSS RGBa 194, 116, 140,1 rgba(194,116,140,1)
CMYK Model cmyk(0%,40%,28%,23.92%)
HSL Color Space 342,39% ,61% hsl(342,39% ,61%)
HSV Color Space 342°, 40%, 76%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000010 01110100 10001100
Octal 302 164 214
Decimal 194 116 140
Hex c2 74 8c

Different shades of #c2748c color code.

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

Light Shade of #c2748c
#d297a9
Dark Shade of #c2748c
#b2516f
Saturated Shade of #c2748c
#cc6a88
Desaturated Shade of #c2748c
#b87e90
Grey scale Shade of #c2748c
#9b9b9b
Brighten Shade
#db8da5
Most Readable Shade
#000000

Shades of #c2748c color code

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

#c2748c
#ac677c
#965a6c
#814d5d
#6b404d
#56333e
#40262e
#2b191f
#150c0f
#000000

Similar Color like #c2748c color

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

#c3758d
#c4768e
#c5778f
#c67890
#c77991
#c87a92
#c97b93
#ca7c94
#cb7d95
#cc7e96
#cd7f97
#ce8098
#cf8199
#d0829a
#c1738b
#c0728a
#bf7189
#be7088
#bd6f87
#bc6e86
#bb6d85
#ba6c84
#b96b83
#b86a82
#b76981
#b66880
#b5677f
#b4667e

Monochromatic Color with #c2748c

#c2748c
#ec8dab
#180e11
#422830
#6d414f
#975b6d

Tints of #c2748c Color

#c2748c
#c88398
#cf92a5
#d6a2b2
#ddb1bf
#e3c1cb
#ead0d8
#f1e0e5
#f8eff2
#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

#c2748c
#74c2aa

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

Split Complementary

#c2748c
#74c283
#74b3c2

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

Analogous Color

#c274ab
#c2749c
#c2748c
#c2747c
#c27b74

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

#c2748c
#8cc274
#748cc2

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

#c2748c
#b3c274
#74c2aa
#8374c2

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

#c2748c
#74c2aa
#74b3c2
#c28374

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

#c2748c Color Code Preview on Black Background Color

This is how #c2748c Color will look on black background color. Color contrast ratio is 6.17

#c2748c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2748c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2748c

#c2748c color code is use for CSS Background Color

Background color for the above div is #c2748c

HTML with inline CSS

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

#c2748c color code is use for CSS Border Color

CSS Border color for the above div is #c2748c

HTML with inline CSS

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

CSS Border Left color for the above div is #c2748c

HTML with inline CSS

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

CSS Border Right color for the above div is #c2748c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c2748c

HTML with inline CSS

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

CSS Border Top color for the above div is #c2748c

HTML with inline CSS

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

#c2748c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c2748c Color code Preview on White Background

This is how #c2748c Color code will look on white background color. Color contrast ratio is 3.40

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

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(194,116,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(116,194,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(194,116,140,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.