crispedge.com

Color picker

Loading...

#caad7f hex color - Brown - Warm color - Information

#caad7f hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #caad7f Color code in RGB color code model is created after adding 79.22% red color, 67.84% green color and 49.8% blue color. Hex #caad7f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 37% yellow and 21% black.

Hex #caad7f color code is between #ccaa77 web safe hex color code and #bbbb88 web safe hex color code. #ccaa77 is the nearest web safe color code. You can see here many more shades of #caad7f color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codecaad7f#caad7f
RGB Decimal202, 173, 127rgb(202, 173, 127)
RGB Percent79%, 68%, 50%rgb(79%, 68%, 50%)
CSS RGBa202, 173, 127,1rgba(202,173,127,1)
CMYK Modelcmyk(0%,14%,37%,21%)
HSL Color Space37,41% ,65%hsl(37,41% ,65%)
HSV Color Space37°, 37%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010101010110101111111
Octal312255177
Decimal202173127
Hexcaad7f

Different shades of #caad7f color code.

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

Light Shade of #caad7f
#d9c4a3
Dark Shade of #caad7f
#bb965b
Saturated Shade of #caad7f
#d3af76
Desaturated Shade of #caad7f
#c1ab88
Grey scale Shade of #caad7f
#a4a4a4
Brighten Shade
#e3c698
Most Readable Shade
#000000

Shades of #caad7f color code

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

#caad7f
#b39970
#9d8662
#867354
#706046
#594c38
#43392a
#2c261c
#16130e
#000000

Similar Color like #caad7f color

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

#cbae80
#ccaf81
#cdb082
#ceb183
#cfb284
#d0b385
#d1b486
#d2b587
#d3b688
#d4b789
#d5b88a
#d6b98b
#d7ba8c
#d8bb8d
#c9ac7e
#c8ab7d
#c7aa7c
#c6a97b
#c5a87a
#c4a779
#c3a678
#c2a577
#c1a476
#c0a375
#bfa274
#bea173
#bda072
#bc9f71

Monochromatic Color with #caad7f

#caad7f
#f4d19a
#201b14
#4a402f
#75644a
#9f8964

Tints of #caad7f Color

#caad7f
#cfb68d
#d5bf9b
#dbc8a9
#e1d1b7
#e7dac6
#ede3d4
#f3ece2
#f9f5f0
#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

#caad7f
#7f9cca

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

Split Complementary

#caad7f
#7fc2ca
#887fca

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

Analogous Color

#ca8f7f
#ca9e7f
#caad7f
#cabc7f
#c9ca7f

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

#caad7f
#7fcaad
#ad7fca

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

#caad7f
#7fca87
#7f9cca
#ca7fc1

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

#caad7f
#7f9cca
#887fca
#c2ca7f

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

#caad7f Color Code Preview on Black Background Color

This is how #caad7f Color will look on black background color. Color contrast ratio is 9.80

#caad7f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #caad7f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #caad7f

#caad7f color code is use for CSS Background Color

Background color for the above div is #caad7f

HTML with inline CSS

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

#caad7f color code is use for CSS Border Color

CSS Border color for the above div is #caad7f

HTML with inline CSS

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

CSS Border Left color for the above div is #caad7f

HTML with inline CSS

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

CSS Border Right color for the above div is #caad7f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #caad7f

HTML with inline CSS

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

CSS Border Top color for the above div is #caad7f

HTML with inline CSS

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

#caad7f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#caad7f Color code Preview on White Background

This is how #caad7f Color code will look on white background color. Color contrast ratio is 2.14

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

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