@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#c6aaad hex color - Red - Warm color - Information

#c6aaad hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #c6aaad Color code in RGB color code model is created after adding 77.65% red color, 66.67% green color and 67.84% blue color. Hex #c6aaad Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 13% yellow and 22.35% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code c6aaad #c6aaad
RGB Decimal 198, 170, 173 rgb(198, 170, 173)
RGB Percent 78%, 67%, 68% rgb(78%, 67%, 68%)
CSS RGBa 198, 170, 173,1 rgba(198,170,173,1)
CMYK Model cmyk(0%,14%,13%,22.35%)
HSL Color Space 354,20% ,72% hsl(354,20% ,72%)
HSV Color Space 354°, 14%, 78%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000110 10101010 10101101
Octal 306 252 255
Decimal 198 170 173
Hex c6 aa ad

Different shades of #c6aaad color code.

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

Light Shade of #c6aaad
#dac9ca
Dark Shade of #c6aaad
#b28b90
Saturated Shade of #c6aaad
#cda3a7
Desaturated Shade of #c6aaad
#bfb1b3
Grey scale Shade of #c6aaad
#b8b8b8
Brighten Shade
#dfc3c6
Most Readable Shade
#000000

Shades of #c6aaad color code

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

#c6aaad
#b09799
#9a8486
#847173
#6e5e60
#584b4c
#423839
#2c2526
#161213
#000000

Similar Color like #c6aaad color

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

#c7abae
#c8acaf
#c9adb0
#caaeb1
#cbafb2
#ccb0b3
#cdb1b4
#ceb2b5
#cfb3b6
#d0b4b7
#d1b5b8
#d2b6b9
#d3b7ba
#d4b8bb
#c5a9ac
#c4a8ab
#c3a7aa
#c2a6a9
#c1a5a8
#c0a4a7
#bfa3a6
#bea2a5
#bda1a4
#bca0a3
#bb9fa2
#ba9ea1
#b99da0
#b89c9f

Monochromatic Color with #c6aaad

#c6aaad
#f0ced2
#1c1818
#463d3e
#716163
#9b8688

Tints of #c6aaad Color

#c6aaad
#ccb3b6
#d2bcbf
#d9c6c8
#dfcfd1
#e5d9da
#ece2e3
#f2ecec
#f8f5f5
#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

#c6aaad
#aac6c3

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

Split Complementary

#c6aaad
#aac6b5
#aabbc6

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

Analogous Color

#c6aab8
#c6aab3
#c6aaad
#c6adaa
#c6b2aa

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

#c6aaad
#adc6aa
#aaadc6

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

#c6aaad
#bbc6aa
#aac6c3
#b5aac6

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

#c6aaad
#aac6c3
#aabbc6
#c6b5aa

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

#c6aaad Color Code Preview on Black Background Color

This is how #c6aaad Color will look on black background color. Color contrast ratio is 9.75

#c6aaad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6aaad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6aaad

#c6aaad color code is use for CSS Background Color

Background color for the above div is #c6aaad

HTML with inline CSS

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

#c6aaad color code is use for CSS Border Color

CSS Border color for the above div is #c6aaad

HTML with inline CSS

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

CSS Border Left color for the above div is #c6aaad

HTML with inline CSS

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

CSS Border Right color for the above div is #c6aaad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c6aaad

HTML with inline CSS

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

CSS Border Top color for the above div is #c6aaad

HTML with inline CSS

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

#c6aaad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c6aaad Color code Preview on White Background

This is how #c6aaad Color code will look on white background color. Color contrast ratio is 2.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 #c6aaad; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c6aaad; }

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,170,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,198,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(198,170,173,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.