crispedge.com

Color picker

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

#c19ba2 hex color - Red - Warm color - Information

#c19ba2 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #c19ba2 Color code in RGB color code model is created after adding 75.69% red color, 60.78% green color and 63.53% blue color. Hex #c19ba2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 16% yellow and 24% black.

Hex #c19ba2 color code is between #bb99aa web safe hex color code and #ccaa99 web safe hex color code. #bb99aa is the nearest web safe color code. You can see here many more shades of #c19ba2 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec19ba2#c19ba2
RGB Decimal193, 155, 162rgb(193, 155, 162)
RGB Percent76%, 61%, 64%rgb(76%, 61%, 64%)
CSS RGBa193, 155, 162,1rgba(193,155,162,1)
CMYK Modelcmyk(0%,20%,16%,24%)
HSL Color Space349,23% ,68%hsl(349,23% ,68%)
HSV Color Space349°, 20%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000011001101110100010
Octal301233242
Decimal193155162
Hexc19ba2

Different shades of #c19ba2 color code.

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

Light Shade of #c19ba2
#d5babf
Dark Shade of #c19ba2
#ad7c85
Saturated Shade of #c19ba2
#c9939d
Desaturated Shade of #c19ba2
#b9a3a7
Grey scale Shade of #c19ba2
#aeaeae
Brighten Shade
#dab4bb
Most Readable Shade
#000000

Shades of #c19ba2 color code

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

#c19ba2
#ab8990
#96787e
#80676c
#6b565a
#554448
#403336
#2a2224
#151112
#000000

Similar Color like #c19ba2 color

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

#c29ca3
#c39da4
#c49ea5
#c59fa6
#c6a0a7
#c7a1a8
#c8a2a9
#c9a3aa
#caa4ab
#cba5ac
#cca6ad
#cda7ae
#cea8af
#cfa9b0
#c09aa1
#bf99a0
#be989f
#bd979e
#bc969d
#bb959c
#ba949b
#b9939a
#b89299
#b79198
#b69097
#b58f96
#b48e95
#b38d94

Monochromatic Color with #c19ba2

#c19ba2
#ebbdc6
#171213
#413537
#6c575b
#96797e

Tints of #c19ba2 Color

#c19ba2
#c7a6ac
#ceb1b6
#d5bcc1
#dcc7cb
#e3d2d5
#eadde0
#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

#c19ba2
#9bc1ba

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

Split Complementary

#c19ba2
#9bc1a7
#9bb5c1

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

Analogous Color

#c19bb1
#c19baa
#c19ba2
#c19c9b
#c1a39b

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

#c19ba2
#a2c19b
#9ba2c1

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

#c19ba2
#b5c19b
#9bc1ba
#a79bc1

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

#c19ba2
#9bc1ba
#9bb5c1
#c1a79b

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

#c19ba2 Color Code Preview on Black Background Color

This is how #c19ba2 Color will look on black background color. Color contrast ratio is 8.48

#c19ba2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c19ba2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c19ba2

#c19ba2 color code is use for CSS Background Color

Background color for the above div is #c19ba2

HTML with inline CSS

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

#c19ba2 color code is use for CSS Border Color

CSS Border color for the above div is #c19ba2

HTML with inline CSS

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

CSS Border Left color for the above div is #c19ba2

HTML with inline CSS

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

CSS Border Right color for the above div is #c19ba2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c19ba2

HTML with inline CSS

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

CSS Border Top color for the above div is #c19ba2

HTML with inline CSS

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

#c19ba2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c19ba2 Color code Preview on White Background

This is how #c19ba2 Color code will look on white background color. Color contrast ratio is 2.48

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

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.