crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#cca47e hex color - Albuquerque - Brown - Warm color - Information

#cca47e hex color - Albuquerque - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #cca47e Color Code is also known as Albuquerque color.

Hex #cca47e Color code in RGB color code model is created after adding 80% red color, 64.31% green color and 49.41% blue color. Hex #cca47e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 38% yellow and 20% black.

Hex #cca47e color code is between #bbaa77 web safe hex color code and #dd9988 web safe hex color code. #bbaa77 is the nearest web safe color code. You can see here many more shades of #cca47e color code.

0 Likes 0 Comments | 17 Views

Color Table

Hex Color Codecca47e#cca47e
RGB Decimal204, 164, 126rgb(204, 164, 126)
RGB Percent80%, 64%, 49%rgb(80%, 64%, 49%)
CSS RGBa204, 164, 126,1rgba(204,164,126,1)
CMYK Modelcmyk(0%,20%,38%,20%)
HSL Color Space29,43% ,65%hsl(29,43% ,65%)
HSV Color Space29°, 38%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001010010001111110
Octal314244176
Decimal204164126
Hexcca47e

Different shades of #cca47e color code.

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

Light Shade of #cca47e
#dabea3
Dark Shade of #cca47e
#be8a59
Saturated Shade of #cca47e
#d5a475
Desaturated Shade of #cca47e
#c3a487
Grey scale Shade of #cca47e
#a5a5a5
Brighten Shade
#e5bd97
Most Readable Shade
#000000

Shades of #cca47e color code

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

#cca47e
#b59170
#9e7f62
#886d54
#715b46
#5a4838
#44362a
#2d241c
#16120e
#000000

Similar Color like #cca47e color

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

#cda57f
#cea680
#cfa781
#d0a882
#d1a983
#d2aa84
#d3ab85
#d4ac86
#d5ad87
#d6ae88
#d7af89
#d8b08a
#d9b18b
#dab28c
#cba37d
#caa27c
#c9a17b
#c8a07a
#c79f79
#c69e78
#c59d77
#c49c76
#c39b75
#c29a74
#c19973
#c09872
#bf9771
#be9670

Monochromatic Color with #cca47e

#cca47e
#f6c698
#221b15
#4c3d2f
#776049
#a18264

Tints of #cca47e Color

#cca47e
#d1ae8c
#d7b89a
#ddc2a9
#e2ccb7
#e8d6c5
#eee0d4
#f3eae2
#f9f4f0
#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

#cca47e
#7ea6cc

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

Split Complementary

#cca47e
#7ecccb
#7e7fcc

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

Analogous Color

#cc857e
#cc947e
#cca47e
#ccb47e
#ccc37e

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

#cca47e
#7ecca4
#a47ecc

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

#cca47e
#7fcc7e
#7ea6cc
#cb7ecc

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

#cca47e
#7ea6cc
#7e7fcc
#cccb7e

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

#cca47e Color Code Preview on Black Background Color

This is how #cca47e Color will look on black background color. Color contrast ratio is 9.18

#cca47e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cca47e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cca47e

#cca47e color code is use for CSS Background Color

Background color for the above div is #cca47e

HTML with inline CSS

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

#cca47e color code is use for CSS Border Color

CSS Border color for the above div is #cca47e

HTML with inline CSS

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

CSS Border Left color for the above div is #cca47e

HTML with inline CSS

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

CSS Border Right color for the above div is #cca47e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cca47e

HTML with inline CSS

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

CSS Border Top color for the above div is #cca47e

HTML with inline CSS

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

#cca47e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cca47e Color code Preview on White Background

This is how #cca47e Color code will look on white background color. Color contrast ratio is 2.29

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 17 Views

Post your comment:-

By submitting comment you agree to our privacy policy.