crispedge.com

Color picker

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

#cc9b90 hex color - Red - Warm color - Information

#cc9b90 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #cc9b90 Color code in RGB color code model is created after adding 80% red color, 60.78% green color and 56.47% blue color. Hex #cc9b90 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 29% yellow and 20% black.

Hex #cc9b90 color code is between #bb9988 web safe hex color code and #ddaa99 web safe hex color code. #bb9988 is the nearest web safe color code. You can see here many more shades of #cc9b90 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codecc9b90#cc9b90
RGB Decimal204, 155, 144rgb(204, 155, 144)
RGB Percent80%, 61%, 56%rgb(80%, 61%, 56%)
CSS RGBa204, 155, 144,1rgba(204,155,144,1)
CMYK Modelcmyk(0%,24%,29%,20%)
HSL Color Space11,37% ,68%hsl(11,37% ,68%)
HSV Color Space11°, 29%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001001101110010000
Octal314233220
Decimal204155144
Hexcc9b90

Different shades of #cc9b90 color code.

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

Light Shade of #cc9b90
#dcbab3
Dark Shade of #cc9b90
#bc7c6d
Saturated Shade of #cc9b90
#d49688
Desaturated Shade of #cc9b90
#c4a098
Grey scale Shade of #cc9b90
#aeaeae
Brighten Shade
#e5b4a9
Most Readable Shade
#000000

Shades of #cc9b90 color code

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

#cc9b90
#b58980
#9e7870
#886760
#715650
#5a4440
#443330
#2d2220
#161110
#000000

Similar Color like #cc9b90 color

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

#cd9c91
#ce9d92
#cf9e93
#d09f94
#d1a095
#d2a196
#d3a297
#d4a398
#d5a499
#d6a59a
#d7a69b
#d8a79c
#d9a89d
#daa99e
#cb9a8f
#ca998e
#c9988d
#c8978c
#c7968b
#c6958a
#c59489
#c49388
#c39287
#c29186
#c19085
#c08f84
#bf8e83
#be8d82

Monochromatic Color with #cc9b90

#cc9b90
#f6bbae
#221a18
#4c3a36
#775a54
#a17b72

Tints of #cc9b90 Color

#cc9b90
#d1a69c
#d7b1a8
#ddbcb5
#e2c7c1
#e8d2cd
#eeddda
#f3e8e6
#f9f3f2
#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

#cc9b90
#90c1cc

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

Split Complementary

#cc9b90
#90ccb9
#90a3cc

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

Analogous Color

#cc909d
#cc9091
#cc9b90
#cca790
#ccb390

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

#cc9b90
#90cc9b
#9b90cc

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

#cc9b90
#a3cc90
#90c1cc
#b990cc

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

#cc9b90
#90c1cc
#90a3cc
#ccb990

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

#cc9b90 Color Code Preview on Black Background Color

This is how #cc9b90 Color will look on black background color. Color contrast ratio is 8.66

#cc9b90 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc9b90

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc9b90

#cc9b90 color code is use for CSS Background Color

Background color for the above div is #cc9b90

HTML with inline CSS

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

#cc9b90 color code is use for CSS Border Color

CSS Border color for the above div is #cc9b90

HTML with inline CSS

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

CSS Border Left color for the above div is #cc9b90

HTML with inline CSS

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

CSS Border Right color for the above div is #cc9b90

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc9b90

HTML with inline CSS

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

CSS Border Top color for the above div is #cc9b90

HTML with inline CSS

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

#cc9b90 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc9b90 Color code Preview on White Background

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

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.