crispedge.com

Color picker

Loading...

#c184ba hex color - Red - Warm color - Information

#c184ba hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c184ba Color code in RGB color code model is created after adding 75.69% red color, 51.76% green color and 72.94% blue color. Hex #c184ba Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 4% yellow and 24% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec184ba#c184ba
RGB Decimal193, 132, 186rgb(193, 132, 186)
RGB Percent76%, 52%, 73%rgb(76%, 52%, 73%)
CSS RGBa193, 132, 186,1rgba(193,132,186,1)
CMYK Modelcmyk(0%,32%,4%,24%)
HSL Color Space307,33% ,64%hsl(307,33% ,64%)
HSV Color Space307°, 32%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000011000010010111010
Octal301204272
Decimal193132186
Hexc184ba

Different shades of #c184ba color code.

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

Light Shade of #c184ba
#d2a6cd
Dark Shade of #c184ba
#b062a7
Saturated Shade of #c184ba
#ca7bc1
Desaturated Shade of #c184ba
#b88db3
Grey scale Shade of #c184ba
#a2a2a2
Brighten Shade
#da9dd3
Most Readable Shade
#000000

Shades of #c184ba color code

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

#c184ba
#ab75a5
#966690
#80587c
#6b4967
#553a52
#402c3e
#2a1d29
#150e14
#000000

Similar Color like #c184ba color

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

#c285bb
#c386bc
#c487bd
#c588be
#c689bf
#c78ac0
#c88bc1
#c98cc2
#ca8dc3
#cb8ec4
#cc8fc5
#cd90c6
#ce91c7
#cf92c8
#c083b9
#bf82b8
#be81b7
#bd80b6
#bc7fb5
#bb7eb4
#ba7db3
#b97cb2
#b87bb1
#b77ab0
#b679af
#b578ae
#b477ad
#b376ac

Monochromatic Color with #c184ba

#c184ba
#eba1e3
#171016
#412d3f
#6c4a68
#966791

Tints of #c184ba Color

#c184ba
#c791c1
#ce9fc9
#d5add1
#dcbad8
#e3c8e0
#ead6e8
#f1e3ef
#f8f1f7
#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

#c184ba
#84c18b

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

Split Complementary

#c184ba
#9cc184
#84c1aa

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

Analogous Color

#b084c1
#bc84c1
#c184ba
#c184ae
#c184a2

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

#c184ba
#bac184
#84bac1

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

#c184ba
#c1a984
#84c18b
#849bc1

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

#c184ba
#84c18b
#84c1aa
#c1849c

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

#c184ba Color Code Preview on Black Background Color

This is how #c184ba Color will look on black background color. Color contrast ratio is 7.28

#c184ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c184ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c184ba

#c184ba color code is use for CSS Background Color

Background color for the above div is #c184ba

HTML with inline CSS

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

#c184ba color code is use for CSS Border Color

CSS Border color for the above div is #c184ba

HTML with inline CSS

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

CSS Border Left color for the above div is #c184ba

HTML with inline CSS

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

CSS Border Right color for the above div is #c184ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c184ba

HTML with inline CSS

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

CSS Border Top color for the above div is #c184ba

HTML with inline CSS

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

#c184ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c184ba Color code Preview on White Background

This is how #c184ba Color code will look on white background color. Color contrast ratio is 2.89

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

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,132,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(132,193,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,132,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.