crispedge.com

Color picker

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

#c4a186 hex color - Brown - Warm color - Information

#c4a186 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #c4a186 Color code in RGB color code model is created after adding 76.86% red color, 63.14% green color and 52.55% blue color. Hex #c4a186 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 32% yellow and 23% black.

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

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codec4a186#c4a186
RGB Decimal196, 161, 134rgb(196, 161, 134)
RGB Percent77%, 63%, 53%rgb(77%, 63%, 53%)
CSS RGBa196, 161, 134,1rgba(196,161,134,1)
CMYK Modelcmyk(0%,18%,32%,23%)
HSL Color Space26,34% ,65%hsl(26,34% ,65%)
HSV Color Space26°, 32%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001001010000110000110
Octal304241206
Decimal196161134
Hexc4a186

Different shades of #c4a186 color code.

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

Light Shade of #c4a186
#d5bca8
Dark Shade of #c4a186
#b38664
Saturated Shade of #c4a186
#cda07d
Desaturated Shade of #c4a186
#bba28f
Grey scale Shade of #c4a186
#a5a5a5
Brighten Shade
#ddba9f
Most Readable Shade
#000000

Shades of #c4a186 color code

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

#c4a186
#ae8f77
#987d68
#826b59
#6c594a
#57473b
#41352c
#2b231d
#15110e
#000000

Similar Color like #c4a186 color

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

#c5a287
#c6a388
#c7a489
#c8a58a
#c9a68b
#caa78c
#cba88d
#cca98e
#cdaa8f
#ceab90
#cfac91
#d0ad92
#d1ae93
#d2af94
#c3a085
#c29f84
#c19e83
#c09d82
#bf9c81
#be9b80
#bd9a7f
#bc997e
#bb987d
#ba977c
#b9967b
#b8957a
#b79479
#b69378

Monochromatic Color with #c4a186

#c4a186
#eec4a3
#1a1512
#44382f
#6f5b4c
#997e69

Tints of #c4a186 Color

#c4a186
#caab93
#d1b5a0
#d7c0ae
#decabb
#e4d5c9
#ebdfd6
#f1eae4
#f8f4f1
#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

#c4a186
#86a9c4

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

Split Complementary

#c4a186
#86c4c0
#868ac4

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

Analogous Color

#c48886
#c49586
#c4a186
#c4ad86
#c4ba86

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

#c4a186
#86c4a1
#a186c4

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

#c4a186
#8ac486
#86a9c4
#c086c4

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

#c4a186
#86a9c4
#868ac4
#c4c086

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

#c4a186 Color Code Preview on Black Background Color

This is how #c4a186 Color will look on black background color. Color contrast ratio is 8.79

#c4a186 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4a186

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4a186

#c4a186 color code is use for CSS Background Color

Background color for the above div is #c4a186

HTML with inline CSS

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

#c4a186 color code is use for CSS Border Color

CSS Border color for the above div is #c4a186

HTML with inline CSS

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

CSS Border Left color for the above div is #c4a186

HTML with inline CSS

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

CSS Border Right color for the above div is #c4a186

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c4a186

HTML with inline CSS

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

CSS Border Top color for the above div is #c4a186

HTML with inline CSS

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

#c4a186 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c4a186 Color code Preview on White Background

This is how #c4a186 Color code will look on white background color. Color contrast ratio is 2.39

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.