crispedge.com

Color picker

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

#c98349 hex color - Yellow - Warm color - Information

#c98349 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #c98349 Color code in RGB color code model is created after adding 78.82% red color, 51.37% green color and 28.63% blue color. Hex #c98349 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 64% yellow and 21% black.

Hex #c98349 color code is between #cc8844 web safe hex color code and #bb7755 web safe hex color code. #cc8844 is the nearest web safe color code. You can see here many more shades of #c98349 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codec98349#c98349
RGB Decimal201, 131, 73rgb(201, 131, 73)
RGB Percent79%, 51%, 29%rgb(79%, 51%, 29%)
CSS RGBa201, 131, 73,1rgba(201,131,73,1)
CMYK Modelcmyk(0%,35%,64%,21%)
HSL Color Space27,54% ,54%hsl(27,54% ,54%)
HSV Color Space27°, 64%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010011000001101001001
Octal311203111
Decimal20113173
Hexc98349

Different shades of #c98349 color code.

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

Light Shade of #c98349
#d59e70
Dark Shade of #c98349
#ac6a33
Saturated Shade of #c98349
#d5823d
Desaturated Shade of #c98349
#bd8455
Grey scale Shade of #c98349
#898989
Brighten Shade
#e29c62
Most Readable Shade
#000000

Shades of #c98349 color code

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

#c98349
#b27440
#9c6538
#865730
#6f4828
#593a20
#432b18
#2c1d10
#160e08
#000000

Similar Color like #c98349 color

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

#ca844a
#cb854b
#cc864c
#cd874d
#ce884e
#cf894f
#d08a50
#d18b51
#d28c52
#d38d53
#d48e54
#d58f55
#d69056
#d79157
#c88248
#c78147
#c68046
#c57f45
#c47e44
#c37d43
#c27c42
#c17b41
#c07a40
#bf793f
#be783e
#bd773d
#bc763c
#bb753b

Monochromatic Color with #c98349

#c98349
#f39f58
#1f140b
#49301b
#744c2a
#9e673a

Tints of #c98349 Color

#c98349
#cf905d
#d59e71
#dbac85
#e1ba99
#e7c7ae
#edd5c2
#f3e3d6
#f9f1ea
#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

#c98349
#498fc9

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

Split Complementary

#c98349
#49c9c3
#494fc9

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

Analogous Color

#c95049
#c96949
#c98349
#c99d49
#c9b649

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

#c98349
#49c983
#8349c9

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

#c98349
#4fc949
#498fc9
#c349c9

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

#c98349
#498fc9
#494fc9
#c9c349

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

#c98349 Color Code Preview on Black Background Color

This is how #c98349 Color will look on black background color. Color contrast ratio is 6.83

#c98349 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c98349

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c98349

#c98349 color code is use for CSS Background Color

Background color for the above div is #c98349

HTML with inline CSS

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

#c98349 color code is use for CSS Border Color

CSS Border color for the above div is #c98349

HTML with inline CSS

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

CSS Border Left color for the above div is #c98349

HTML with inline CSS

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

CSS Border Right color for the above div is #c98349

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c98349

HTML with inline CSS

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

CSS Border Top color for the above div is #c98349

HTML with inline CSS

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

#c98349 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c98349 Color code Preview on White Background

This is how #c98349 Color code will look on white background color. Color contrast ratio is 3.08

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.