crispedge.com

Color picker

Loading...

#c69aaf hex color - Violet - Warm color - Information

#c69aaf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c69aaf Color code in RGB color code model is created after adding 77.65% red color, 60.39% green color and 68.63% blue color. Hex #c69aaf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 12% yellow and 22% black.

Hex #c69aaf color code is between #cc99aa web safe hex color code and #bbaabb web safe hex color code. #cc99aa is the nearest web safe color code. You can see here many more shades of #c69aaf color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec69aaf#c69aaf
RGB Decimal198, 154, 175rgb(198, 154, 175)
RGB Percent78%, 60%, 69%rgb(78%, 60%, 69%)
CSS RGBa198, 154, 175,1rgba(198,154,175,1)
CMYK Modelcmyk(0%,22%,12%,22%)
HSL Color Space331,28% ,69%hsl(331,28% ,69%)
HSV Color Space331°, 22%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001101001101010101111
Octal306232257
Decimal198154175
Hexc69aaf

Different shades of #c69aaf color code.

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

Light Shade of #c69aaf
#d8bbc9
Dark Shade of #c69aaf
#b47995
Saturated Shade of #c69aaf
#ce92af
Desaturated Shade of #c69aaf
#bea2af
Grey scale Shade of #c69aaf
#b0b0b0
Brighten Shade
#dfb3c8
Most Readable Shade
#000000

Shades of #c69aaf color code

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

#c69aaf
#b0889b
#9a7788
#846674
#6e5561
#58444d
#42333a
#2c2226
#161113
#000000

Similar Color like #c69aaf color

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

#c79bb0
#c89cb1
#c99db2
#ca9eb3
#cb9fb4
#cca0b5
#cda1b6
#cea2b7
#cfa3b8
#d0a4b9
#d1a5ba
#d2a6bb
#d3a7bc
#d4a8bd
#c599ae
#c498ad
#c397ac
#c296ab
#c195aa
#c094a9
#bf93a8
#be92a7
#bd91a6
#bc90a5
#bb8fa4
#ba8ea3
#b98da2
#b88ca1

Monochromatic Color with #c69aaf

#c69aaf
#f0bbd5
#1c1619
#46373e
#715864
#9b7989

Tints of #c69aaf Color

#c69aaf
#cca5b7
#d2b0c0
#d9bbc9
#dfc6d2
#e5d2db
#ecdde4
#f2e8ed
#f8f3f6
#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

#c69aaf
#9ac6b1

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

Split Complementary

#c69aaf
#9ac69b
#9ac5c6

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

Analogous Color

#c69ac1
#c69ab8
#c69aaf
#c69aa6
#c69a9d

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

#c69aaf
#afc69a
#9aafc6

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

#c69aaf
#c5c69a
#9ac6b1
#9b9ac6

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

#c69aaf
#9ac6b1
#9ac5c6
#c69b9a

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

#c69aaf Color Code Preview on Black Background Color

This is how #c69aaf Color will look on black background color. Color contrast ratio is 8.64

#c69aaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c69aaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c69aaf

#c69aaf color code is use for CSS Background Color

Background color for the above div is #c69aaf

HTML with inline CSS

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

#c69aaf color code is use for CSS Border Color

CSS Border color for the above div is #c69aaf

HTML with inline CSS

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

CSS Border Left color for the above div is #c69aaf

HTML with inline CSS

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

CSS Border Right color for the above div is #c69aaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c69aaf

HTML with inline CSS

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

CSS Border Top color for the above div is #c69aaf

HTML with inline CSS

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

#c69aaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c69aaf Color code Preview on White Background

This is how #c69aaf Color code will look on white background color. Color contrast ratio is 2.43

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

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(198,154,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(154,198,177,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(198,154,175,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.