crispedge.com

Color picker

Loading...

#cc97ad hex color - Red - Warm color - Information

#cc97ad hex color - Red - Warm color

Color Hue/Base color: Red

Hex #cc97ad Color code in RGB color code model is created after adding 80% red color, 59.22% green color and 67.84% blue color. Hex #cc97ad Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 15% yellow and 20% black.

Hex #cc97ad color code is between #bb99aa web safe hex color code and #dd88bb web safe hex color code. #bb99aa is the nearest web safe color code. You can see here many more shades of #cc97ad color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc97ad#cc97ad
RGB Decimal204, 151, 173rgb(204, 151, 173)
RGB Percent80%, 59%, 68%rgb(80%, 59%, 68%)
CSS RGBa204, 151, 173,1rgba(204,151,173,1)
CMYK Modelcmyk(0%,26%,15%,20%)
HSL Color Space335,34% ,70%hsl(335,34% ,70%)
HSV Color Space335°, 26%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001001011110101101
Octal314227255
Decimal204151173
Hexcc97ad

Different shades of #cc97ad color code.

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

Light Shade of #cc97ad
#ddb9c8
Dark Shade of #cc97ad
#bb7592
Saturated Shade of #cc97ad
#d48fac
Desaturated Shade of #cc97ad
#c49fae
Grey scale Shade of #cc97ad
#b1b1b1
Brighten Shade
#e5b0c6
Most Readable Shade
#000000

Shades of #cc97ad color code

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

#cc97ad
#b58699
#9e7586
#886473
#715360
#5a434c
#443239
#2d2126
#161013
#000000

Similar Color like #cc97ad color

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

#cd98ae
#ce99af
#cf9ab0
#d09bb1
#d19cb2
#d29db3
#d39eb4
#d49fb5
#d5a0b6
#d6a1b7
#d7a2b8
#d8a3b9
#d9a4ba
#daa5bb
#cb96ac
#ca95ab
#c994aa
#c893a9
#c792a8
#c691a7
#c590a6
#c48fa5
#c38ea4
#c28da3
#c18ca2
#c08ba1
#bf8aa0
#be899f

Monochromatic Color with #cc97ad

#cc97ad
#f6b6d1
#22191d
#4c3941
#775865
#a17889

Tints of #cc97ad Color

#cc97ad
#d1a2b6
#d7aebf
#ddb9c8
#e2c5d1
#e8d0da
#eedce3
#f3e7ec
#f9f3f5
#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

#cc97ad
#97ccb6

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

Split Complementary

#cc97ad
#97cc9b
#97c8cc

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

Analogous Color

#cc97c2
#cc97b8
#cc97ad
#cc97a2
#cc9798

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

#cc97ad
#adcc97
#97adcc

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

#cc97ad
#c7cc97
#97ccb6
#9b97cc

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

#cc97ad
#97ccb6
#97c8cc
#cc9b97

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

#cc97ad Color Code Preview on Black Background Color

This is how #cc97ad Color will look on black background color. Color contrast ratio is 8.60

#cc97ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc97ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc97ad

#cc97ad color code is use for CSS Background Color

Background color for the above div is #cc97ad

HTML with inline CSS

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

#cc97ad color code is use for CSS Border Color

CSS Border color for the above div is #cc97ad

HTML with inline CSS

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

CSS Border Left color for the above div is #cc97ad

HTML with inline CSS

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

CSS Border Right color for the above div is #cc97ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc97ad

HTML with inline CSS

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

CSS Border Top color for the above div is #cc97ad

HTML with inline CSS

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

#cc97ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc97ad Color code Preview on White Background

This is how #cc97ad Color code will look on white background color. Color contrast ratio is 2.44

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

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(204,151,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(151,204,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,151,173,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.