crispedge.com

Color picker

Loading...

#cc6059 hex color - Red - Warm color - Information

#cc6059 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #cc6059 Color code in RGB color code model is created after adding 80% red color, 37.65% green color and 34.9% blue color. Hex #cc6059 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 53% magenta, 56% yellow and 20% black.

Hex #cc6059 color code is between #bb6655 web safe hex color code and #dd5566 web safe hex color code. #bb6655 is the nearest web safe color code. You can see here many more shades of #cc6059 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codecc6059#cc6059
RGB Decimal204, 96, 89rgb(204, 96, 89)
RGB Percent80%, 38%, 35%rgb(80%, 38%, 35%)
CSS RGBa204, 96, 89,1rgba(204,96,89,1)
CMYK Modelcmyk(0%,53%,56%,20%)
HSL Color Space4,53% ,57%hsl(4,53% ,57%)
HSV Color Space4°, 56%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000110000001011001
Octal314140131
Decimal2049689
Hexcc6059

Different shades of #cc6059 color code.

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

Light Shade of #cc6059
#d88580
Dark Shade of #cc6059
#b94139
Saturated Shade of #cc6059
#d7564e
Desaturated Shade of #cc6059
#c16a64
Grey scale Shade of #cc6059
#929292
Brighten Shade
#e57972
Most Readable Shade
#FFFFFF

Shades of #cc6059 color code

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

#cc6059
#b5554f
#9e4a45
#88403b
#713531
#5a2a27
#44201d
#2d1513
#160a09
#000000

Similar Color like #cc6059 color

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

#cd615a
#ce625b
#cf635c
#d0645d
#d1655e
#d2665f
#d36760
#d46861
#d56962
#d66a63
#d76b64
#d86c65
#d96d66
#da6e67
#cb5f58
#ca5e57
#c95d56
#c85c55
#c75b54
#c65a53
#c55952
#c45851
#c35750
#c2564f
#c1554e
#c0544d
#bf534c
#be524b

Monochromatic Color with #cc6059

#cc6059
#f6746c
#22100f
#4c2421
#773834
#a14c46

Tints of #cc6059 Color

#cc6059
#d1716b
#d7837d
#dd9590
#e2a6a2
#e8b8b5
#eecac7
#f3dbda
#f9edec
#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

#cc6059
#59c5cc

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

Split Complementary

#cc6059
#59cc99
#598ccc

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

Analogous Color

#cc5980
#cc5969
#cc6059
#cc7759
#cc8e59

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

#cc6059
#59cc60
#6059cc

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

#cc6059
#8bcc59
#59c5cc
#9959cc

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

#cc6059
#59c5cc
#598ccc
#cc9a59

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

#cc6059 Color Code Preview on Black Background Color

This is how #cc6059 Color will look on black background color. Color contrast ratio is 5.38

#cc6059 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc6059

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc6059

#cc6059 color code is use for CSS Background Color

Background color for the above div is #cc6059

HTML with inline CSS

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

#cc6059 color code is use for CSS Border Color

CSS Border color for the above div is #cc6059

HTML with inline CSS

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

CSS Border Left color for the above div is #cc6059

HTML with inline CSS

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

CSS Border Right color for the above div is #cc6059

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc6059

HTML with inline CSS

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

CSS Border Top color for the above div is #cc6059

HTML with inline CSS

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

#cc6059 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc6059 Color code Preview on White Background

This is how #cc6059 Color code will look on white background color. Color contrast ratio is 3.90

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

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,96,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(89,197,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,96,89,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.