crispedge.com

Color picker

Loading...

#c69cad hex color - Violet - Warm color - Information

#c69cad hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #c69cad 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 #c69cad color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec69cad#c69cad
RGB Decimal198, 156, 173rgb(198, 156, 173)
RGB Percent78%, 61%, 68%rgb(78%, 61%, 68%)
CSS RGBa198, 156, 173,1rgba(198,156,173,1)
CMYK Modelcmyk(0%,21%,13%,22%)
HSL Color Space336,27% ,69%hsl(336,27% ,69%)
HSV Color Space336°, 21%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001101001110010101101
Octal306234255
Decimal198156173
Hexc69cad

Different shades of #c69cad color code.

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

Light Shade of #c69cad
#d9bcc8
Dark Shade of #c69cad
#b37c92
Saturated Shade of #c69cad
#ce94ac
Desaturated Shade of #c69cad
#bea4ae
Grey scale Shade of #c69cad
#b1b1b1
Brighten Shade
#dfb5c6
Most Readable Shade
#000000

Shades of #c69cad color code

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

#c69cad
#b08a99
#9a7986
#846873
#6e5660
#58454c
#423439
#2c2226
#161113
#000000

Similar Color like #c69cad color

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

#c79dae
#c89eaf
#c99fb0
#caa0b1
#cba1b2
#cca2b3
#cda3b4
#cea4b5
#cfa5b6
#d0a6b7
#d1a7b8
#d2a8b9
#d3a9ba
#d4aabb
#c59bac
#c49aab
#c399aa
#c298a9
#c197a8
#c096a7
#bf95a6
#be94a5
#bd93a4
#bc92a3
#bb91a2
#ba90a1
#b98fa0
#b88e9f

Monochromatic Color with #c69cad

#c69cad
#f0bdd2
#1c1618
#46383e
#715963
#9b7b88

Tints of #c69cad Color

#c69cad
#cca7b6
#d2b2bf
#d9bdc8
#dfc8d1
#e5d3da
#ecdee3
#f2e9ec
#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

#c69cad
#9cc6b5

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

Split Complementary

#c69cad
#9cc6a0
#9cc2c6

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

Analogous Color

#c69cbe
#c69cb5
#c69cad
#c69ca5
#c69c9c

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

#c69cad
#adc69c
#9cadc6

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

#c69cad
#c2c69c
#9cc6b5
#a09cc6

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

#c69cad
#9cc6b5
#9cc2c6
#c6a09c

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

#c69cad Color Code Preview on Black Background Color

This is how #c69cad Color will look on black background color. Color contrast ratio is 8.76

#c69cad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c69cad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c69cad

#c69cad color code is use for CSS Background Color

Background color for the above div is #c69cad

HTML with inline CSS

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

#c69cad color code is use for CSS Border Color

CSS Border color for the above div is #c69cad

HTML with inline CSS

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

CSS Border Left color for the above div is #c69cad

HTML with inline CSS

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

CSS Border Right color for the above div is #c69cad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c69cad

HTML with inline CSS

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

CSS Border Top color for the above div is #c69cad

HTML with inline CSS

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

#c69cad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c69cad Color code Preview on White Background

This is how #c69cad Color code will look on white background color. Color contrast ratio is 2.40

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

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