crispedge.com

Color picker

Loading...

#c189b2 hex color - Red - Warm color - Information

#c189b2 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c189b2 Color code in RGB color code model is created after adding 75.69% red color, 53.73% green color and 69.8% blue color. Hex #c189b2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 8% yellow and 24% black.

Hex #c189b2 color code is between #bb88aa web safe hex color code and #cc99bb web safe hex color code. #bb88aa is the nearest web safe color code. You can see here many more shades of #c189b2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec189b2#c189b2
RGB Decimal193, 137, 178rgb(193, 137, 178)
RGB Percent76%, 54%, 70%rgb(76%, 54%, 70%)
CSS RGBa193, 137, 178,1rgba(193,137,178,1)
CMYK Modelcmyk(0%,29%,8%,24%)
HSL Color Space316,31% ,65%hsl(316,31% ,65%)
HSV Color Space316°, 29%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000011000100110110010
Octal301211262
Decimal193137178
Hexc189b2

Different shades of #c189b2 color code.

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

Light Shade of #c189b2
#d3aac8
Dark Shade of #c189b2
#af689c
Saturated Shade of #c189b2
#ca80b6
Desaturated Shade of #c189b2
#b892ae
Grey scale Shade of #c189b2
#a5a5a5
Brighten Shade
#daa2cb
Most Readable Shade
#000000

Shades of #c189b2 color code

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

#c189b2
#ab799e
#966a8a
#805b76
#6b4c62
#553c4f
#402d3b
#2a1e27
#150f13
#000000

Similar Color like #c189b2 color

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

#c28ab3
#c38bb4
#c48cb5
#c58db6
#c68eb7
#c78fb8
#c890b9
#c991ba
#ca92bb
#cb93bc
#cc94bd
#cd95be
#ce96bf
#cf97c0
#c088b1
#bf87b0
#be86af
#bd85ae
#bc84ad
#bb83ac
#ba82ab
#b981aa
#b880a9
#b77fa8
#b67ea7
#b57da6
#b47ca5
#b37ba4

Monochromatic Color with #c189b2

#c189b2
#eba7d9
#171015
#412e3c
#6c4d64
#966b8b

Tints of #c189b2 Color

#c189b2
#c796ba
#cea3c3
#d5b0cb
#dcbdd4
#e3cadc
#ead7e5
#f1e4ed
#f8f1f6
#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

#c189b2
#89c198

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

Split Complementary

#c189b2
#96c189
#89c1b4

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

Analogous Color

#ba89c1
#c189bd
#c189b2
#c189a7
#c1899c

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

#c189b2
#b2c189
#89b2c1

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

#c189b2
#c1b489
#89c198
#8996c1

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

#c189b2
#89c198
#89c1b4
#c18996

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

#c189b2 Color Code Preview on Black Background Color

This is how #c189b2 Color will look on black background color. Color contrast ratio is 7.49

#c189b2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c189b2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c189b2

#c189b2 color code is use for CSS Background Color

Background color for the above div is #c189b2

HTML with inline CSS

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

#c189b2 color code is use for CSS Border Color

CSS Border color for the above div is #c189b2

HTML with inline CSS

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

CSS Border Left color for the above div is #c189b2

HTML with inline CSS

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

CSS Border Right color for the above div is #c189b2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c189b2

HTML with inline CSS

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

CSS Border Top color for the above div is #c189b2

HTML with inline CSS

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

#c189b2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c189b2 Color code Preview on White Background

This is how #c189b2 Color code will look on white background color. Color contrast ratio is 2.80

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

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(193,137,178,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(137,193,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,137,178,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.