crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c94e63 hex color - Red - Warm color - Information

#c94e63 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #c94e63 Color code in RGB color code model is created after adding 78.82% red color, 30.59% green color and 38.82% blue color. Hex #c94e63 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 61% magenta, 51% yellow and 21% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec94e63#c94e63
RGB Decimal201, 78, 99rgb(201, 78, 99)
RGB Percent79%, 31%, 39%rgb(79%, 31%, 39%)
CSS RGBa201, 78, 99,1rgba(201,78,99,1)
CMYK Modelcmyk(0%,61%,51%,21%)
HSL Color Space350,53% ,55%hsl(350,53% ,55%)
HSV Color Space350°, 61%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010010100111001100011
Octal311116143
Decimal2017899
Hexc94e63

Different shades of #c94e63 color code.

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

Light Shade of #c94e63
#d57585
Dark Shade of #c94e63
#af354a
Saturated Shade of #c94e63
#d5425b
Desaturated Shade of #c94e63
#bd5a6b
Grey scale Shade of #c94e63
#8b8b8b
Brighten Shade
#e2677c
Most Readable Shade
#FFFFFF

Shades of #c94e63 color code

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

#c94e63
#b24558
#9c3c4d
#863442
#6f2b37
#59222c
#431a21
#2c1116
#16080b
#000000

Similar Color like #c94e63 color

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

#ca4f64
#cb5065
#cc5166
#cd5267
#ce5368
#cf5469
#d0556a
#d1566b
#d2576c
#d3586d
#d4596e
#d55a6f
#d65b70
#d75c71
#c84d62
#c74c61
#c64b60
#c54a5f
#c4495e
#c3485d
#c2475c
#c1465b
#c0455a
#bf4459
#be4358
#bd4257
#bc4156
#bb4055

Monochromatic Color with #c94e63

#c94e63
#f35f78
#1f0c0f
#491d24
#742d39
#9e3e4e

Tints of #c94e63 Color

#c94e63
#cf6174
#d57585
#db8997
#e19ca8
#e7b0b9
#edc4cb
#f3d7dc
#f9ebed
#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

#c94e63
#4ec9b4

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

Split Complementary

#c94e63
#4ec977
#4ea1c9

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

Analogous Color

#c94e94
#c94e7c
#c94e63
#c9524e
#c96a4e

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

#c94e63
#63c94e
#4e63c9

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

#c94e63
#a0c94e
#4ec9b4
#764ec9

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

#c94e63
#4ec9b4
#4ea1c9
#c9774e

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

#c94e63 Color Code Preview on Black Background Color

This is how #c94e63 Color will look on black background color. Color contrast ratio is 4.75

#c94e63 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c94e63

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c94e63

#c94e63 color code is use for CSS Background Color

Background color for the above div is #c94e63

HTML with inline CSS

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

#c94e63 color code is use for CSS Border Color

CSS Border color for the above div is #c94e63

HTML with inline CSS

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

CSS Border Left color for the above div is #c94e63

HTML with inline CSS

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

CSS Border Right color for the above div is #c94e63

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c94e63

HTML with inline CSS

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

CSS Border Top color for the above div is #c94e63

HTML with inline CSS

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

#c94e63 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c94e63 Color code Preview on White Background

This is how #c94e63 Color code will look on white background color. Color contrast ratio is 4.42

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.