crispedge.com

Color picker

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

#cc8b99 hex color - Red - Warm color - Information

#cc8b99 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #cc8b99 Color code in RGB color code model is created after adding 80% red color, 54.51% green color and 60% blue color. Hex #cc8b99 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 25% yellow and 20% black.

Hex #cc8b99 color code is between #bb8888 web safe hex color code and #dd99aa web safe hex color code. #bb8888 is the nearest web safe color code. You can see here many more shades of #cc8b99 color code.

0 Likes 0 Comments | 19 Views

Color Table

Hex Color Codecc8b99#cc8b99
RGB Decimal204, 139, 153rgb(204, 139, 153)
RGB Percent80%, 55%, 60%rgb(80%, 55%, 60%)
CSS RGBa204, 139, 153,1rgba(204,139,153,1)
CMYK Modelcmyk(0%,32%,25%,20%)
HSL Color Space347,39% ,67%hsl(347,39% ,67%)
HSV Color Space347°, 32%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001000101110011001
Octal314213231
Decimal204139153
Hexcc8b99

Different shades of #cc8b99 color code.

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

Light Shade of #cc8b99
#dcaeb8
Dark Shade of #cc8b99
#bc687a
Saturated Shade of #cc8b99
#d48394
Desaturated Shade of #cc8b99
#c4939e
Grey scale Shade of #cc8b99
#ababab
Brighten Shade
#e5a4b2
Most Readable Shade
#000000

Shades of #cc8b99 color code

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

#cc8b99
#b57b88
#9e6c77
#885c66
#714d55
#5a3d44
#442e33
#2d1e22
#160f11
#000000

Similar Color like #cc8b99 color

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

#cd8c9a
#ce8d9b
#cf8e9c
#d08f9d
#d1909e
#d2919f
#d392a0
#d493a1
#d594a2
#d695a3
#d796a4
#d897a5
#d998a6
#da99a7
#cb8a98
#ca8997
#c98896
#c88795
#c78694
#c68593
#c58492
#c48391
#c38290
#c2818f
#c1808e
#c07f8d
#bf7e8c
#be7d8b

Monochromatic Color with #cc8b99

#cc8b99
#f6a8b9
#221719
#4c3439
#775159
#a16e79

Tints of #cc8b99 Color

#cc8b99
#d197a4
#d7a4af
#ddb1bb
#e2bec6
#e8cbd1
#eed8dd
#f3e5e8
#f9f2f3
#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

#cc8b99
#8bccbe

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

Split Complementary

#cc8b99
#8bcc9e
#8bb9cc

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

Analogous Color

#cc8bb3
#cc8ba6
#cc8b99
#cc8b8c
#cc978b

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

#cc8b99
#99cc8b
#8b99cc

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

#cc8b99
#b9cc8b
#8bccbe
#9d8bcc

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

#cc8b99
#8bccbe
#8bb9cc
#cc9e8b

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

#cc8b99 Color Code Preview on Black Background Color

This is how #cc8b99 Color will look on black background color. Color contrast ratio is 7.72

#cc8b99 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc8b99

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc8b99

#cc8b99 color code is use for CSS Background Color

Background color for the above div is #cc8b99

HTML with inline CSS

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

#cc8b99 color code is use for CSS Border Color

CSS Border color for the above div is #cc8b99

HTML with inline CSS

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

CSS Border Left color for the above div is #cc8b99

HTML with inline CSS

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

CSS Border Right color for the above div is #cc8b99

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc8b99

HTML with inline CSS

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

CSS Border Top color for the above div is #cc8b99

HTML with inline CSS

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

#cc8b99 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc8b99 Color code Preview on White Background

This is how #cc8b99 Color code will look on white background color. Color contrast ratio is 2.72

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

Related Gradients

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

0 Likes 0 Comments | 19 Views

Post your comment:-

By submitting comment you agree to our privacy policy.