crispedge.com

Color picker

Loading...

#cca99b hex color - Red - Warm color - Information

#cca99b hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

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

Hex #cca99b 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 #cca99b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecca99b#cca99b
RGB Decimal204, 169, 155rgb(204, 169, 155)
RGB Percent80%, 66%, 61%rgb(80%, 66%, 61%)
CSS RGBa204, 169, 155,1rgba(204,169,155,1)
CMYK Modelcmyk(0%,17%,24%,20%)
HSL Color Space17,32% ,70%hsl(17,32% ,70%)
HSV Color Space17°, 24%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001010100110011011
Octal314251233
Decimal204169155
Hexcca99b

Different shades of #cca99b color code.

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

Light Shade of #cca99b
#ddc6bd
Dark Shade of #cca99b
#bb8c79
Saturated Shade of #cca99b
#d4a693
Desaturated Shade of #cca99b
#c4aca3
Grey scale Shade of #cca99b
#b3b3b3
Brighten Shade
#e5c2b4
Most Readable Shade
#000000

Shades of #cca99b color code

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

#cca99b
#b59689
#9e8378
#887067
#715d56
#5a4b44
#443833
#2d2522
#161211
#000000

Similar Color like #cca99b color

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

#cdaa9c
#ceab9d
#cfac9e
#d0ad9f
#d1aea0
#d2afa1
#d3b0a2
#d4b1a3
#d5b2a4
#d6b3a5
#d7b4a6
#d8b5a7
#d9b6a8
#dab7a9
#cba89a
#caa799
#c9a698
#c8a597
#c7a496
#c6a395
#c5a294
#c4a193
#c3a092
#c29f91
#c19e90
#c09d8f
#bf9c8e
#be9b8d

Monochromatic Color with #cca99b

#cca99b
#f6ccbb
#221c1a
#4c3f3a
#77635a
#a1867b

Tints of #cca99b Color

#cca99b
#d1b2a6
#d7bcb1
#ddc5bc
#e2cfc7
#e8d8d2
#eee2dd
#f3ebe8
#f9f5f3
#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

#cca99b
#9bbecc

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

Split Complementary

#cca99b
#9bccc2
#9ba6cc

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

Analogous Color

#cc9ba1
#cc9f9b
#cca99b
#ccb39b
#ccbd9b

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

#cca99b
#9bcca9
#a99bcc

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

#cca99b
#a5cc9b
#9bbecc
#c19bcc

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

#cca99b
#9bbecc
#9ba6cc
#ccc29b

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

#cca99b Color Code Preview on Black Background Color

This is how #cca99b Color will look on black background color. Color contrast ratio is 9.72

#cca99b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cca99b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cca99b

#cca99b color code is use for CSS Background Color

Background color for the above div is #cca99b

HTML with inline CSS

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

#cca99b color code is use for CSS Border Color

CSS Border color for the above div is #cca99b

HTML with inline CSS

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

CSS Border Left color for the above div is #cca99b

HTML with inline CSS

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

CSS Border Right color for the above div is #cca99b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cca99b

HTML with inline CSS

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

CSS Border Top color for the above div is #cca99b

HTML with inline CSS

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

#cca99b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cca99b Color code Preview on White Background

This is how #cca99b Color code will look on white background color. Color contrast ratio is 2.16

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

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,169,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(155,190,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,169,155,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.