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

#c47bba hex color - Red - Warm color - Information

#c47bba hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c47bba Color code in RGB color code model is created after adding 76.86% red color, 48.24% green color and 72.94% blue color. Hex #c47bba Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 5% yellow and 23.14% black.

Hex #c47bba color code is between #cc77bb web safe hex color code and #bb88aa web safe hex color code. #cc77bb is the nearest web safe color code. You can see here many more shades of #c47bba 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 c47bba #c47bba
RGB Decimal 196, 123, 186 rgb(196, 123, 186)
RGB Percent 77%, 48%, 73% rgb(77%, 48%, 73%)
CSS RGBa 196, 123, 186,1 rgba(196,123,186,1)
CMYK Model cmyk(0%,37%,5%,23.14%)
HSL Color Space 308,38% ,63% hsl(308,38% ,63%)
HSV Color Space 308°, 37%, 77%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000100 01111011 10111010
Octal 304 173 272
Decimal 196 123 186
Hex c4 7b ba

Different shades of #c47bba color code.

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

Light Shade of #c47bba
#d49ecc
Dark Shade of #c47bba
#b458a8
Saturated Shade of #c47bba
#ce71c1
Desaturated Shade of #c47bba
#ba85b3
Grey scale Shade of #c47bba
#9f9f9f
Brighten Shade
#dd94d3
Most Readable Shade
#000000

Shades of #c47bba color code

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

#c47bba
#ae6da5
#985f90
#82527c
#6c4467
#573652
#41293e
#2b1b29
#150d14
#000000

Similar Color like #c47bba color

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

#c57cbb
#c67dbc
#c77ebd
#c87fbe
#c980bf
#ca81c0
#cb82c1
#cc83c2
#cd84c3
#ce85c4
#cf86c5
#d087c6
#d188c7
#d289c8
#c37ab9
#c279b8
#c178b7
#c077b6
#bf76b5
#be75b4
#bd74b3
#bc73b2
#bb72b1
#ba71b0
#b970af
#b86fae
#b76ead
#b66dac

Monochromatic Color with #c47bba

#c47bba
#ee96e2
#1a1019
#442b41
#6f4669
#996092

Tints of #c47bba Color

#c47bba
#ca89c1
#d198c9
#d7a7d1
#deb5d8
#e4c4e0
#ebd3e8
#f1e1ef
#f8f0f7
#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

#c47bba
#7bc485

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

Split Complementary

#c47bba
#96c47b
#7bc4aa

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

Analogous Color

#b17bc4
#bf7bc4
#c47bba
#c47bab
#c47b9d

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

#c47bba
#bac47b
#7bbac4

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

#c47bba
#c4a97b
#7bc485
#7b95c4

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

#c47bba
#7bc485
#7bc4aa
#c47b96

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

#c47bba Color Code Preview on Black Background Color

This is how #c47bba Color will look on black background color. Color contrast ratio is 6.89

#c47bba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c47bba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c47bba

#c47bba color code is use for CSS Background Color

Background color for the above div is #c47bba

HTML with inline CSS

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

#c47bba color code is use for CSS Border Color

CSS Border color for the above div is #c47bba

HTML with inline CSS

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

CSS Border Left color for the above div is #c47bba

HTML with inline CSS

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

CSS Border Right color for the above div is #c47bba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c47bba

HTML with inline CSS

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

CSS Border Top color for the above div is #c47bba

HTML with inline CSS

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

#c47bba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c47bba Color code Preview on White Background

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

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,123,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(123,196,133,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,123,186,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.