crispedge.com

Color picker

Loading...

#c3adaa hex color - Red - Warm color - Information

#c3adaa hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #c3adaa color code is between #bbaa99 web safe hex color code and #ccbbbb web safe hex color code. #bbaa99 is the nearest web safe color code. You can see here many more shades of #c3adaa color code.

0 Likes 0 Comments | 23 Views

RGB Chart

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

Color Table

Hex Color Codec3adaa#c3adaa
RGB Decimal195, 173, 170rgb(195, 173, 170)
RGB Percent76%, 68%, 67%rgb(76%, 68%, 67%)
CSS RGBa195, 173, 170,1rgba(195,173,170,1)
CMYK Modelcmyk(0%,11%,13%,24%)
HSL Color Space7,17% ,72%hsl(7,17% ,72%)
HSV Color Space7°, 13%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000111010110110101010
Octal303255252
Decimal195173170
Hexc3adaa

Different shades of #c3adaa color code.

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

Light Shade of #c3adaa
#d8cac8
Dark Shade of #c3adaa
#ae908c
Saturated Shade of #c3adaa
#caa7a3
Desaturated Shade of #c3adaa
#bcb2b1
Grey scale Shade of #c3adaa
#b6b6b6
Brighten Shade
#dcc6c3
Most Readable Shade
#000000

Shades of #c3adaa color code

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

#c3adaa
#ad9997
#978684
#827371
#6c605e
#564c4b
#413938
#2b2625
#151312
#000000

Similar Color like #c3adaa color

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

#c4aeab
#c5afac
#c6b0ad
#c7b1ae
#c8b2af
#c9b3b0
#cab4b1
#cbb5b2
#ccb6b3
#cdb7b4
#ceb8b5
#cfb9b6
#d0bab7
#d1bbb8
#c2aca9
#c1aba8
#c0aaa7
#bfa9a6
#bea8a5
#bda7a4
#bca6a3
#bba5a2
#baa4a1
#b9a3a0
#b8a29f
#b7a19e
#b6a09d
#b59f9c

Monochromatic Color with #c3adaa

#c3adaa
#edd3cf
#191616
#433c3b
#6e6260
#988785

Tints of #c3adaa Color

#c3adaa
#c9b6b3
#d0bfbc
#d7c8c6
#ddd1cf
#e4dad9
#ebe3e2
#f1ecec
#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

#c3adaa
#aac0c3

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

Split Complementary

#c3adaa
#aac3ba
#aab4c3

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

Analogous Color

#c3aab1
#c3aaac
#c3adaa
#c3b2aa
#c3b7aa

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

#c3adaa
#aac3ad
#adaac3

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

#c3adaa
#b3c3aa
#aac0c3
#b9aac3

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

#c3adaa
#aac0c3
#aab4c3
#c3baaa

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

#c3adaa Color Code Preview on Black Background Color

This is how #c3adaa Color will look on black background color. Color contrast ratio is 9.88

#c3adaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3adaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3adaa

#c3adaa color code is use for CSS Background Color

Background color for the above div is #c3adaa

HTML with inline CSS

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

#c3adaa color code is use for CSS Border Color

CSS Border color for the above div is #c3adaa

HTML with inline CSS

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

CSS Border Left color for the above div is #c3adaa

HTML with inline CSS

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

CSS Border Right color for the above div is #c3adaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c3adaa

HTML with inline CSS

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

CSS Border Top color for the above div is #c3adaa

HTML with inline CSS

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

#c3adaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c3adaa Color code Preview on White Background

This is how #c3adaa Color code will look on white background color. Color contrast ratio is 2.13

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

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

0 Likes 0 Comments | 23 Views

Post your comment:-

By submitting comment you agree to our privacy policy.