crispedge.com

Color picker

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

#c45a71 hex color - Red - Warm color - Information

#c45a71 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #c45a71 Color code in RGB color code model is created after adding 76.86% red color, 35.29% green color and 44.31% blue color. Hex #c45a71 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 42% yellow and 23% black.

Hex #c45a71 color code is between #cc5577 web safe hex color code and #bb6666 web safe hex color code. #cc5577 is the nearest web safe color code. You can see here many more shades of #c45a71 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec45a71#c45a71
RGB Decimal196, 90, 113rgb(196, 90, 113)
RGB Percent77%, 35%, 44%rgb(77%, 35%, 44%)
CSS RGBa196, 90, 113,1rgba(196,90,113,1)
CMYK Modelcmyk(0%,54%,42%,23%)
HSL Color Space347,47% ,56%hsl(347,47% ,56%)
HSV Color Space347°, 54%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001000101101001110001
Octal304132161
Decimal19690113
Hexc45a71

Different shades of #c45a71 color code.

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

Light Shade of #c45a71
#d18091
Dark Shade of #c45a71
#ad3e56
Saturated Shade of #c45a71
#cf4f6b
Desaturated Shade of #c45a71
#b96577
Grey scale Shade of #c45a71
#8f8f8f
Brighten Shade
#dd738a
Most Readable Shade
#FFFFFF

Shades of #c45a71 color code

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

#c45a71
#ae5064
#984657
#823c4b
#6c323e
#572832
#411e25
#2b1419
#150a0c
#000000

Similar Color like #c45a71 color

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

#c55b72
#c65c73
#c75d74
#c85e75
#c95f76
#ca6077
#cb6178
#cc6279
#cd637a
#ce647b
#cf657c
#d0667d
#d1677e
#d2687f
#c35970
#c2586f
#c1576e
#c0566d
#bf556c
#be546b
#bd536a
#bc5269
#bb5168
#ba5067
#b94f66
#b84e65
#b74d64
#b64c63

Monochromatic Color with #c45a71

#c45a71
#ee6e89
#1a0c0f
#441f27
#6f3340
#994658

Tints of #c45a71 Color

#c45a71
#ca6c80
#d17e90
#d791a0
#dea3b0
#e4b5bf
#ebc8cf
#f1dadf
#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

#c45a71
#5ac4ad

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

Split Complementary

#c45a71
#5ac478
#5aa6c4

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

Analogous Color

#c45a9b
#c45a86
#c45a71
#c45a5c
#c46d5a

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

#c45a71
#71c45a
#5a71c4

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

#c45a71
#a6c45a
#5ac4ad
#785ac4

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

#c45a71
#5ac4ad
#5aa6c4
#c4785a

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

#c45a71 Color Code Preview on Black Background Color

This is how #c45a71 Color will look on black background color. Color contrast ratio is 5.05

#c45a71 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c45a71

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c45a71

#c45a71 color code is use for CSS Background Color

Background color for the above div is #c45a71

HTML with inline CSS

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

#c45a71 color code is use for CSS Border Color

CSS Border color for the above div is #c45a71

HTML with inline CSS

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

CSS Border Left color for the above div is #c45a71

HTML with inline CSS

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

CSS Border Right color for the above div is #c45a71

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c45a71

HTML with inline CSS

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

CSS Border Top color for the above div is #c45a71

HTML with inline CSS

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

#c45a71 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c45a71 Color code Preview on White Background

This is how #c45a71 Color code will look on white background color. Color contrast ratio is 4.16

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

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.