crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c66078 hex color - Red - Warm color - Information

#c66078 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c66078 Color code in RGB color code model is created after adding 77.65% red color, 37.65% green color and 47.06% blue color. Hex #c66078 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 39% yellow and 22% black.

Hex #c66078 color code is between #cc6677 web safe hex color code and #bb5588 web safe hex color code. #cc6677 is the nearest web safe color code. You can see here many more shades of #c66078 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codec66078#c66078
RGB Decimal198, 96, 120rgb(198, 96, 120)
RGB Percent78%, 38%, 47%rgb(78%, 38%, 47%)
CSS RGBa198, 96, 120,1rgba(198,96,120,1)
CMYK Modelcmyk(0%,52%,39%,22%)
HSL Color Space346,47% ,58%hsl(346,47% ,58%)
HSV Color Space346°, 52%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001100110000001111000
Octal306140170
Decimal19896120
Hexc66078

Different shades of #c66078 color code.

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

Light Shade of #c66078
#d38698
Dark Shade of #c66078
#b3405b
Saturated Shade of #c66078
#d15572
Desaturated Shade of #c66078
#bb6b7e
Grey scale Shade of #c66078
#939393
Brighten Shade
#df7991
Most Readable Shade
#FFFFFF

Shades of #c66078 color code

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

#c66078
#b0556a
#9a4a5d
#844050
#6e3542
#582a35
#422028
#2c151a
#160a0d
#000000

Similar Color like #c66078 color

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

#c76179
#c8627a
#c9637b
#ca647c
#cb657d
#cc667e
#cd677f
#ce6880
#cf6981
#d06a82
#d16b83
#d26c84
#d36d85
#d46e86
#c55f77
#c45e76
#c35d75
#c25c74
#c15b73
#c05a72
#bf5971
#be5870
#bd576f
#bc566e
#bb556d
#ba546c
#b9536b
#b8526a

Monochromatic Color with #c66078

#c66078
#f07592
#1c0e11
#46222b
#713744
#9b4b5e

Tints of #c66078 Color

#c66078
#cc7187
#d28396
#d995a5
#dfa6b4
#e5b8c3
#eccad2
#f2dbe1
#f8edf0
#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

#c66078
#60c6ae

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

Split Complementary

#c66078
#60c67b
#60abc6

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

Analogous Color

#c660a1
#c6608c
#c66078
#c66064
#c67160

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

#c66078
#78c660
#6078c6

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

#c66078
#abc660
#60c6ae
#7b60c6

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

#c66078
#60c6ae
#60abc6
#c67b60

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

#c66078 Color Code Preview on Black Background Color

This is how #c66078 Color will look on black background color. Color contrast ratio is 5.35

#c66078 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c66078

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c66078

#c66078 color code is use for CSS Background Color

Background color for the above div is #c66078

HTML with inline CSS

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

#c66078 color code is use for CSS Border Color

CSS Border color for the above div is #c66078

HTML with inline CSS

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

CSS Border Left color for the above div is #c66078

HTML with inline CSS

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

CSS Border Right color for the above div is #c66078

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c66078

HTML with inline CSS

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

CSS Border Top color for the above div is #c66078

HTML with inline CSS

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

#c66078 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c66078 Color code Preview on White Background

This is how #c66078 Color code will look on white background color. Color contrast ratio is 3.93

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.