crispedge.com

Color picker

Loading...

#c35e75 hex color - Red - Warm color - Information

#c35e75 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #c35e75 Color code in RGB color code model is created after adding 76.47% red color, 36.86% green color and 45.88% blue color. Hex #c35e75 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 40% yellow and 24% black.

Hex #c35e75 color code is between #bb6677 web safe hex color code and #cc5566 web safe hex color code. #bb6677 is the nearest web safe color code. You can see here many more shades of #c35e75 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec35e75#c35e75
RGB Decimal195, 94, 117rgb(195, 94, 117)
RGB Percent76%, 37%, 46%rgb(76%, 37%, 46%)
CSS RGBa195, 94, 117,1rgba(195,94,117,1)
CMYK Modelcmyk(0%,52%,40%,24%)
HSL Color Space346,46% ,57%hsl(346,46% ,57%)
HSV Color Space346°, 52%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000110101111001110101
Octal303136165
Decimal19594117
Hexc35e75

Different shades of #c35e75 color code.

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

Light Shade of #c35e75
#d18395
Dark Shade of #c35e75
#ad4159
Saturated Shade of #c35e75
#ce536f
Desaturated Shade of #c35e75
#b8697b
Grey scale Shade of #c35e75
#909090
Brighten Shade
#dc778e
Most Readable Shade
#FFFFFF

Shades of #c35e75 color code

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

#c35e75
#ad5368
#97495b
#823e4e
#6c3441
#562934
#411f27
#2b141a
#150a0d
#000000

Similar Color like #c35e75 color

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

#c45f76
#c56077
#c66178
#c76279
#c8637a
#c9647b
#ca657c
#cb667d
#cc677e
#cd687f
#ce6980
#cf6a81
#d06b82
#d16c83
#c25d74
#c15c73
#c05b72
#bf5a71
#be5970
#bd586f
#bc576e
#bb566d
#ba556c
#b9546b
#b8536a
#b75269
#b65168
#b55067

Monochromatic Color with #c35e75

#c35e75
#ed728e
#190c0f
#432129
#6e3542
#984a5b

Tints of #c35e75 Color

#c35e75
#c96f84
#d08193
#d793a3
#dda5b2
#e4b7c1
#ebc9d1
#f1dbe0
#f8edef
#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

#c35e75
#5ec3ac

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

Split Complementary

#c35e75
#5ec37a
#5ea8c3

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

Analogous Color

#c35e9d
#c35e89
#c35e75
#c35e61
#c36f5e

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

#c35e75
#75c35e
#5e75c3

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

#c35e75
#a7c35e
#5ec3ac
#795ec3

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

#c35e75
#5ec3ac
#5ea8c3
#c37a5e

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

#c35e75 Color Code Preview on Black Background Color

This is how #c35e75 Color will look on black background color. Color contrast ratio is 5.18

#c35e75 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c35e75

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c35e75

#c35e75 color code is use for CSS Background Color

Background color for the above div is #c35e75

HTML with inline CSS

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

#c35e75 color code is use for CSS Border Color

CSS Border color for the above div is #c35e75

HTML with inline CSS

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

CSS Border Left color for the above div is #c35e75

HTML with inline CSS

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

CSS Border Right color for the above div is #c35e75

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c35e75

HTML with inline CSS

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

CSS Border Top color for the above div is #c35e75

HTML with inline CSS

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

#c35e75 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c35e75 Color code Preview on White Background

This is how #c35e75 Color code will look on white background color. Color contrast ratio is 4.06

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

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,94,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,195,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,94,117,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.