crispedge.com

Color picker

Loading...

#c09aab hex color - Violet - Warm color - Information

#c09aab hex color - Violet - Warm color

Color Hue/Base color: Violet

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

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec09aab#c09aab
RGB Decimal192, 154, 171rgb(192, 154, 171)
RGB Percent75%, 60%, 67%rgb(75%, 60%, 67%)
CSS RGBa192, 154, 171,1rgba(192,154,171,1)
CMYK Modelcmyk(0%,20%,11%,25%)
HSL Color Space333,23% ,68%hsl(333,23% ,68%)
HSV Color Space333°, 20%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000001001101010101011
Octal300232253
Decimal192154171
Hexc09aab

Different shades of #c09aab color code.

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

Light Shade of #c09aab
#d4b9c5
Dark Shade of #c09aab
#ac7b91
Saturated Shade of #c09aab
#c892aa
Desaturated Shade of #c09aab
#b8a2ac
Grey scale Shade of #c09aab
#adadad
Brighten Shade
#d9b3c4
Most Readable Shade
#000000

Shades of #c09aab color code

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

#c09aab
#aa8898
#957785
#806672
#6a555f
#55444c
#403339
#2a2226
#151113
#000000

Similar Color like #c09aab color

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

#c19bac
#c29cad
#c39dae
#c49eaf
#c59fb0
#c6a0b1
#c7a1b2
#c8a2b3
#c9a3b4
#caa4b5
#cba5b6
#cca6b7
#cda7b8
#cea8b9
#bf99aa
#be98a9
#bd97a8
#bc96a7
#bb95a6
#ba94a5
#b993a4
#b892a3
#b791a2
#b690a1
#b58fa0
#b48e9f
#b38d9e
#b28c9d

Monochromatic Color with #c09aab

#c09aab
#eabcd1
#161214
#403439
#6b565f
#957885

Tints of #c09aab Color

#c09aab
#c7a5b4
#ceb0bd
#d5bbc7
#dcc6d0
#e3d2d9
#eadde3
#f1e8ec
#f8f3f5
#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

#c09aab
#9ac0af

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

Split Complementary

#c09aab
#9ac09c
#9abec0

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

Analogous Color

#c09aba
#c09ab3
#c09aab
#c09aa3
#c09a9c

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

#c09aab
#abc09a
#9aabc0

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

#c09aab
#bec09a
#9ac0af
#9c9ac0

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

#c09aab
#9ac0af
#9abec0
#c09c9a

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

#c09aab Color Code Preview on Black Background Color

This is how #c09aab Color will look on black background color. Color contrast ratio is 8.45

#c09aab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c09aab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c09aab

#c09aab color code is use for CSS Background Color

Background color for the above div is #c09aab

HTML with inline CSS

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

#c09aab color code is use for CSS Border Color

CSS Border color for the above div is #c09aab

HTML with inline CSS

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

CSS Border Left color for the above div is #c09aab

HTML with inline CSS

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

CSS Border Right color for the above div is #c09aab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c09aab

HTML with inline CSS

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

CSS Border Top color for the above div is #c09aab

HTML with inline CSS

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

#c09aab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c09aab Color code Preview on White Background

This is how #c09aab Color code will look on white background color. Color contrast ratio is 2.48

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

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,154,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(154,192,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(192,154,171,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.