crispedge.com

Color picker

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

#c06e56 hex color - Red - Warm color - Information

#c06e56 hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

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

Hex #c06e56 color code is between #bb6655 web safe hex color code and #cc7766 web safe hex color code. #bb6655 is the nearest web safe color code. You can see here many more shades of #c06e56 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec06e56#c06e56
RGB Decimal192, 110, 86rgb(192, 110, 86)
RGB Percent75%, 43%, 34%rgb(75%, 43%, 34%)
CSS RGBa192, 110, 86,1rgba(192,110,86,1)
CMYK Modelcmyk(0%,43%,55%,25%)
HSL Color Space14,46% ,55%hsl(14,46% ,55%)
HSV Color Space14°, 55%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000000110111001010110
Octal300156126
Decimal19211086
Hexc06e56

Different shades of #c06e56 color code.

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

Light Shade of #c06e56
#ce8e7b
Dark Shade of #c06e56
#a5553e
Saturated Shade of #c06e56
#cc684a
Desaturated Shade of #c06e56
#b47462
Grey scale Shade of #c06e56
#8b8b8b
Brighten Shade
#d9876f
Most Readable Shade
#FFFFFF

Shades of #c06e56 color code

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

#c06e56
#aa614c
#955542
#804939
#6a3d2f
#553026
#40241c
#2a1813
#150c09
#000000

Similar Color like #c06e56 color

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

#c16f57
#c27058
#c37159
#c4725a
#c5735b
#c6745c
#c7755d
#c8765e
#c9775f
#ca7860
#cb7961
#cc7a62
#cd7b63
#ce7c64
#bf6d55
#be6c54
#bd6b53
#bc6a52
#bb6951
#ba6850
#b9674f
#b8664e
#b7654d
#b6644c
#b5634b
#b4624a
#b36149
#b26048

Monochromatic Color with #c06e56

#c06e56
#ea8669
#160d0a
#40251d
#6b3d30
#955643

Tints of #c06e56 Color

#c06e56
#c77e68
#ce8e7b
#d59e8e
#dcaea1
#e3beb3
#eacec6
#f1ded9
#f8eeec
#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

#c06e56
#56a8c0

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

Split Complementary

#c06e56
#56c0a3
#5673c0

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

Analogous Color

#c05668
#c05956
#c06e56
#c08356
#c09856

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

#c06e56
#56c06e
#6e56c0

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

#c06e56
#73c056
#56a8c0
#a356c0

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

#c06e56
#56a8c0
#5673c0
#c0a356

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

#c06e56 Color Code Preview on Black Background Color

This is how #c06e56 Color will look on black background color. Color contrast ratio is 5.61

#c06e56 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c06e56

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c06e56

#c06e56 color code is use for CSS Background Color

Background color for the above div is #c06e56

HTML with inline CSS

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

#c06e56 color code is use for CSS Border Color

CSS Border color for the above div is #c06e56

HTML with inline CSS

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

CSS Border Left color for the above div is #c06e56

HTML with inline CSS

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

CSS Border Right color for the above div is #c06e56

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c06e56

HTML with inline CSS

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

CSS Border Top color for the above div is #c06e56

HTML with inline CSS

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

#c06e56 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c06e56 Color code Preview on White Background

This is how #c06e56 Color code will look on white background color. Color contrast ratio is 3.75

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

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.