crispedge.com

Color picker

Loading...

#cc6b77 hex color - Red - Warm color - Information

#cc6b77 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #cc6b77 Color code in RGB color code model is created after adding 80% red color, 41.96% green color and 46.67% blue color. Hex #cc6b77 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 48% magenta, 42% yellow and 20% black.

Hex #cc6b77 color code is between #bb6666 web safe hex color code and #dd7788 web safe hex color code. #bb6666 is the nearest web safe color code. You can see here many more shades of #cc6b77 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc6b77#cc6b77
RGB Decimal204, 107, 119rgb(204, 107, 119)
RGB Percent80%, 42%, 47%rgb(80%, 42%, 47%)
CSS RGBa204, 107, 119,1rgba(204,107,119,1)
CMYK Modelcmyk(0%,48%,42%,20%)
HSL Color Space353,49% ,61%hsl(353,49% ,61%)
HSV Color Space353°, 48%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000110101101110111
Octal314153167
Decimal204107119
Hexcc6b77

Different shades of #cc6b77 color code.

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

Light Shade of #cc6b77
#d9919a
Dark Shade of #cc6b77
#bf4554
Saturated Shade of #cc6b77
#d66170
Desaturated Shade of #cc6b77
#c2757e
Grey scale Shade of #cc6b77
#9b9b9b
Brighten Shade
#e58490
Most Readable Shade
#FFFFFF

Shades of #cc6b77 color code

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

#cc6b77
#b55f69
#9e535c
#88474f
#713b42
#5a2f34
#442327
#2d171a
#160b0d
#000000

Similar Color like #cc6b77 color

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

#cd6c78
#ce6d79
#cf6e7a
#d06f7b
#d1707c
#d2717d
#d3727e
#d4737f
#d57480
#d67581
#d77682
#d87783
#d97884
#da7985
#cb6a76
#ca6975
#c96874
#c86773
#c76672
#c66571
#c56470
#c4636f
#c3626e
#c2616d
#c1606c
#c05f6b
#bf5e6a
#be5d69

Monochromatic Color with #cc6b77

#cc6b77
#f68190
#221214
#4c282d
#773e45
#a1555e

Tints of #cc6b77 Color

#cc6b77
#d17b86
#d78b95
#dd9ca4
#e2acb3
#e8bdc2
#eecdd1
#f3dee0
#f9eeef
#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

#cc6b77
#6bccc0

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

Split Complementary

#cc6b77
#6bcc90
#6ba8cc

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

Analogous Color

#cc6b9e
#cc6b8a
#cc6b77
#cc726b
#cc866b

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

#cc6b77
#77cc6b
#6b77cc

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

#cc6b77
#a7cc6b
#6bccc0
#8f6bcc

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

#cc6b77
#6bccc0
#6ba8cc
#cc8f6b

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

#cc6b77 Color Code Preview on Black Background Color

This is how #cc6b77 Color will look on black background color. Color contrast ratio is 5.94

#cc6b77 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc6b77

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc6b77

#cc6b77 color code is use for CSS Background Color

Background color for the above div is #cc6b77

HTML with inline CSS

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

#cc6b77 color code is use for CSS Border Color

CSS Border color for the above div is #cc6b77

HTML with inline CSS

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

CSS Border Left color for the above div is #cc6b77

HTML with inline CSS

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

CSS Border Right color for the above div is #cc6b77

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc6b77

HTML with inline CSS

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

CSS Border Top color for the above div is #cc6b77

HTML with inline CSS

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

#cc6b77 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc6b77 Color code Preview on White Background

This is how #cc6b77 Color code will look on white background color. Color contrast ratio is 3.54

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

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(204,107,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(107,204,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,107,119,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.