crispedge.com

Color picker

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

#c49ba1 hex color - Red - Warm color - Information

#c49ba1 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #c49ba1 Color code in RGB color code model is created after adding 76.86% red color, 60.78% green color and 63.14% blue color. Hex #c49ba1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 21% magenta, 18% yellow and 23% black.

Hex #c49ba1 color code is between #cc9999 web safe hex color code and #bbaaaa web safe hex color code. #cc9999 is the nearest web safe color code. You can see here many more shades of #c49ba1 color code.

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Codec49ba1#c49ba1
RGB Decimal196, 155, 161rgb(196, 155, 161)
RGB Percent77%, 61%, 63%rgb(77%, 61%, 63%)
CSS RGBa196, 155, 161,1rgba(196,155,161,1)
CMYK Modelcmyk(0%,21%,18%,23%)
HSL Color Space351,26% ,69%hsl(351,26% ,69%)
HSV Color Space351°, 21%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001001001101110100001
Octal304233241
Decimal196155161
Hexc49ba1

Different shades of #c49ba1 color code.

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

Light Shade of #c49ba1
#d7bbbf
Dark Shade of #c49ba1
#b17b83
Saturated Shade of #c49ba1
#cc939b
Desaturated Shade of #c49ba1
#bca3a7
Grey scale Shade of #c49ba1
#afafaf
Brighten Shade
#ddb4ba
Most Readable Shade
#000000

Shades of #c49ba1 color code

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

#c49ba1
#ae898f
#98787d
#82676b
#6c5659
#574447
#413335
#2b2223
#151111
#000000

Similar Color like #c49ba1 color

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

#c59ca2
#c69da3
#c79ea4
#c89fa5
#c9a0a6
#caa1a7
#cba2a8
#cca3a9
#cda4aa
#cea5ab
#cfa6ac
#d0a7ad
#d1a8ae
#d2a9af
#c39aa0
#c2999f
#c1989e
#c0979d
#bf969c
#be959b
#bd949a
#bc9399
#bb9298
#ba9197
#b99096
#b88f95
#b78e94
#b68d93

Monochromatic Color with #c49ba1

#c49ba1
#eebdc4
#1a1515
#443638
#6f585b
#99797e

Tints of #c49ba1 Color

#c49ba1
#caa6ab
#d1b1b5
#d7bcc0
#dec7ca
#e4d2d5
#ebdddf
#f1e8ea
#f8f3f4
#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

#c49ba1
#9bc4be

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

Split Complementary

#c49ba1
#9bc4aa
#9bb6c4

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

Analogous Color

#c49bb1
#c49ba9
#c49ba1
#c49d9b
#c4a59b

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

#c49ba1
#a1c49b
#9ba1c4

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

#c49ba1
#b5c49b
#9bc4be
#a99bc4

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

#c49ba1
#9bc4be
#9bb6c4
#c4aa9b

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

#c49ba1 Color Code Preview on Black Background Color

This is how #c49ba1 Color will look on black background color. Color contrast ratio is 8.55

#c49ba1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c49ba1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c49ba1

#c49ba1 color code is use for CSS Background Color

Background color for the above div is #c49ba1

HTML with inline CSS

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

#c49ba1 color code is use for CSS Border Color

CSS Border color for the above div is #c49ba1

HTML with inline CSS

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

CSS Border Left color for the above div is #c49ba1

HTML with inline CSS

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

CSS Border Right color for the above div is #c49ba1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c49ba1

HTML with inline CSS

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

CSS Border Top color for the above div is #c49ba1

HTML with inline CSS

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

#c49ba1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c49ba1 Color code Preview on White Background

This is how #c49ba1 Color code will look on white background color. Color contrast ratio is 2.46

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.