crispedge.com

Color picker

Loading...

#c5acac hex color - Red - Warm color - Information

#c5acac hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c5acac Color code in RGB color code model is created after adding 77.25% red color, 67.45% green color and 67.45% blue color. Hex #c5acac Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 13% yellow and 23% black.

Hex #c5acac color code is between #ccaaaa web safe hex color code and #bbbbbb web safe hex color code. #ccaaaa is the nearest web safe color code. You can see here many more shades of #c5acac color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec5acac#c5acac
RGB Decimal197, 172, 172rgb(197, 172, 172)
RGB Percent77%, 67%, 67%rgb(77%, 67%, 67%)
CSS RGBa197, 172, 172,1rgba(197,172,172,1)
CMYK Modelcmyk(0%,13%,13%,23%)
HSL Color Space0,18% ,72%hsl(0,18% ,72%)
HSV Color Space0°, 13%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001011010110010101100
Octal305254254
Decimal197172172
Hexc5acac

Different shades of #c5acac color code.

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

Light Shade of #c5acac
#dacaca
Dark Shade of #c5acac
#b08e8e
Saturated Shade of #c5acac
#cca5a5
Desaturated Shade of #c5acac
#beb3b3
Grey scale Shade of #c5acac
#b8b8b8
Brighten Shade
#dec5c5
Most Readable Shade
#000000

Shades of #c5acac color code

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

#c5acac
#af9898
#998585
#837272
#6d5f5f
#574c4c
#413939
#2b2626
#151313
#000000

Similar Color like #c5acac color

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

#c6adad
#c7aeae
#c8afaf
#c9b0b0
#cab1b1
#cbb2b2
#ccb3b3
#cdb4b4
#ceb5b5
#cfb6b6
#d0b7b7
#d1b8b8
#d2b9b9
#d3baba
#c4abab
#c3aaaa
#c2a9a9
#c1a8a8
#c0a7a7
#bfa6a6
#bea5a5
#bda4a4
#bca3a3
#bba2a2
#baa1a1
#b9a0a0
#b89f9f
#b79e9e

Monochromatic Color with #c5acac

#c5acac
#efd1d1
#1b1818
#453d3d
#706262
#9a8787

Tints of #c5acac Color

#c5acac
#cbb5b5
#d1bebe
#d8c7c7
#ded0d0
#e5dada
#ebe3e3
#f2ecec
#f8f5f5
#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

#c5acac
#acc5c5

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

Split Complementary

#c5acac
#acc5b9
#acb9c5

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

Analogous Color

#c5acb6
#c5acb1
#c5acac
#c5b1ac
#c5b6ac

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

#c5acac
#acc5ac
#acacc5

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

#c5acac
#b8c5ac
#acc5c5
#b8acc5

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

#c5acac
#acc5c5
#acb9c5
#c5b9ac

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

#c5acac Color Code Preview on Black Background Color

This is how #c5acac Color will look on black background color. Color contrast ratio is 9.87

#c5acac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c5acac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c5acac

#c5acac color code is use for CSS Background Color

Background color for the above div is #c5acac

HTML with inline CSS

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

#c5acac color code is use for CSS Border Color

CSS Border color for the above div is #c5acac

HTML with inline CSS

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

CSS Border Left color for the above div is #c5acac

HTML with inline CSS

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

CSS Border Right color for the above div is #c5acac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c5acac

HTML with inline CSS

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

CSS Border Top color for the above div is #c5acac

HTML with inline CSS

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

#c5acac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c5acac Color code Preview on White Background

This is how #c5acac Color code will look on white background color. Color contrast ratio is 2.13

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

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(197,172,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(172,197,197,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(197,172,172,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.