crispedge.com

Color picker

Loading...

#c48f86 hex color - Red - Warm color - Information

#c48f86 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c48f86 Color code in RGB color code model is created after adding 76.86% red color, 56.08% green color and 52.55% blue color. Hex #c48f86 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 32% yellow and 23% black.

Hex #c48f86 color code is between #cc8888 web safe hex color code and #bb9977 web safe hex color code. #cc8888 is the nearest web safe color code. You can see here many more shades of #c48f86 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec48f86#c48f86
RGB Decimal196, 143, 134rgb(196, 143, 134)
RGB Percent77%, 56%, 53%rgb(77%, 56%, 53%)
CSS RGBa196, 143, 134,1rgba(196,143,134,1)
CMYK Modelcmyk(0%,27%,32%,23%)
HSL Color Space9,34% ,65%hsl(9,34% ,65%)
HSV Color Space9°, 32%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001001000111110000110
Octal304217206
Decimal196143134
Hexc48f86

Different shades of #c48f86 color code.

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

Light Shade of #c48f86
#d5afa8
Dark Shade of #c48f86
#b36f64
Saturated Shade of #c48f86
#cd897d
Desaturated Shade of #c48f86
#bb958f
Grey scale Shade of #c48f86
#a5a5a5
Brighten Shade
#dda89f
Most Readable Shade
#000000

Shades of #c48f86 color code

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

#c48f86
#ae7f77
#986f68
#825f59
#6c4f4a
#573f3b
#412f2c
#2b1f1d
#150f0e
#000000

Similar Color like #c48f86 color

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

#c59087
#c69188
#c79289
#c8938a
#c9948b
#ca958c
#cb968d
#cc978e
#cd988f
#ce9990
#cf9a91
#d09b92
#d19c93
#d29d94
#c38e85
#c28d84
#c18c83
#c08b82
#bf8a81
#be8980
#bd887f
#bc877e
#bb867d
#ba857c
#b9847b
#b8837a
#b78279
#b68178

Monochromatic Color with #c48f86

#c48f86
#eeaea3
#1a1312
#44322f
#6f514c
#997069

Tints of #c48f86 Color

#c48f86
#ca9b93
#d1a7a0
#d7b4ae
#dec0bb
#e4cdc9
#ebd9d6
#f1e6e4
#f8f2f1
#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

#c48f86
#86bbc4

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

Split Complementary

#c48f86
#86c4ae
#869cc4

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

Analogous Color

#c48696
#c48689
#c48f86
#c49b86
#c4a886

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

#c48f86
#86c48f
#8f86c4

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

#c48f86
#9cc486
#86bbc4
#ae86c4

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

#c48f86
#86bbc4
#869cc4
#c4ae86

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

#c48f86 Color Code Preview on Black Background Color

This is how #c48f86 Color will look on black background color. Color contrast ratio is 7.62

#c48f86 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c48f86

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c48f86

#c48f86 color code is use for CSS Background Color

Background color for the above div is #c48f86

HTML with inline CSS

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

#c48f86 color code is use for CSS Border Color

CSS Border color for the above div is #c48f86

HTML with inline CSS

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

CSS Border Left color for the above div is #c48f86

HTML with inline CSS

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

CSS Border Right color for the above div is #c48f86

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c48f86

HTML with inline CSS

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

CSS Border Top color for the above div is #c48f86

HTML with inline CSS

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

#c48f86 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c48f86 Color code Preview on White Background

This is how #c48f86 Color code will look on white background color. Color contrast ratio is 2.76

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

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(196,143,134,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(134,187,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,143,134,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.