crispedge.com

Color picker

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

#c76864 hex color - Red - Warm color - Information

#c76864 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c76864 Color code in RGB color code model is created after adding 78.04% red color, 40.78% green color and 39.22% blue color. Hex #c76864 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 48% magenta, 50% yellow and 22% black.

Hex #c76864 color code is between #cc6666 web safe hex color code and #bb7755 web safe hex color code. #cc6666 is the nearest web safe color code. You can see here many more shades of #c76864 color code.

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Codec76864#c76864
RGB Decimal199, 104, 100rgb(199, 104, 100)
RGB Percent78%, 41%, 39%rgb(78%, 41%, 39%)
CSS RGBa199, 104, 100,1rgba(199,104,100,1)
CMYK Modelcmyk(0%,48%,50%,22%)
HSL Color Space2,47% ,59%hsl(2,47% ,59%)
HSV Color Space2°, 50%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001110110100001100100
Octal307150144
Decimal199104100
Hexc76864

Different shades of #c76864 color code.

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

Light Shade of #c76864
#d58c89
Dark Shade of #c76864
#b64742
Saturated Shade of #c76864
#d25e59
Desaturated Shade of #c76864
#bc726f
Grey scale Shade of #c76864
#959595
Brighten Shade
#e0817d
Most Readable Shade
#FFFFFF

Shades of #c76864 color code

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

#c76864
#b05c58
#9a504d
#844542
#6e3937
#582e2c
#422221
#2c1716
#160b0b
#000000

Similar Color like #c76864 color

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

#c86965
#c96a66
#ca6b67
#cb6c68
#cc6d69
#cd6e6a
#ce6f6b
#cf706c
#d0716d
#d1726e
#d2736f
#d37470
#d47571
#d57672
#c66763
#c56662
#c46561
#c36460
#c2635f
#c1625e
#c0615d
#bf605c
#be5f5b
#bd5e5a
#bc5d59
#bb5c58
#ba5b57
#b95a56

Monochromatic Color with #c76864

#c76864
#f17e79
#1d0f0f
#472524
#723c39
#9c524f

Tints of #c76864 Color

#c76864
#cd7875
#d38986
#d99a97
#dfaba8
#e6bbba
#eccccb
#f2dddc
#f8eeed
#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

#c76864
#64c3c7

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

Split Complementary

#c76864
#64c79a
#6492c7

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

Analogous Color

#c76488
#c76474
#c76864
#c77c64
#c79064

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

#c76864
#64c768
#6864c7

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

#c76864
#91c764
#64c3c7
#9964c7

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

#c76864
#64c3c7
#6492c7
#c79a64

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

#c76864 Color Code Preview on Black Background Color

This is how #c76864 Color will look on black background color. Color contrast ratio is 5.59

#c76864 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c76864

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c76864

#c76864 color code is use for CSS Background Color

Background color for the above div is #c76864

HTML with inline CSS

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

#c76864 color code is use for CSS Border Color

CSS Border color for the above div is #c76864

HTML with inline CSS

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

CSS Border Left color for the above div is #c76864

HTML with inline CSS

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

CSS Border Right color for the above div is #c76864

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c76864

HTML with inline CSS

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

CSS Border Top color for the above div is #c76864

HTML with inline CSS

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

#c76864 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c76864 Color code Preview on White Background

This is how #c76864 Color code will look on white background color. Color contrast ratio is 3.75

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.