crispedge.com

Color picker

Loading...

#ce9c96 hex color - Red - Warm color - Information

#ce9c96 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ce9c96 Color code in RGB color code model is created after adding 80.78% red color, 61.18% green color and 58.82% blue color. Hex #ce9c96 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 27% yellow and 19% black.

Hex #ce9c96 color code is between #cc9999 web safe hex color code and #ddaa88 web safe hex color code. #cc9999 is the nearest web safe color code. You can see here many more shades of #ce9c96 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codece9c96#ce9c96
RGB Decimal206, 156, 150rgb(206, 156, 150)
RGB Percent81%, 61%, 59%rgb(81%, 61%, 59%)
CSS RGBa206, 156, 150,1rgba(206,156,150,1)
CMYK Modelcmyk(0%,24%,27%,19%)
HSL Color Space6,36% ,70%hsl(6,36% ,70%)
HSV Color Space6°, 27%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101001110010010110
Octal316234226
Decimal206156150
Hexce9c96

Different shades of #ce9c96 color code.

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

Light Shade of #ce9c96
#debdb9
Dark Shade of #ce9c96
#be7b73
Saturated Shade of #ce9c96
#d6968e
Desaturated Shade of #ce9c96
#c6a29e
Grey scale Shade of #ce9c96
#b2b2b2
Brighten Shade
#e7b5af
Most Readable Shade
#000000

Shades of #ce9c96 color code

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

#ce9c96
#b78a85
#a07974
#896864
#725653
#5b4542
#443432
#2d2221
#161110
#000000

Similar Color like #ce9c96 color

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

#cf9d97
#d09e98
#d19f99
#d2a09a
#d3a19b
#d4a29c
#d5a39d
#d6a49e
#d7a59f
#d8a6a0
#d9a7a1
#daa8a2
#dba9a3
#dcaaa4
#cd9b95
#cc9a94
#cb9993
#ca9892
#c99791
#c89690
#c7958f
#c6948e
#c5938d
#c4928c
#c3918b
#c2908a
#c18f89
#c08e88

Monochromatic Color with #ce9c96

#ce9c96
#f8bcb5
#241b1a
#4e3b39
#795c58
#a37c77

Tints of #ce9c96 Color

#ce9c96
#d3a7a1
#d8b2ad
#debdb9
#e3c8c4
#e9d3d0
#eededc
#f4e9e7
#f9f4f3
#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

#ce9c96
#96c8ce

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

Split Complementary

#ce9c96
#96ceb8
#96acce

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

Analogous Color

#ce96a6
#ce969b
#ce9c96
#cea796
#ceb296

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

#ce9c96
#96ce9c
#9c96ce

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

#ce9c96
#acce96
#96c8ce
#b896ce

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

#ce9c96
#96c8ce
#96acce
#ceb896

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

#ce9c96 Color Code Preview on Black Background Color

This is how #ce9c96 Color will look on black background color. Color contrast ratio is 8.82

#ce9c96 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce9c96

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce9c96

#ce9c96 color code is use for CSS Background Color

Background color for the above div is #ce9c96

HTML with inline CSS

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

#ce9c96 color code is use for CSS Border Color

CSS Border color for the above div is #ce9c96

HTML with inline CSS

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

CSS Border Left color for the above div is #ce9c96

HTML with inline CSS

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

CSS Border Right color for the above div is #ce9c96

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ce9c96

HTML with inline CSS

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

CSS Border Top color for the above div is #ce9c96

HTML with inline CSS

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

#ce9c96 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ce9c96 Color code Preview on White Background

This is how #ce9c96 Color code will look on white background color. Color contrast ratio is 2.38

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

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,156,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(150,200,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,156,150,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.