crispedge.com

Color picker

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

#c76200 hex color - Orange - Warm color - Information

#c76200 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #c76200 Color code in RGB color code model is created after adding 78.04% red color, 38.43% green color and 0% blue color. Hex #c76200 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 100% yellow and 22% black.

Hex #c76200 color code is between #cc6600 web safe hex color code and #bb5500 web safe hex color code. #cc6600 is the nearest web safe color code. You can see here many more shades of #c76200 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec76200#c76200
RGB Decimal199, 98, 0rgb(199, 98, 0)
RGB Percent78%, 38%, 0%rgb(78%, 38%, 0%)
CSS RGBa199, 98, 0,1rgba(199,98,0,1)
CMYK Modelcmyk(0%,51%,100%,22%)
HSL Color Space30,100% ,39%hsl(30,100% ,39%)
HSV Color Space30°, 100%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001110110001000000000
Octal3071420
Decimal199980
Hexc76200

Different shades of #c76200 color code.

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

Light Shade of #c76200
#fa7b00
Dark Shade of #c76200
#944900
Saturated Shade of #c76200
#c76200
Desaturated Shade of #c76200
#bd620a
Grey scale Shade of #c76200
#636363
Brighten Shade
#e07b19
Most Readable Shade
#FFFFFF

Shades of #c76200 color code

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

#c76200
#b05700
#9a4c00
#844100
#6e3600
#582b00
#422000
#2c1500
#160a00
#000000

Similar Color like #c76200 color

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

#c86301
#c96402
#ca6503
#cb6604
#cc6705
#cd6806
#ce6907
#cf6a08
#d06b09
#d16c0a
#d26d0b
#d36e0c
#d46f0d
#d5700e
#c66100
#c56000
#c45f00
#c35e00
#c25d00
#c15c00
#c05b00
#bf5a00
#be5900
#bd5800
#bc5700
#bb5600
#ba5500
#b95400

Monochromatic Color with #c76200

#c76200
#f17700
#1d0e00
#472300
#723800
#9c4d00

Tints of #c76200 Color

#c76200
#cd731c
#d38438
#d99655
#dfa771
#e6b98d
#eccaaa
#f2dcc6
#f8ede2
#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

#c76200
#0065c7

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

Split Complementary

#c76200
#00c7c6
#0001c7

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

Analogous Color

#c71200
#c73a00
#c76200
#c78a00
#c7b200

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

#c76200
#00c762
#6200c7

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

#c76200
#01c700
#0065c7
#c500c7

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

#c76200
#0065c7
#0001c7
#c7c600

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

#c76200 Color Code Preview on Black Background Color

This is how #c76200 Color will look on black background color. Color contrast ratio is 5.18

#c76200 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c76200

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c76200

#c76200 color code is use for CSS Background Color

Background color for the above div is #c76200

HTML with inline CSS

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

#c76200 color code is use for CSS Border Color

CSS Border color for the above div is #c76200

HTML with inline CSS

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

CSS Border Left color for the above div is #c76200

HTML with inline CSS

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

CSS Border Right color for the above div is #c76200

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c76200

HTML with inline CSS

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

CSS Border Top color for the above div is #c76200

HTML with inline CSS

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

#c76200 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c76200 Color code Preview on White Background

This is how #c76200 Color code will look on white background color. Color contrast ratio is 4.06

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

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.