crispedge.com

Color picker

Loading...

#ce7b6a hex color - Orange - Warm color - Information

#ce7b6a hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #ce7b6a Color code in RGB color code model is created after adding 80.78% red color, 48.24% green color and 41.57% blue color. Hex #ce7b6a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 49% yellow and 19% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codece7b6a#ce7b6a
RGB Decimal206, 123, 106rgb(206, 123, 106)
RGB Percent81%, 48%, 42%rgb(81%, 48%, 42%)
CSS RGBa206, 123, 106,1rgba(206,123,106,1)
CMYK Modelcmyk(0%,40%,49%,19%)
HSL Color Space10,51% ,61%hsl(10,51% ,61%)
HSV Color Space10°, 49%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011100111101101101010
Octal316173152
Decimal206123106
Hexce7b6a

Different shades of #ce7b6a color code.

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

Light Shade of #ce7b6a
#db9d90
Dark Shade of #ce7b6a
#c15944
Saturated Shade of #ce7b6a
#d87460
Desaturated Shade of #ce7b6a
#c48274
Grey scale Shade of #ce7b6a
#9c9c9c
Brighten Shade
#e79483
Most Readable Shade
#000000

Shades of #ce7b6a color code

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

#ce7b6a
#b76d5e
#a05f52
#895246
#72443a
#5b362f
#442923
#2d1b17
#160d0b
#000000

Similar Color like #ce7b6a color

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

#cf7c6b
#d07d6c
#d17e6d
#d27f6e
#d3806f
#d48170
#d58271
#d68372
#d78473
#d88574
#d98675
#da8776
#db8877
#dc8978
#cd7a69
#cc7968
#cb7867
#ca7766
#c97665
#c87564
#c77463
#c67362
#c57261
#c47160
#c3705f
#c26f5e
#c16e5d
#c06d5c

Monochromatic Color with #ce7b6a

#ce7b6a
#f89480
#241513
#4e2f28
#79483e
#a36254

Tints of #ce7b6a Color

#ce7b6a
#d3897a
#d8988b
#dea79b
#e3b5ac
#e9c4bc
#eed3cd
#f4e1dd
#f9f0ee
#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

#ce7b6a
#6abdce

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

Split Complementary

#ce7b6a
#6acead
#6a8bce

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

Analogous Color

#ce6a81
#ce6a6d
#ce7b6a
#ce8f6a
#cea36a

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

#ce7b6a
#6ace7b
#7b6ace

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

#ce7b6a
#8bce6a
#6abdce
#ad6ace

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

#ce7b6a
#6abdce
#6a8bce
#cead6a

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

#ce7b6a Color Code Preview on Black Background Color

This is how #ce7b6a Color will look on black background color. Color contrast ratio is 6.67

#ce7b6a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce7b6a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce7b6a

#ce7b6a color code is use for CSS Background Color

Background color for the above div is #ce7b6a

HTML with inline CSS

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

#ce7b6a color code is use for CSS Border Color

CSS Border color for the above div is #ce7b6a

HTML with inline CSS

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

CSS Border Left color for the above div is #ce7b6a

HTML with inline CSS

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

CSS Border Right color for the above div is #ce7b6a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ce7b6a

HTML with inline CSS

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

CSS Border Top color for the above div is #ce7b6a

HTML with inline CSS

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

#ce7b6a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ce7b6a Color code Preview on White Background

This is how #ce7b6a Color code will look on white background color. Color contrast ratio is 3.15

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(206,123,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(106,189,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,123,106,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.