crispedge.com

Color picker

Loading...

#cc9c94 hex color - Red - Warm color - Information

#cc9c94 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #cc9c94 Color code in RGB color code model is created after adding 80% red color, 61.18% green color and 58.04% blue color. Hex #cc9c94 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 27% yellow and 20% black.

Hex #cc9c94 color code is between #bb9999 web safe hex color code and #ddaa88 web safe hex color code. #bb9999 is the nearest web safe color code. You can see here many more shades of #cc9c94 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codecc9c94#cc9c94
RGB Decimal204, 156, 148rgb(204, 156, 148)
RGB Percent80%, 61%, 58%rgb(80%, 61%, 58%)
CSS RGBa204, 156, 148,1rgba(204,156,148,1)
CMYK Modelcmyk(0%,24%,27%,20%)
HSL Color Space9,35% ,69%hsl(9,35% ,69%)
HSV Color Space9°, 27%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001001110010010100
Octal314234224
Decimal204156148
Hexcc9c94

Different shades of #cc9c94 color code.

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

Light Shade of #cc9c94
#dcbcb7
Dark Shade of #cc9c94
#bc7c71
Saturated Shade of #cc9c94
#d4968c
Desaturated Shade of #cc9c94
#c4a29c
Grey scale Shade of #cc9c94
#b0b0b0
Brighten Shade
#e5b5ad
Most Readable Shade
#000000

Shades of #cc9c94 color code

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

#cc9c94
#b58a83
#9e7973
#886862
#715652
#5a4541
#443431
#2d2220
#161110
#000000

Similar Color like #cc9c94 color

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

#cd9d95
#ce9e96
#cf9f97
#d0a098
#d1a199
#d2a29a
#d3a39b
#d4a49c
#d5a59d
#d6a69e
#d7a79f
#d8a8a0
#d9a9a1
#daaaa2
#cb9b93
#ca9a92
#c99991
#c89890
#c7978f
#c6968e
#c5958d
#c4948c
#c3938b
#c2928a
#c19189
#c09088
#bf8f87
#be8e86

Monochromatic Color with #cc9c94

#cc9c94
#f6bcb3
#221a19
#4c3a37
#775b56
#a17b75

Tints of #cc9c94 Color

#cc9c94
#d1a79f
#d7b2ab
#ddbdb7
#e2c8c3
#e8d3cf
#eededb
#f3e9e7
#f9f4f3
#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

#cc9c94
#94c4cc

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

Split Complementary

#cc9c94
#94ccb8
#94a8cc

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

Analogous Color

#cc94a2
#cc9497
#cc9c94
#cca794
#ccb294

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

#cc9c94
#94cc9c
#9c94cc

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

#cc9c94
#a8cc94
#94c4cc
#b894cc

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

#cc9c94
#94c4cc
#94a8cc
#ccb894

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

#cc9c94 Color Code Preview on Black Background Color

This is how #cc9c94 Color will look on black background color. Color contrast ratio is 8.75

#cc9c94 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc9c94

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc9c94

#cc9c94 color code is use for CSS Background Color

Background color for the above div is #cc9c94

HTML with inline CSS

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

#cc9c94 color code is use for CSS Border Color

CSS Border color for the above div is #cc9c94

HTML with inline CSS

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

CSS Border Left color for the above div is #cc9c94

HTML with inline CSS

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

CSS Border Right color for the above div is #cc9c94

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc9c94

HTML with inline CSS

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

CSS Border Top color for the above div is #cc9c94

HTML with inline CSS

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

#cc9c94 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc9c94 Color code Preview on White Background

This is how #cc9c94 Color code will look on white background color. Color contrast ratio is 2.40

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

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,156,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(148,196,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,156,148,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.