crispedge.com

Color picker

Loading...

#c19f73 hex color - Brown - Warm color - Information

#c19f73 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #c19f73 Color code in RGB color code model is created after adding 75.69% red color, 62.35% green color and 45.1% blue color. Hex #c19f73 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 40% yellow and 24% black.

Hex #c19f73 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 #c19f73 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec19f73#c19f73
RGB Decimal193, 159, 115rgb(193, 159, 115)
RGB Percent76%, 62%, 45%rgb(76%, 62%, 45%)
CSS RGBa193, 159, 115,1rgba(193,159,115,1)
CMYK Modelcmyk(0%,18%,40%,24%)
HSL Color Space34,39% ,60%hsl(34,39% ,60%)
HSV Color Space34°, 40%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000011001111101110011
Octal301237163
Decimal193159115
Hexc19f73

Different shades of #c19f73 color code.

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

Light Shade of #c19f73
#d1b796
Dark Shade of #c19f73
#b18750
Saturated Shade of #c19f73
#cba069
Desaturated Shade of #c19f73
#b79e7d
Grey scale Shade of #c19f73
#9a9a9a
Brighten Shade
#dab88c
Most Readable Shade
#000000

Shades of #c19f73 color code

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

#c19f73
#ab8d66
#967b59
#806a4c
#6b583f
#554633
#403526
#2a2319
#15110c
#000000

Similar Color like #c19f73 color

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

#c2a074
#c3a175
#c4a276
#c5a377
#c6a478
#c7a579
#c8a67a
#c9a77b
#caa87c
#cba97d
#ccaa7e
#cdab7f
#ceac80
#cfad81
#c09e72
#bf9d71
#be9c70
#bd9b6f
#bc9a6e
#bb996d
#ba986c
#b9976b
#b8966a
#b79569
#b69468
#b59367
#b49266
#b39165

Monochromatic Color with #c19f73

#c19f73
#ebc28c
#17130e
#413627
#6c5940
#967c5a

Tints of #c19f73 Color

#c19f73
#c7a982
#ceb492
#d5bfa1
#dcc9b1
#e3d4c0
#eadfd0
#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

#c19f73
#7395c1

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

Split Complementary

#c19f73
#73bcc1
#7873c1

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

Analogous Color

#c18073
#c18f73
#c19f73
#c1af73
#c1be73

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

#c19f73
#73c19f
#9f73c1

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

#c19f73
#73c178
#7395c1
#c173bc

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

#c19f73
#7395c1
#7873c1
#bcc173

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

#c19f73 Color Code Preview on Black Background Color

This is how #c19f73 Color will look on black background color. Color contrast ratio is 8.47

#c19f73 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c19f73

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c19f73

#c19f73 color code is use for CSS Background Color

Background color for the above div is #c19f73

HTML with inline CSS

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

#c19f73 color code is use for CSS Border Color

CSS Border color for the above div is #c19f73

HTML with inline CSS

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

CSS Border Left color for the above div is #c19f73

HTML with inline CSS

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

CSS Border Right color for the above div is #c19f73

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c19f73

HTML with inline CSS

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

CSS Border Top color for the above div is #c19f73

HTML with inline CSS

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

#c19f73 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c19f73 Color code Preview on White Background

This is how #c19f73 Color code will look on white background color. Color contrast ratio is 2.48

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

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,159,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(115,149,193,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,159,115,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.