crispedge.com

Color picker

Loading...

#c18ba4 hex color - Red - Warm color - Information

#c18ba4 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c18ba4 Color code in RGB color code model is created after adding 75.69% red color, 54.51% green color and 64.31% blue color. Hex #c18ba4 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 15% yellow and 24% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codec18ba4#c18ba4
RGB Decimal193, 139, 164rgb(193, 139, 164)
RGB Percent76%, 55%, 64%rgb(76%, 55%, 64%)
CSS RGBa193, 139, 164,1rgba(193,139,164,1)
CMYK Modelcmyk(0%,28%,15%,24%)
HSL Color Space332,30% ,65%hsl(332,30% ,65%)
HSV Color Space332°, 28%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000011000101110100100
Octal301213244
Decimal193139164
Hexc18ba4

Different shades of #c18ba4 color code.

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

Light Shade of #c18ba4
#d3acbe
Dark Shade of #c18ba4
#af6a8a
Saturated Shade of #c18ba4
#ca82a3
Desaturated Shade of #c18ba4
#b894a5
Grey scale Shade of #c18ba4
#a6a6a6
Brighten Shade
#daa4bd
Most Readable Shade
#000000

Shades of #c18ba4 color code

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

#c18ba4
#ab7b91
#966c7f
#805c6d
#6b4d5b
#553d48
#402e36
#2a1e24
#150f12
#000000

Similar Color like #c18ba4 color

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

#c28ca5
#c38da6
#c48ea7
#c58fa8
#c690a9
#c791aa
#c892ab
#c993ac
#ca94ad
#cb95ae
#cc96af
#cd97b0
#ce98b1
#cf99b2
#c08aa3
#bf89a2
#be88a1
#bd87a0
#bc869f
#bb859e
#ba849d
#b9839c
#b8829b
#b7819a
#b68099
#b57f98
#b47e97
#b37d96

Monochromatic Color with #c18ba4

#c18ba4
#ebaac8
#171114
#412f38
#6c4e5c
#966c80

Tints of #c18ba4 Color

#c18ba4
#c797ae
#cea4b8
#d5b1c2
#dcbecc
#e3cbd6
#ead8e0
#f1e5ea
#f8f2f4
#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

#c18ba4
#8bc1a8

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

Split Complementary

#c18ba4
#8bc18d
#8bbfc1

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

Analogous Color

#c18bba
#c18baf
#c18ba4
#c18b99
#c18b8e

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

#c18ba4
#a4c18b
#8ba4c1

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

#c18ba4
#bfc18b
#8bc1a8
#8d8bc1

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

#c18ba4
#8bc1a8
#8bbfc1
#c18d8b

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

#c18ba4 Color Code Preview on Black Background Color

This is how #c18ba4 Color will look on black background color. Color contrast ratio is 7.50

#c18ba4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c18ba4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c18ba4

#c18ba4 color code is use for CSS Background Color

Background color for the above div is #c18ba4

HTML with inline CSS

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

#c18ba4 color code is use for CSS Border Color

CSS Border color for the above div is #c18ba4

HTML with inline CSS

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

CSS Border Left color for the above div is #c18ba4

HTML with inline CSS

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

CSS Border Right color for the above div is #c18ba4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c18ba4

HTML with inline CSS

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

CSS Border Top color for the above div is #c18ba4

HTML with inline CSS

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

#c18ba4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c18ba4 Color code Preview on White Background

This is how #c18ba4 Color code will look on white background color. Color contrast ratio is 2.80

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(193,139,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(139,193,168,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,139,164,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.