crispedge.com

Color picker

Loading...

#c09eaa hex color - Violet - Warm color - Information

#c09eaa hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c09eaa Color code in RGB color code model is created after adding 75.29% red color, 61.96% green color and 66.67% blue color. Hex #c09eaa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 11% yellow and 25% black.

Hex #c09eaa color code is between #bb9999 web safe hex color code and #ccaabb web safe hex color code. #bb9999 is the nearest web safe color code. You can see here many more shades of #c09eaa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec09eaa#c09eaa
RGB Decimal192, 158, 170rgb(192, 158, 170)
RGB Percent75%, 62%, 67%rgb(75%, 62%, 67%)
CSS RGBa192, 158, 170,1rgba(192,158,170,1)
CMYK Modelcmyk(0%,18%,11%,25%)
HSL Color Space339,21% ,69%hsl(339,21% ,69%)
HSV Color Space339°, 18%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000001001111010101010
Octal300236252
Decimal192158170
Hexc09eaa

Different shades of #c09eaa color code.

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

Light Shade of #c09eaa
#d4bdc5
Dark Shade of #c09eaa
#ac7f8f
Saturated Shade of #c09eaa
#c896a8
Desaturated Shade of #c09eaa
#b8a6ac
Grey scale Shade of #c09eaa
#afafaf
Brighten Shade
#d9b7c3
Most Readable Shade
#000000

Shades of #c09eaa color code

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

#c09eaa
#aa8c97
#957a84
#806971
#6a575e
#55464b
#403438
#2a2325
#151112
#000000

Similar Color like #c09eaa color

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

#c19fab
#c2a0ac
#c3a1ad
#c4a2ae
#c5a3af
#c6a4b0
#c7a5b1
#c8a6b2
#c9a7b3
#caa8b4
#cba9b5
#ccaab6
#cdabb7
#ceacb8
#bf9da9
#be9ca8
#bd9ba7
#bc9aa6
#bb99a5
#ba98a4
#b997a3
#b896a2
#b795a1
#b694a0
#b5939f
#b4929e
#b3919d
#b2909c

Monochromatic Color with #c09eaa

#c09eaa
#eac1d0
#161213
#403539
#6b585f
#957b84

Tints of #c09eaa Color

#c09eaa
#c7a8b3
#ceb3bc
#d5bec6
#dcc9cf
#e3d3d9
#eadee2
#f1e9ec
#f8f4f5
#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

#c09eaa
#9ec0b4

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

Split Complementary

#c09eaa
#9ec0a3
#9ebbc0

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

Analogous Color

#c09eb8
#c09eb1
#c09eaa
#c09ea3
#c0a09e

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

#c09eaa
#aac09e
#9eaac0

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

#c09eaa
#bbc09e
#9ec0b4
#a39ec0

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

#c09eaa
#9ec0b4
#9ebbc0
#c0a39e

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

#c09eaa Color Code Preview on Black Background Color

This is how #c09eaa Color will look on black background color. Color contrast ratio is 8.71

#c09eaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c09eaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c09eaa

#c09eaa color code is use for CSS Background Color

Background color for the above div is #c09eaa

HTML with inline CSS

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

#c09eaa color code is use for CSS Border Color

CSS Border color for the above div is #c09eaa

HTML with inline CSS

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

CSS Border Left color for the above div is #c09eaa

HTML with inline CSS

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

CSS Border Right color for the above div is #c09eaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c09eaa

HTML with inline CSS

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

CSS Border Top color for the above div is #c09eaa

HTML with inline CSS

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

#c09eaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c09eaa Color code Preview on White Background

This is how #c09eaa Color code will look on white background color. Color contrast ratio is 2.41

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

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(192,158,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,192,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(192,158,170,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.