crispedge.com

Color picker

Loading...

#c1a070 hex color - Brown - Warm color - Information

#c1a070 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #c1a070 Color code in RGB color code model is created after adding 75.69% red color, 62.75% green color and 43.92% blue color. Hex #c1a070 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 42% yellow and 24% black.

Hex #c1a070 color code is between #bb9977 web safe hex color code and #ccaa66 web safe hex color code. #bb9977 is the nearest web safe color code. You can see here many more shades of #c1a070 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec1a070#c1a070
RGB Decimal193, 160, 112rgb(193, 160, 112)
RGB Percent76%, 63%, 44%rgb(76%, 63%, 44%)
CSS RGBa193, 160, 112,1rgba(193,160,112,1)
CMYK Modelcmyk(0%,17%,42%,24%)
HSL Color Space36,40% ,60%hsl(36,40% ,60%)
HSV Color Space36°, 42%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000011010000001110000
Octal301240160
Decimal193160112
Hexc1a070

Different shades of #c1a070 color code.

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

Light Shade of #c1a070
#d0b894
Dark Shade of #c1a070
#b1884d
Saturated Shade of #c1a070
#cba266
Desaturated Shade of #c1a070
#b79e7a
Grey scale Shade of #c1a070
#989898
Brighten Shade
#dab989
Most Readable Shade
#000000

Shades of #c1a070 color code

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

#c1a070
#ab8e63
#967c57
#806a4a
#6b583e
#554731
#403525
#2a2318
#15110c
#000000

Similar Color like #c1a070 color

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

#c2a171
#c3a272
#c4a373
#c5a474
#c6a575
#c7a676
#c8a777
#c9a878
#caa979
#cbaa7a
#ccab7b
#cdac7c
#cead7d
#cfae7e
#c09f6f
#bf9e6e
#be9d6d
#bd9c6c
#bc9b6b
#bb9a6a
#ba9969
#b99868
#b89767
#b79666
#b69565
#b59464
#b49363
#b39262

Monochromatic Color with #c1a070

#c1a070
#ebc389
#17130d
#413626
#6c5a3f
#967d57

Tints of #c1a070 Color

#c1a070
#c7aa7f
#ceb58f
#d5bf9f
#dccaaf
#e3d4bf
#eadfcf
#f1e9df
#f8f4ef
#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

#c1a070
#7091c1

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

Split Complementary

#c1a070
#70bac1
#7870c1

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

Analogous Color

#c18070
#c19070
#c1a070
#c1b070
#c1c070

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

#c1a070
#70c1a0
#a070c1

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

#c1a070
#70c177
#7091c1
#c170b9

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

#c1a070
#7091c1
#7870c1
#bac170

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

#c1a070 Color Code Preview on Black Background Color

This is how #c1a070 Color will look on black background color. Color contrast ratio is 8.53

#c1a070 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c1a070

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c1a070

#c1a070 color code is use for CSS Background Color

Background color for the above div is #c1a070

HTML with inline CSS

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

#c1a070 color code is use for CSS Border Color

CSS Border color for the above div is #c1a070

HTML with inline CSS

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

CSS Border Left color for the above div is #c1a070

HTML with inline CSS

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

CSS Border Right color for the above div is #c1a070

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c1a070

HTML with inline CSS

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

CSS Border Top color for the above div is #c1a070

HTML with inline CSS

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

#c1a070 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c1a070 Color code Preview on White Background

This is how #c1a070 Color code will look on white background color. Color contrast ratio is 2.46

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

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(193,160,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(112,145,193,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,160,112,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.