crispedge.com

Color picker

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

#cd96b7 hex color - Red - Warm color - Information

#cd96b7 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #cd96b7 Color code in RGB color code model is created after adding 80.39% red color, 58.82% green color and 71.76% blue color. Hex #cd96b7 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 11% yellow and 20% black.

Hex #cd96b7 color code is between #cc99bb web safe hex color code and #dd88aa web safe hex color code. #cc99bb is the nearest web safe color code. You can see here many more shades of #cd96b7 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codecd96b7#cd96b7
RGB Decimal205, 150, 183rgb(205, 150, 183)
RGB Percent80%, 59%, 72%rgb(80%, 59%, 72%)
CSS RGBa205, 150, 183,1rgba(205,150,183,1)
CMYK Modelcmyk(0%,27%,11%,20%)
HSL Color Space324,35% ,70%hsl(324,35% ,70%)
HSV Color Space324°, 27%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011011001011010110111
Octal315226267
Decimal205150183
Hexcd96b7

Different shades of #cd96b7 color code.

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

Light Shade of #cd96b7
#ddb9cf
Dark Shade of #cd96b7
#bd739f
Saturated Shade of #cd96b7
#d58eb9
Desaturated Shade of #cd96b7
#c59eb5
Grey scale Shade of #cd96b7
#b1b1b1
Brighten Shade
#e6afd0
Most Readable Shade
#000000

Shades of #cd96b7 color code

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

#cd96b7
#b685a2
#9f748e
#88647a
#715365
#5b4251
#44323d
#2d2128
#161014
#000000

Similar Color like #cd96b7 color

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

#ce97b8
#cf98b9
#d099ba
#d19abb
#d29bbc
#d39cbd
#d49dbe
#d59ebf
#d69fc0
#d7a0c1
#d8a1c2
#d9a2c3
#daa3c4
#dba4c5
#cc95b6
#cb94b5
#ca93b4
#c992b3
#c891b2
#c790b1
#c68fb0
#c58eaf
#c48dae
#c38cad
#c28bac
#c18aab
#c089aa
#bf88a9

Monochromatic Color with #cd96b7

#cd96b7
#f7b5dd
#231a1f
#4d3945
#78586b
#a27791

Tints of #cd96b7 Color

#cd96b7
#d2a1bf
#d8adc7
#ddb9cf
#e3c4d7
#e8d0df
#eedce7
#f3e7ef
#f9f3f7
#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

#cd96b7
#96cdac

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

Split Complementary

#cd96b7
#9ccd96
#96cdc8

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

Analogous Color

#cd96cd
#cd96c2
#cd96b7
#cd96ac
#cd96a1

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

#cd96b7
#b7cd96
#96b7cd

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

#cd96b7
#cdc796
#96cdac
#969bcd

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

#cd96b7
#96cdac
#96cdc8
#cd969c

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

#cd96b7 Color Code Preview on Black Background Color

This is how #cd96b7 Color will look on black background color. Color contrast ratio is 8.64

#cd96b7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd96b7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd96b7

#cd96b7 color code is use for CSS Background Color

Background color for the above div is #cd96b7

HTML with inline CSS

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

#cd96b7 color code is use for CSS Border Color

CSS Border color for the above div is #cd96b7

HTML with inline CSS

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

CSS Border Left color for the above div is #cd96b7

HTML with inline CSS

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

CSS Border Right color for the above div is #cd96b7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd96b7

HTML with inline CSS

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

CSS Border Top color for the above div is #cd96b7

HTML with inline CSS

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

#cd96b7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd96b7 Color code Preview on White Background

This is how #cd96b7 Color code will look on white background color. Color contrast ratio is 2.43

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.