crispedge.com

Color picker

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

#c66e4c hex color - Orange - Warm color - Information

#c66e4c hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #c66e4c Color code in RGB color code model is created after adding 77.65% red color, 43.14% green color and 29.8% blue color. Hex #c66e4c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 62% yellow and 22% black.

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

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codec66e4c#c66e4c
RGB Decimal198, 110, 76rgb(198, 110, 76)
RGB Percent78%, 43%, 30%rgb(78%, 43%, 30%)
CSS RGBa198, 110, 76,1rgba(198,110,76,1)
CMYK Modelcmyk(0%,44%,62%,22%)
HSL Color Space17,52% ,54%hsl(17,52% ,54%)
HSV Color Space17°, 62%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001100110111001001100
Octal306156114
Decimal19811076
Hexc66e4c

Different shades of #c66e4c color code.

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

Light Shade of #c66e4c
#d28d73
Dark Shade of #c66e4c
#a95636
Saturated Shade of #c66e4c
#d26940
Desaturated Shade of #c66e4c
#ba7358
Grey scale Shade of #c66e4c
#898989
Brighten Shade
#df8765
Most Readable Shade
#FFFFFF

Shades of #c66e4c color code

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

#c66e4c
#b06143
#9a553b
#844932
#6e3d2a
#583021
#422419
#2c1810
#160c08
#000000

Similar Color like #c66e4c color

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

#c76f4d
#c8704e
#c9714f
#ca7250
#cb7351
#cc7452
#cd7553
#ce7654
#cf7755
#d07856
#d17957
#d27a58
#d37b59
#d47c5a
#c56d4b
#c46c4a
#c36b49
#c26a48
#c16947
#c06846
#bf6745
#be6644
#bd6543
#bc6442
#bb6341
#ba6240
#b9613f
#b8603e

Monochromatic Color with #c66e4c

#c66e4c
#f0865c
#1c100b
#46271b
#713f2b
#9b563c

Tints of #c66e4c Color

#c66e4c
#cc7e5f
#d28e73
#d99e87
#dfae9b
#e5beaf
#eccec3
#f2ded7
#f8eeeb
#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

#c66e4c
#4ca4c6

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

Split Complementary

#c66e4c
#4cc6ab
#4c67c6

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

Analogous Color

#c64c5b
#c6564c
#c66e4c
#c6864c
#c69f4c

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

#c66e4c
#4cc66e
#6e4cc6

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

#c66e4c
#67c64c
#4ca4c6
#ab4cc6

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

#c66e4c
#4ca4c6
#4c67c6
#c6ab4c

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

#c66e4c Color Code Preview on Black Background Color

This is how #c66e4c Color will look on black background color. Color contrast ratio is 5.74

#c66e4c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c66e4c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c66e4c

#c66e4c color code is use for CSS Background Color

Background color for the above div is #c66e4c

HTML with inline CSS

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

#c66e4c color code is use for CSS Border Color

CSS Border color for the above div is #c66e4c

HTML with inline CSS

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

CSS Border Left color for the above div is #c66e4c

HTML with inline CSS

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

CSS Border Right color for the above div is #c66e4c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c66e4c

HTML with inline CSS

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

CSS Border Top color for the above div is #c66e4c

HTML with inline CSS

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

#c66e4c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c66e4c Color code Preview on White Background

This is how #c66e4c Color code will look on white background color. Color contrast ratio is 3.66

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.