crispedge.com

Color picker

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

#ccaa9a hex color - Red - Warm color - Information

#ccaa9a hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

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

Hex #ccaa9a color code is between #bb9999 web safe hex color code and #ddbbaa web safe hex color code. #bb9999 is the nearest web safe color code. You can see here many more shades of #ccaa9a color code.

0 Likes 0 Comments | 13 Views

Color Table

Hex Color Codeccaa9a#ccaa9a
RGB Decimal204, 170, 154rgb(204, 170, 154)
RGB Percent80%, 67%, 60%rgb(80%, 67%, 60%)
CSS RGBa204, 170, 154,1rgba(204,170,154,1)
CMYK Modelcmyk(0%,17%,25%,20%)
HSL Color Space19,33% ,70%hsl(19,33% ,70%)
HSV Color Space19°, 25%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001010101010011010
Octal314252232
Decimal204170154
Hexccaa9a

Different shades of #ccaa9a color code.

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

Light Shade of #ccaa9a
#ddc7bc
Dark Shade of #ccaa9a
#bb8d78
Saturated Shade of #ccaa9a
#d4a792
Desaturated Shade of #ccaa9a
#c4ada2
Grey scale Shade of #ccaa9a
#b3b3b3
Brighten Shade
#e5c3b3
Most Readable Shade
#000000

Shades of #ccaa9a color code

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

#ccaa9a
#b59788
#9e8477
#887166
#715e55
#5a4b44
#443833
#2d2522
#161211
#000000

Similar Color like #ccaa9a color

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

#cdab9b
#ceac9c
#cfad9d
#d0ae9e
#d1af9f
#d2b0a0
#d3b1a1
#d4b2a2
#d5b3a3
#d6b4a4
#d7b5a5
#d8b6a6
#d9b7a7
#dab8a8
#cba999
#caa898
#c9a797
#c8a696
#c7a595
#c6a494
#c5a393
#c4a292
#c3a191
#c2a090
#c19f8f
#c09e8e
#bf9d8d
#be9c8c

Monochromatic Color with #ccaa9a

#ccaa9a
#f6cdba
#221c1a
#4c403a
#77635a
#a1877a

Tints of #ccaa9a Color

#ccaa9a
#d1b3a5
#d7bcb0
#ddc6bb
#e2cfc6
#e8d9d2
#eee2dd
#f3ece8
#f9f5f3
#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

#ccaa9a
#9abccc

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

Split Complementary

#ccaa9a
#9accc3
#9aa3cc

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

Analogous Color

#cc9a9e
#cca09a
#ccaa9a
#ccb49a
#ccbe9a

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

#ccaa9a
#9accaa
#aa9acc

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

#ccaa9a
#a3cc9a
#9abccc
#c39acc

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

#ccaa9a
#9abccc
#9aa3cc
#ccc39a

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

#ccaa9a Color Code Preview on Black Background Color

This is how #ccaa9a Color will look on black background color. Color contrast ratio is 9.78

#ccaa9a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccaa9a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccaa9a

#ccaa9a color code is use for CSS Background Color

Background color for the above div is #ccaa9a

HTML with inline CSS

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

#ccaa9a color code is use for CSS Border Color

CSS Border color for the above div is #ccaa9a

HTML with inline CSS

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

CSS Border Left color for the above div is #ccaa9a

HTML with inline CSS

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

CSS Border Right color for the above div is #ccaa9a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccaa9a

HTML with inline CSS

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

CSS Border Top color for the above div is #ccaa9a

HTML with inline CSS

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

#ccaa9a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccaa9a Color code Preview on White Background

This is how #ccaa9a Color code will look on white background color. Color contrast ratio is 2.15

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

Related Gradients

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

0 Likes 0 Comments | 13 Views

Post your comment:-

By submitting comment you agree to our privacy policy.