crispedge.com

Color picker

Loading...

#c3ad94 hex color - Brown - Warm color - Information

#c3ad94 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #c3ad94 Color code in RGB color code model is created after adding 76.47% red color, 67.84% green color and 58.04% blue color. Hex #c3ad94 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 24% yellow and 24% black.

Hex #c3ad94 color code is between #bbaa99 web safe hex color code and #ccbb88 web safe hex color code. #bbaa99 is the nearest web safe color code. You can see here many more shades of #c3ad94 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec3ad94#c3ad94
RGB Decimal195, 173, 148rgb(195, 173, 148)
RGB Percent76%, 68%, 58%rgb(76%, 68%, 58%)
CSS RGBa195, 173, 148,1rgba(195,173,148,1)
CMYK Modelcmyk(0%,11%,24%,24%)
HSL Color Space32,28% ,67%hsl(32,28% ,67%)
HSV Color Space32°, 24%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000111010110110010100
Octal303255224
Decimal195173148
Hexc3ad94

Different shades of #c3ad94 color code.

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

Light Shade of #c3ad94
#d5c6b5
Dark Shade of #c3ad94
#b19473
Saturated Shade of #c3ad94
#cbae8c
Desaturated Shade of #c3ad94
#bbac9c
Grey scale Shade of #c3ad94
#ababab
Brighten Shade
#dcc6ad
Most Readable Shade
#000000

Shades of #c3ad94 color code

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

#c3ad94
#ad9983
#978673
#827362
#6c6052
#564c41
#413931
#2b2620
#151310
#000000

Similar Color like #c3ad94 color

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

#c4ae95
#c5af96
#c6b097
#c7b198
#c8b299
#c9b39a
#cab49b
#cbb59c
#ccb69d
#cdb79e
#ceb89f
#cfb9a0
#d0baa1
#d1bba2
#c2ac93
#c1ab92
#c0aa91
#bfa990
#bea88f
#bda78e
#bca68d
#bba58c
#baa48b
#b9a38a
#b8a289
#b7a188
#b6a087
#b59f86

Monochromatic Color with #c3ad94

#c3ad94
#edd3b4
#191613
#433c33
#6e6253
#988774

Tints of #c3ad94 Color

#c3ad94
#c9b69f
#d0bfab
#d7c8b7
#ddd1c3
#e4dacf
#ebe3db
#f1ece7
#f8f5f3
#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

#c3ad94
#94aac3

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

Split Complementary

#c3ad94
#94c2c3
#9694c3

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

Analogous Color

#c39a94
#c3a494
#c3ad94
#c3b694
#c3c094

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

#c3ad94
#94c3ad
#ad94c3

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

#c3ad94
#94c395
#94aac3
#c394c1

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

#c3ad94
#94aac3
#9694c3
#c2c394

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

#c3ad94 Color Code Preview on Black Background Color

This is how #c3ad94 Color will look on black background color. Color contrast ratio is 9.73

#c3ad94 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3ad94

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3ad94

#c3ad94 color code is use for CSS Background Color

Background color for the above div is #c3ad94

HTML with inline CSS

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

#c3ad94 color code is use for CSS Border Color

CSS Border color for the above div is #c3ad94

HTML with inline CSS

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

CSS Border Left color for the above div is #c3ad94

HTML with inline CSS

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

CSS Border Right color for the above div is #c3ad94

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c3ad94

HTML with inline CSS

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

CSS Border Top color for the above div is #c3ad94

HTML with inline CSS

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

#c3ad94 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c3ad94 Color code Preview on White Background

This is how #c3ad94 Color code will look on white background color. Color contrast ratio is 2.16

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

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