crispedge.com

Color picker

Loading...

#cc9fba hex color - Violet - Warm color - Information

#cc9fba hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #cc9fba Color code in RGB color code model is created after adding 80% red color, 62.35% green color and 72.94% blue color. Hex #cc9fba Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 9% yellow and 20% black.

Hex #cc9fba color code is between #bb99bb web safe hex color code and #ddaaaa web safe hex color code. #bb99bb is the nearest web safe color code. You can see here many more shades of #cc9fba color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codecc9fba#cc9fba
RGB Decimal204, 159, 186rgb(204, 159, 186)
RGB Percent80%, 62%, 73%rgb(80%, 62%, 73%)
CSS RGBa204, 159, 186,1rgba(204,159,186,1)
CMYK Modelcmyk(0%,22%,9%,20%)
HSL Color Space324,31% ,71%hsl(324,31% ,71%)
HSV Color Space324°, 22%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001001111110111010
Octal314237272
Decimal204159186
Hexcc9fba

Different shades of #cc9fba color code.

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

Light Shade of #cc9fba
#dec0d2
Dark Shade of #cc9fba
#ba7ea2
Saturated Shade of #cc9fba
#d398bb
Desaturated Shade of #cc9fba
#c5a6b9
Grey scale Shade of #cc9fba
#b5b5b5
Brighten Shade
#e5b8d3
Most Readable Shade
#000000

Shades of #cc9fba color code

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

#cc9fba
#b58da5
#9e7b90
#886a7c
#715867
#5a4652
#44353e
#2d2329
#161114
#000000

Similar Color like #cc9fba color

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

#cda0bb
#cea1bc
#cfa2bd
#d0a3be
#d1a4bf
#d2a5c0
#d3a6c1
#d4a7c2
#d5a8c3
#d6a9c4
#d7aac5
#d8abc6
#d9acc7
#daadc8
#cb9eb9
#ca9db8
#c99cb7
#c89bb6
#c79ab5
#c699b4
#c598b3
#c497b2
#c396b1
#c295b0
#c194af
#c093ae
#bf92ad
#be91ac

Monochromatic Color with #cc9fba

#cc9fba
#f6c0e1
#221a1f
#4c3c46
#775d6c
#a17e93

Tints of #cc9fba Color

#cc9fba
#d1a9c1
#d7b4c9
#ddbfd1
#e2c9d8
#e8d4e0
#eedfe8
#f3e9ef
#f9f4f7
#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

#cc9fba
#9fccb1

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

Split Complementary

#cc9fba
#a3cc9f
#9fccc8

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

Analogous Color

#cc9fcc
#cc9fc3
#cc9fba
#cc9fb1
#cc9fa8

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

#cc9fba
#bacc9f
#9fbacc

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

#cc9fba
#ccc79f
#9fccb1
#9fa3cc

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

#cc9fba
#9fccb1
#9fccc8
#cc9fa3

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

#cc9fba Color Code Preview on Black Background Color

This is how #cc9fba Color will look on black background color. Color contrast ratio is 9.24

#cc9fba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc9fba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc9fba

#cc9fba color code is use for CSS Background Color

Background color for the above div is #cc9fba

HTML with inline CSS

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

#cc9fba color code is use for CSS Border Color

CSS Border color for the above div is #cc9fba

HTML with inline CSS

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

CSS Border Left color for the above div is #cc9fba

HTML with inline CSS

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

CSS Border Right color for the above div is #cc9fba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc9fba

HTML with inline CSS

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

CSS Border Top color for the above div is #cc9fba

HTML with inline CSS

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

#cc9fba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc9fba Color code Preview on White Background

This is how #cc9fba Color code will look on white background color. Color contrast ratio is 2.27

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

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,159,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(159,204,177,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,159,186,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.