crispedge.com

Color picker

Loading...

#cca89e hex color - Red - Warm color - Information

#cca89e hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #cca89e Color code in RGB color code model is created after adding 80% red color, 65.88% green color and 61.96% blue color. Hex #cca89e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 23% yellow and 20% black.

Hex #cca89e color code is between #bbaa99 web safe hex color code and #dd99aa web safe hex color code. #bbaa99 is the nearest web safe color code. You can see here many more shades of #cca89e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecca89e#cca89e
RGB Decimal204, 168, 158rgb(204, 168, 158)
RGB Percent80%, 66%, 62%rgb(80%, 66%, 62%)
CSS RGBa204, 168, 158,1rgba(204,168,158,1)
CMYK Modelcmyk(0%,18%,23%,20%)
HSL Color Space13,31% ,71%hsl(13,31% ,71%)
HSV Color Space13°, 23%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001010100010011110
Octal314250236
Decimal204168158
Hexcca89e

Different shades of #cca89e color code.

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

Light Shade of #cca89e
#dec6bf
Dark Shade of #cca89e
#ba8a7d
Saturated Shade of #cca89e
#d3a497
Desaturated Shade of #cca89e
#c5aca5
Grey scale Shade of #cca89e
#b5b5b5
Brighten Shade
#e5c1b7
Most Readable Shade
#000000

Shades of #cca89e color code

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

#cca89e
#b5958c
#9e827a
#887069
#715d57
#5a4a46
#443834
#2d2523
#161211
#000000

Similar Color like #cca89e color

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

#cda99f
#ceaaa0
#cfaba1
#d0aca2
#d1ada3
#d2aea4
#d3afa5
#d4b0a6
#d5b1a7
#d6b2a8
#d7b3a9
#d8b4aa
#d9b5ab
#dab6ac
#cba79d
#caa69c
#c9a59b
#c8a49a
#c7a399
#c6a298
#c5a197
#c4a096
#c39f95
#c29e94
#c19d93
#c09c92
#bf9b91
#be9a90

Monochromatic Color with #cca89e

#cca89e
#f6cbbf
#221c1a
#4c3f3b
#77625c
#a1857d

Tints of #cca89e Color

#cca89e
#d1b1a8
#d7bbb3
#ddc5be
#e2cec9
#e8d8d3
#eee2de
#f3ebe9
#f9f5f4
#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

#cca89e
#9ec2cc

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

Split Complementary

#cca89e
#9eccbf
#9eabcc

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

Analogous Color

#cc9ea6
#cc9f9e
#cca89e
#ccb19e
#ccba9e

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

#cca89e
#9ecca8
#a89ecc

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

#cca89e
#abcc9e
#9ec2cc
#bf9ecc

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

#cca89e
#9ec2cc
#9eabcc
#ccbf9e

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

#cca89e Color Code Preview on Black Background Color

This is how #cca89e Color will look on black background color. Color contrast ratio is 9.66

#cca89e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cca89e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cca89e

#cca89e color code is use for CSS Background Color

Background color for the above div is #cca89e

HTML with inline CSS

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

#cca89e color code is use for CSS Border Color

CSS Border color for the above div is #cca89e

HTML with inline CSS

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

CSS Border Left color for the above div is #cca89e

HTML with inline CSS

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

CSS Border Right color for the above div is #cca89e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cca89e

HTML with inline CSS

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

CSS Border Top color for the above div is #cca89e

HTML with inline CSS

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

#cca89e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cca89e Color code Preview on White Background

This is how #cca89e Color code will look on white background color. Color contrast ratio is 2.17

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

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,168,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,194,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,168,158,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.