crispedge.com

Color picker

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

#c07b4d hex color - Orange - Warm color - Information

#c07b4d hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #c07b4d Color code in RGB color code model is created after adding 75.29% red color, 48.24% green color and 30.2% blue color. Hex #c07b4d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 60% yellow and 25% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec07b4d#c07b4d
RGB Decimal192, 123, 77rgb(192, 123, 77)
RGB Percent75%, 48%, 30%rgb(75%, 48%, 30%)
CSS RGBa192, 123, 77,1rgba(192,123,77,1)
CMYK Modelcmyk(0%,36%,60%,25%)
HSL Color Space24,48% ,53%hsl(24,48% ,53%)
HSV Color Space24°, 60%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000000111101101001101
Octal300173115
Decimal19212377
Hexc07b4d

Different shades of #c07b4d color code.

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

Light Shade of #c07b4d
#cd9773
Dark Shade of #c07b4d
#a16339
Saturated Shade of #c07b4d
#cc7941
Desaturated Shade of #c07b4d
#b47d59
Grey scale Shade of #c07b4d
#868686
Brighten Shade
#d99466
Most Readable Shade
#000000

Shades of #c07b4d color code

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

#c07b4d
#aa6d44
#955f3b
#805233
#6a442a
#553622
#402919
#2a1b11
#150d08
#000000

Similar Color like #c07b4d color

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

#c17c4e
#c27d4f
#c37e50
#c47f51
#c58052
#c68153
#c78254
#c88355
#c98456
#ca8557
#cb8658
#cc8759
#cd885a
#ce895b
#bf7a4c
#be794b
#bd784a
#bc7749
#bb7648
#ba7547
#b97446
#b87345
#b77244
#b67143
#b57042
#b46f41
#b36e40
#b26d3f

Monochromatic Color with #c07b4d

#c07b4d
#ea965e
#160e09
#40291a
#6b452b
#95603c

Tints of #c07b4d Color

#c07b4d
#c78960
#ce9874
#d5a788
#dcb59c
#e3c4af
#ead3c3
#f1e1d7
#f8f0eb
#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

#c07b4d
#4d92c0

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

Split Complementary

#c07b4d
#4dc0b5
#4d59c0

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

Analogous Color

#c04d4d
#c0644d
#c07b4d
#c0924d
#c0a94d

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

#c07b4d
#4dc07b
#7b4dc0

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

#c07b4d
#58c04d
#4d92c0
#b44dc0

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

#c07b4d
#4d92c0
#4d59c0
#c0b54d

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

#c07b4d Color Code Preview on Black Background Color

This is how #c07b4d Color will look on black background color. Color contrast ratio is 6.18

#c07b4d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c07b4d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c07b4d

#c07b4d color code is use for CSS Background Color

Background color for the above div is #c07b4d

HTML with inline CSS

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

#c07b4d color code is use for CSS Border Color

CSS Border color for the above div is #c07b4d

HTML with inline CSS

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

CSS Border Left color for the above div is #c07b4d

HTML with inline CSS

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

CSS Border Right color for the above div is #c07b4d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c07b4d

HTML with inline CSS

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

CSS Border Top color for the above div is #c07b4d

HTML with inline CSS

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

#c07b4d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c07b4d Color code Preview on White Background

This is how #c07b4d Color code will look on white background color. Color contrast ratio is 3.40

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

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.