crispedge.com

Color picker

Loading...

#c3556f hex color - Ripe Cherry - Red - Warm color - Information

#c3556f hex color - Ripe Cherry - Red - Warm color

Color Hue/Base color: Red

Hex #c3556f Color Code is also known as Ripe Cherry color.

Hex #c3556f Color code in RGB color code model is created after adding 76.47% red color, 33.33% green color and 43.53% blue color. Hex #c3556f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 43% yellow and 24% black.

Hex #c3556f color code is between #bb4477 web safe hex color code and #cc6666 web safe hex color code. #bb4477 is the nearest web safe color code. You can see here many more shades of #c3556f color code.

0 Likes 0 Comments | 12 Views

RGB Chart

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

Color Table

Hex Color Codec3556f#c3556f
RGB Decimal195, 85, 111rgb(195, 85, 111)
RGB Percent76%, 33%, 44%rgb(76%, 33%, 44%)
CSS RGBa195, 85, 111,1rgba(195,85,111,1)
CMYK Modelcmyk(0%,56%,43%,24%)
HSL Color Space346,48% ,55%hsl(346,48% ,55%)
HSV Color Space346°, 56%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000110101010101101111
Octal303125157
Decimal19585111
Hexc3556f

Different shades of #c3556f color code.

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

Light Shade of #c3556f
#d07b8f
Dark Shade of #c3556f
#a93c56
Saturated Shade of #c3556f
#ce4969
Desaturated Shade of #c3556f
#b76175
Grey scale Shade of #c3556f
#8c8c8c
Brighten Shade
#dc6e88
Most Readable Shade
#FFFFFF

Shades of #c3556f color code

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

#c3556f
#ad4b62
#974256
#82384a
#6c2f3d
#562531
#411c25
#2b1218
#15090c
#000000

Similar Color like #c3556f color

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

#c45670
#c55771
#c65872
#c75973
#c85a74
#c95b75
#ca5c76
#cb5d77
#cc5e78
#cd5f79
#ce607a
#cf617b
#d0627c
#d1637d
#c2546e
#c1536d
#c0526c
#bf516b
#be506a
#bd4f69
#bc4e68
#bb4d67
#ba4c66
#b94b65
#b84a64
#b74963
#b64862
#b54761

Monochromatic Color with #c3556f

#c3556f
#ed6887
#190b0e
#431d26
#6e303f
#984257

Tints of #c3556f Color

#c3556f
#c9677f
#d07a8f
#d78d9f
#dda0af
#e4b3bf
#ebc6cf
#f1d9df
#f8ecef
#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

#c3556f
#55c3a9

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

Split Complementary

#c3556f
#55c372
#55a6c3

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

Analogous Color

#c3559b
#c35585
#c3556f
#c35559
#c36755

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

#c3556f
#6fc355
#556fc3

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

#c3556f
#a6c355
#55c3a9
#7255c3

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

#c3556f
#55c3a9
#55a6c3
#c37255

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

#c3556f Color Code Preview on Black Background Color

This is how #c3556f Color will look on black background color. Color contrast ratio is 4.85

#c3556f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3556f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3556f

#c3556f color code is use for CSS Background Color

Background color for the above div is #c3556f

HTML with inline CSS

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

#c3556f color code is use for CSS Border Color

CSS Border color for the above div is #c3556f

HTML with inline CSS

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

CSS Border Left color for the above div is #c3556f

HTML with inline CSS

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

CSS Border Right color for the above div is #c3556f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c3556f

HTML with inline CSS

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

CSS Border Top color for the above div is #c3556f

HTML with inline CSS

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

#c3556f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c3556f Color code Preview on White Background

This is how #c3556f Color code will look on white background color. Color contrast ratio is 4.33

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

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

0 Likes 0 Comments | 12 Views

Post your comment:-

By submitting comment you agree to our privacy policy.