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

#c9185e hex color - Red - Warm color - Information

#c9185e hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c9185e Color code in RGB color code model is created after adding 78.82% red color, 9.41% green color and 36.86% blue color. Hex #c9185e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 88% magenta, 53% yellow and 21.18% black.

Hex #c9185e color code is between #cc1166 web safe hex color code and #bb2255 web safe hex color code. #cc1166 is the nearest web safe color code. You can see here many more shades of #c9185e color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codec9185e#c9185e
RGB Decimal201, 24, 94rgb(201, 24, 94)
RGB Percent79%, 9%, 37%rgb(79%, 9%, 37%)
CSS RGBa201, 24, 94,1rgba(201,24,94,1)
CMYK Modelcmyk(0%,88%,53%,21.18%)
HSL Color Space336,79% ,44%hsl(336,79% ,44%)
HSV Color Space336°, 88%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010010001100001011110
Octal31130136
Decimal2012494
Hexc9185e

Different shades of #c9185e color code.

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

Light Shade of #c9185e
#e62e77
Dark Shade of #c9185e
#9b1349
Saturated Shade of #c9185e
#d40d5c
Desaturated Shade of #c9185e
#be2360
Grey scale Shade of #c9185e
#707070
Brighten Shade
#e23177
Most Readable Shade
#FFFFFF

Shades of #c9185e color code

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

#c9185e
#b21553
#9c1249
#86103e
#6f0d34
#590a29
#43081f
#2c0514
#16020a
#000000

Similar Color like #c9185e color

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

#ca195f
#cb1a60
#cc1b61
#cd1c62
#ce1d63
#cf1e64
#d01f65
#d12066
#d22167
#d32268
#d42369
#d5246a
#d6256b
#d7266c
#c8175d
#c7165c
#c6155b
#c5145a
#c41359
#c31258
#c21157
#c11056
#c00f55
#bf0e54
#be0d53
#bd0c52
#bc0b51
#bb0a50

Monochromatic Color with #c9185e

#c9185e
#f31d72
#1f040e
#490922
#740e36
#9e134a

Tints of #c9185e Color

#c9185e
#cf316f
#d54b81
#db6593
#e17ea5
#e798b7
#edb2c9
#f3cbdb
#f9e5ed
#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

#c9185e
#18c983

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

Split Complementary

#c9185e
#18c92b
#18b7c9

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

Analogous Color

#c918a5
#c91881
#c9185e
#c9183b
#c91918

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

#c9185e
#5ec918
#185ec9

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

#c9185e
#b6c918
#18c983
#2a18c9

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

#c9185e
#18c983
#18b7c9
#c92b18

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

#c9185e Color Code Preview on Black Background Color

This is how #c9185e Color will look on black background color. Color contrast ratio is 3.78

#c9185e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c9185e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c9185e

#c9185e color code is use for CSS Background Color

Background color for the above div is #c9185e

HTML with inline CSS

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

#c9185e color code is use for CSS Border Color

CSS Border color for the above div is #c9185e

HTML with inline CSS

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

CSS Border Left color for the above div is #c9185e

HTML with inline CSS

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

CSS Border Right color for the above div is #c9185e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c9185e

HTML with inline CSS

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

CSS Border Top color for the above div is #c9185e

HTML with inline CSS

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

#c9185e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c9185e Color code Preview on White Background

This is how #c9185e Color code will look on white background color. Color contrast ratio is 5.56

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

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(201,24,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(24,201,131,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,24,94,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.