crispedge.com

Color picker

Loading...

#c6739e hex color - Violet - Warm color - Information

#c6739e hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #c6739e Color code in RGB color code model is created after adding 77.65% red color, 45.1% green color and 61.96% blue color. Hex #c6739e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 20% yellow and 22% black.

Hex #c6739e color code is between #cc7799 web safe hex color code and #bb66aa web safe hex color code. #cc7799 is the nearest web safe color code. You can see here many more shades of #c6739e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec6739e#c6739e
RGB Decimal198, 115, 158rgb(198, 115, 158)
RGB Percent78%, 45%, 62%rgb(78%, 45%, 62%)
CSS RGBa198, 115, 158,1rgba(198,115,158,1)
CMYK Modelcmyk(0%,42%,20%,22%)
HSL Color Space329,42% ,61%hsl(329,42% ,61%)
HSV Color Space329°, 42%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001100111001110011110
Octal306163236
Decimal198115158
Hexc6739e

Different shades of #c6739e color code.

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

Light Shade of #c6739e
#d597b7
Dark Shade of #c6739e
#b74f85
Saturated Shade of #c6739e
#d0699e
Desaturated Shade of #c6739e
#bc7d9e
Grey scale Shade of #c6739e
#9c9c9c
Brighten Shade
#df8cb7
Most Readable Shade
#000000

Shades of #c6739e color code

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

#c6739e
#b0668c
#9a597a
#844c69
#6e3f57
#583346
#422634
#2c1923
#160c11
#000000

Similar Color like #c6739e color

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

#c7749f
#c875a0
#c976a1
#ca77a2
#cb78a3
#cc79a4
#cd7aa5
#ce7ba6
#cf7ca7
#d07da8
#d17ea9
#d27faa
#d380ab
#d481ac
#c5729d
#c4719c
#c3709b
#c26f9a
#c16e99
#c06d98
#bf6c97
#be6b96
#bd6a95
#bc6994
#bb6893
#ba6792
#b96691
#b86590

Monochromatic Color with #c6739e

#c6739e
#f08cc0
#1c1016
#462938
#71425a
#9b5a7c

Tints of #c6739e Color

#c6739e
#cc82a8
#d292b3
#d9a1be
#dfb1c9
#e5c0d3
#ecd0de
#f2dfe9
#f8eff4
#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

#c6739e
#73c69b

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

Split Complementary

#c6739e
#74c673
#73c6c4

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

Analogous Color

#c673bf
#c673af
#c6739e
#c6738d
#c6737d

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

#c6739e
#9ec673
#739ec6

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

#c6739e
#c6c473
#73c69b
#7374c6

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

#c6739e
#73c69b
#73c6c5
#c67374

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

#c6739e Color Code Preview on Black Background Color

This is how #c6739e Color will look on black background color. Color contrast ratio is 6.35

#c6739e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6739e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6739e

#c6739e color code is use for CSS Background Color

Background color for the above div is #c6739e

HTML with inline CSS

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

#c6739e color code is use for CSS Border Color

CSS Border color for the above div is #c6739e

HTML with inline CSS

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

CSS Border Left color for the above div is #c6739e

HTML with inline CSS

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

CSS Border Right color for the above div is #c6739e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c6739e

HTML with inline CSS

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

CSS Border Top color for the above div is #c6739e

HTML with inline CSS

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

#c6739e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c6739e Color code Preview on White Background

This is how #c6739e Color code will look on white background color. Color contrast ratio is 3.31

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

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,115,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(115,198,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(198,115,158,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.