crispedge.com

Color picker

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

#cd6d57 hex color - Red Orpiment - Orange - Warm color - Information

#cd6d57 hex color - Red Orpiment - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #cd6d57 Color Code is also known as Red Orpiment color.

Hex #cd6d57 Color code in RGB color code model is created after adding 80.39% red color, 42.75% green color and 34.12% blue color. Hex #cd6d57 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 58% yellow and 20% black.

Hex #cd6d57 color code is between #cc6655 web safe hex color code and #dd7766 web safe hex color code. #cc6655 is the nearest web safe color code. You can see here many more shades of #cd6d57 color code.

0 Likes 0 Comments | 9 Views

Color Table

Hex Color Codecd6d57#cd6d57
RGB Decimal205, 109, 87rgb(205, 109, 87)
RGB Percent80%, 43%, 34%rgb(80%, 43%, 34%)
CSS RGBa205, 109, 87,1rgba(205,109,87,1)
CMYK Modelcmyk(0%,47%,58%,20%)
HSL Color Space11,54% ,57%hsl(11,54% ,57%)
HSV Color Space11°, 58%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011010110110101010111
Octal315155127
Decimal20510987
Hexcd6d57

Different shades of #cd6d57 color code.

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

Light Shade of #cd6d57
#d98f7e
Dark Shade of #cd6d57
#ba5037
Saturated Shade of #cd6d57
#d8664c
Desaturated Shade of #cd6d57
#c27462
Grey scale Shade of #cd6d57
#929292
Brighten Shade
#e68670
Most Readable Shade
#FFFFFF

Shades of #cd6d57 color code

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

#cd6d57
#b6604d
#9f5443
#88483a
#713c30
#5b3026
#44241d
#2d1813
#160c09
#000000

Similar Color like #cd6d57 color

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

#ce6e58
#cf6f59
#d0705a
#d1715b
#d2725c
#d3735d
#d4745e
#d5755f
#d67660
#d77761
#d87862
#d97963
#da7a64
#db7b65
#cc6c56
#cb6b55
#ca6a54
#c96953
#c86852
#c76751
#c66650
#c5654f
#c4644e
#c3634d
#c2624c
#c1614b
#c0604a
#bf5f49

Monochromatic Color with #cd6d57

#cd6d57
#f78469
#23130f
#4d2921
#784033
#a25645

Tints of #cd6d57 Color

#cd6d57
#d27d69
#d88d7c
#dd9d8f
#e3ada1
#e8beb4
#eecec7
#f3ded9
#f9eeec
#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

#cd6d57
#57b7cd

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

Split Complementary

#cd6d57
#57cda8
#577ccd

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

Analogous Color

#cd5770
#cd5759
#cd6d57
#cd8557
#cd9c57

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

#cd6d57
#57cd6d
#6d57cd

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

#cd6d57
#7ccd57
#57b7cd
#a857cd

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

#cd6d57
#57b7cd
#577ccd
#cda857

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

#cd6d57 Color Code Preview on Black Background Color

This is how #cd6d57 Color will look on black background color. Color contrast ratio is 5.92

#cd6d57 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd6d57

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd6d57

#cd6d57 color code is use for CSS Background Color

Background color for the above div is #cd6d57

HTML with inline CSS

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

#cd6d57 color code is use for CSS Border Color

CSS Border color for the above div is #cd6d57

HTML with inline CSS

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

CSS Border Left color for the above div is #cd6d57

HTML with inline CSS

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

CSS Border Right color for the above div is #cd6d57

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd6d57

HTML with inline CSS

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

CSS Border Top color for the above div is #cd6d57

HTML with inline CSS

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

#cd6d57 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd6d57 Color code Preview on White Background

This is how #cd6d57 Color code will look on white background color. Color contrast ratio is 3.55

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

Related Gradients

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

0 Likes 0 Comments | 9 Views

Post your comment:-

By submitting comment you agree to our privacy policy.