crispedge.com

Color picker

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

#c08b57 hex color - Yellow - Warm color - Information

#c08b57 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #c08b57 Color code in RGB color code model is created after adding 75.29% red color, 54.51% green color and 34.12% blue color. Hex #c08b57 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 55% yellow and 25% black.

Hex #c08b57 color code is between #bb8855 web safe hex color code and #cc9966 web safe hex color code. #bb8855 is the nearest web safe color code. You can see here many more shades of #c08b57 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec08b57#c08b57
RGB Decimal192, 139, 87rgb(192, 139, 87)
RGB Percent75%, 55%, 34%rgb(75%, 55%, 34%)
CSS RGBa192, 139, 87,1rgba(192,139,87,1)
CMYK Modelcmyk(0%,28%,55%,25%)
HSL Color Space30,45% ,55%hsl(30,45% ,55%)
HSV Color Space30°, 55%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000001000101101010111
Octal300213127
Decimal19213987
Hexc08b57

Different shades of #c08b57 color code.

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

Light Shade of #c08b57
#cea57c
Dark Shade of #c08b57
#a6713e
Saturated Shade of #c08b57
#cc8b4b
Desaturated Shade of #c08b57
#b48b63
Grey scale Shade of #c08b57
#8b8b8b
Brighten Shade
#d9a470
Most Readable Shade
#000000

Shades of #c08b57 color code

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

#c08b57
#aa7b4d
#956c43
#805c3a
#6a4d30
#553d26
#402e1d
#2a1e13
#150f09
#000000

Similar Color like #c08b57 color

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

#c18c58
#c28d59
#c38e5a
#c48f5b
#c5905c
#c6915d
#c7925e
#c8935f
#c99460
#ca9561
#cb9662
#cc9763
#cd9864
#ce9965
#bf8a56
#be8955
#bd8854
#bc8753
#bb8652
#ba8551
#b98450
#b8834f
#b7824e
#b6814d
#b5804c
#b47f4b
#b37e4a
#b27d49

Monochromatic Color with #c08b57

#c08b57
#eaaa6a
#16100a
#402f1d
#6b4d30
#956c44

Tints of #c08b57 Color

#c08b57
#c79769
#cea47c
#d5b18f
#dcbea1
#e3cbb4
#ead8c7
#f1e5d9
#f8f2ec
#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

#c08b57
#578cc0

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

Split Complementary

#c08b57
#57c0c0
#5757c0

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

Analogous Color

#c06157
#c07657
#c08b57
#c0a057
#c0b557

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

#c08b57
#57c08b
#8b57c0

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

#c08b57
#57c057
#578cc0
#bf57c0

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

#c08b57
#578cc0
#5757c0
#c0c057

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

#c08b57 Color Code Preview on Black Background Color

This is how #c08b57 Color will look on black background color. Color contrast ratio is 7.07

#c08b57 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c08b57

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c08b57

#c08b57 color code is use for CSS Background Color

Background color for the above div is #c08b57

HTML with inline CSS

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

#c08b57 color code is use for CSS Border Color

CSS Border color for the above div is #c08b57

HTML with inline CSS

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

CSS Border Left color for the above div is #c08b57

HTML with inline CSS

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

CSS Border Right color for the above div is #c08b57

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c08b57

HTML with inline CSS

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

CSS Border Top color for the above div is #c08b57

HTML with inline CSS

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

#c08b57 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c08b57 Color code Preview on White Background

This is how #c08b57 Color code will look on white background color. Color contrast ratio is 2.97

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.