crispedge.com

Color picker

Loading...

#c3a060 hex color - Yellow - Warm color - Information

#c3a060 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #c3a060 Color code in RGB color code model is created after adding 76.47% red color, 62.75% green color and 37.65% blue color. Hex #c3a060 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 51% yellow and 24% black.

Hex #c3a060 color code is between #bb9966 web safe hex color code and #ccaa55 web safe hex color code. #bb9966 is the nearest web safe color code. You can see here many more shades of #c3a060 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec3a060#c3a060
RGB Decimal195, 160, 96rgb(195, 160, 96)
RGB Percent76%, 63%, 38%rgb(76%, 63%, 38%)
CSS RGBa195, 160, 96,1rgba(195,160,96,1)
CMYK Modelcmyk(0%,18%,51%,24%)
HSL Color Space39,45% ,57%hsl(39,45% ,57%)
HSV Color Space39°, 51%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000111010000001100000
Octal303240140
Decimal19516096
Hexc3a060

Different shades of #c3a060 color code.

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

Light Shade of #c3a060
#d1b685
Dark Shade of #c3a060
#ae8842
Saturated Shade of #c3a060
#cea355
Desaturated Shade of #c3a060
#b89d6b
Grey scale Shade of #c3a060
#919191
Brighten Shade
#dcb979
Most Readable Shade
#000000

Shades of #c3a060 color code

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

#c3a060
#ad8e55
#977c4a
#826a40
#6c5835
#56472a
#413520
#2b2315
#15110a
#000000

Similar Color like #c3a060 color

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

#c4a161
#c5a262
#c6a363
#c7a464
#c8a565
#c9a666
#caa767
#cba868
#cca969
#cdaa6a
#ceab6b
#cfac6c
#d0ad6d
#d1ae6e
#c29f5f
#c19e5e
#c09d5d
#bf9c5c
#be9b5b
#bd9a5a
#bc9959
#bb9858
#ba9757
#b99656
#b89555
#b79454
#b69353
#b59252

Monochromatic Color with #c3a060

#c3a060
#edc375
#19150c
#433721
#6e5a36
#987d4b

Tints of #c3a060 Color

#c3a060
#c9aa71
#d0b583
#d7bf95
#ddcaa6
#e4d4b8
#ebdfca
#f1e9db
#f8f4ed
#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

#c3a060
#6083c3

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

Split Complementary

#c3a060
#60b5c3
#6e60c3

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

Analogous Color

#c37860
#c38c60
#c3a060
#c3b460
#bec360

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

#c3a060
#60c3a0
#a060c3

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

#c3a060
#60c36e
#6083c3
#c360b4

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

#c3a060
#6083c3
#6e60c3
#b5c360

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

#c3a060 Color Code Preview on Black Background Color

This is how #c3a060 Color will look on black background color. Color contrast ratio is 8.52

#c3a060 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3a060

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3a060

#c3a060 color code is use for CSS Background Color

Background color for the above div is #c3a060

HTML with inline CSS

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

#c3a060 color code is use for CSS Border Color

CSS Border color for the above div is #c3a060

HTML with inline CSS

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

CSS Border Left color for the above div is #c3a060

HTML with inline CSS

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

CSS Border Right color for the above div is #c3a060

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c3a060

HTML with inline CSS

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

CSS Border Top color for the above div is #c3a060

HTML with inline CSS

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

#c3a060 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c3a060 Color code Preview on White Background

This is how #c3a060 Color code will look on white background color. Color contrast ratio is 2.47

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

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(195,160,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(96,131,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,160,96,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.