crispedge.com

Color picker

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

#c49bcc hex color - Violet - Warm color - Information

#c49bcc hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #c49bcc color code is between #cc99bb web safe hex color code and #bbaadd web safe hex color code. #cc99bb is the nearest web safe color code. You can see here many more shades of #c49bcc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec49bcc#c49bcc
RGB Decimal196, 155, 204rgb(196, 155, 204)
RGB Percent77%, 61%, 80%rgb(77%, 61%, 80%)
CSS RGBa196, 155, 204,1rgba(196,155,204,1)
CMYK Modelcmyk(4%,24%,0%,20%)
HSL Color Space290,32% ,70%hsl(290,32% ,70%)
HSV Color Space290°, 24%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001001001101111001100
Octal304233314
Decimal196155204
Hexc49bcc

Different shades of #c49bcc color code.

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

Light Shade of #c49bcc
#d8bddd
Dark Shade of #c49bcc
#b079bb
Saturated Shade of #c49bcc
#c993d4
Desaturated Shade of #c49bcc
#bfa3c4
Grey scale Shade of #c49bcc
#b3b3b3
Brighten Shade
#ddb4e5
Most Readable Shade
#000000

Shades of #c49bcc color code

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

#c49bcc
#ae89b5
#98789e
#826788
#6c5671
#57445a
#413344
#2b222d
#151116
#000000

Similar Color like #c49bcc color

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

#c59ccd
#c69dce
#c79ecf
#c89fd0
#c9a0d1
#caa1d2
#cba2d3
#cca3d4
#cda4d5
#cea5d6
#cfa6d7
#d0a7d8
#d1a8d9
#d2a9da
#c39acb
#c299ca
#c198c9
#c097c8
#bf96c7
#be95c6
#bd94c5
#bc93c4
#bb92c3
#ba91c2
#b990c1
#b88fc0
#b78ebf
#b68dbe

Monochromatic Color with #c49bcc

#c49bcc
#edbbf6
#211a22
#493a4c
#725a77
#9b7ba1

Tints of #c49bcc Color

#c49bcc
#caa6d1
#d1b1d7
#d7bcdd
#dec7e2
#e4d2e8
#ebddee
#f1e8f3
#f8f3f9
#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

#c49bcc
#a3cc9b

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

Split Complementary

#c49bcc
#bccc9b
#9bccac

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

Analogous Color

#b09bcc
#ba9bcc
#c49bcc
#cc9bca
#cc9bc0

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

#c49bcc
#ccc49b
#9bccc4

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

#c49bcc
#ccab9b
#a3cc9b
#9bbbcc

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

#c49bcc
#a3cc9b
#9bccac
#cc9bbc

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

#c49bcc Color Code Preview on Black Background Color

This is how #c49bcc Color will look on black background color. Color contrast ratio is 8.91

#c49bcc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c49bcc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c49bcc

#c49bcc color code is use for CSS Background Color

Background color for the above div is #c49bcc

HTML with inline CSS

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

#c49bcc color code is use for CSS Border Color

CSS Border color for the above div is #c49bcc

HTML with inline CSS

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

CSS Border Left color for the above div is #c49bcc

HTML with inline CSS

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

CSS Border Right color for the above div is #c49bcc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c49bcc

HTML with inline CSS

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

CSS Border Top color for the above div is #c49bcc

HTML with inline CSS

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

#c49bcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c49bcc Color code Preview on White Background

This is how #c49bcc Color code will look on white background color. Color contrast ratio is 2.36

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

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.