crispedge.com

Color picker

Loading...

#c8989c hex color - Red - Warm color - Information

#c8989c hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #c8989c Color code in RGB color code model is created after adding 78.43% red color, 59.61% green color and 61.18% blue color. Hex #c8989c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 22% yellow and 22% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec8989c#c8989c
RGB Decimal200, 152, 156rgb(200, 152, 156)
RGB Percent78%, 60%, 61%rgb(78%, 60%, 61%)
CSS RGBa200, 152, 156,1rgba(200,152,156,1)
CMYK Modelcmyk(0%,24%,22%,22%)
HSL Color Space355,30% ,69%hsl(355,30% ,69%)
HSV Color Space355°, 24%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010001001100010011100
Octal310230234
Decimal200152156
Hexc8989c

Different shades of #c8989c color code.

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

Light Shade of #c8989c
#dab9bc
Dark Shade of #c8989c
#b6777c
Saturated Shade of #c8989c
#d09095
Desaturated Shade of #c8989c
#c0a0a3
Grey scale Shade of #c8989c
#b0b0b0
Brighten Shade
#e1b1b5
Most Readable Shade
#000000

Shades of #c8989c color code

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

#c8989c
#b1878a
#9b7679
#856568
#6f5456
#584345
#423234
#2c2122
#161011
#000000

Similar Color like #c8989c color

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

#c9999d
#ca9a9e
#cb9b9f
#cc9ca0
#cd9da1
#ce9ea2
#cf9fa3
#d0a0a4
#d1a1a5
#d2a2a6
#d3a3a7
#d4a4a8
#d5a5a9
#d6a6aa
#c7979b
#c6969a
#c59599
#c49498
#c39397
#c29296
#c19195
#c09094
#bf8f93
#be8e92
#bd8d91
#bc8c90
#bb8b8f
#ba8a8e

Monochromatic Color with #c8989c

#c8989c
#f2b8bd
#1e1717
#483739
#73575a
#9d787b

Tints of #c8989c Color

#c8989c
#cea3a7
#d4aeb2
#dababd
#e0c5c8
#e6d1d3
#ecdcde
#f2e8e9
#f8f3f4
#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

#c8989c
#98c8c4

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

Split Complementary

#c8989c
#98c8ac
#98b4c8

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

Analogous Color

#c898af
#c898a6
#c8989c
#c89e98
#c8a798

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

#c8989c
#9cc898
#989cc8

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

#c8989c
#b4c898
#98c8c4
#ac98c8

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

#c8989c
#98c8c4
#98b4c8
#c8ac98

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

#c8989c Color Code Preview on Black Background Color

This is how #c8989c Color will look on black background color. Color contrast ratio is 8.43

#c8989c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c8989c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c8989c

#c8989c color code is use for CSS Background Color

Background color for the above div is #c8989c

HTML with inline CSS

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

#c8989c color code is use for CSS Border Color

CSS Border color for the above div is #c8989c

HTML with inline CSS

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

CSS Border Left color for the above div is #c8989c

HTML with inline CSS

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

CSS Border Right color for the above div is #c8989c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c8989c

HTML with inline CSS

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

CSS Border Top color for the above div is #c8989c

HTML with inline CSS

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

#c8989c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c8989c Color code Preview on White Background

This is how #c8989c Color code will look on white background color. Color contrast ratio is 2.49

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

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(200,152,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(152,200,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(200,152,156,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.