crispedge.com

Color picker

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

#ccc6bb hex color - Green - Warm color - Information

#ccc6bb hex color - Green - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Green

Hex #ccc6bb Color code in RGB color code model is created after adding 80% red color, 77.65% green color and 73.33% blue color. Hex #ccc6bb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 3% magenta, 8% yellow and 20% black.

Hex #ccc6bb color code is between #bbccaa web safe hex color code and #ddbbcc web safe hex color code. #bbccaa is the nearest web safe color code. You can see here many more shades of #ccc6bb color code.

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Codeccc6bb#ccc6bb
RGB Decimal204, 198, 187rgb(204, 198, 187)
RGB Percent80%, 78%, 73%rgb(80%, 78%, 73%)
CSS RGBa204, 198, 187,1rgba(204,198,187,1)
CMYK Modelcmyk(0%,3%,8%,20%)
HSL Color Space39,14% ,77%hsl(39,14% ,77%)
HSV Color Space39°, 8%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001100011010111011
Octal314306273
Decimal204198187
Hexccc6bb

Different shades of #ccc6bb color code.

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

Light Shade of #ccc6bb
#e2ded8
Dark Shade of #ccc6bb
#b6ae9e
Saturated Shade of #ccc6bb
#d2c8b5
Desaturated Shade of #ccc6bb
#c6c4c1
Grey scale Shade of #ccc6bb
#c3c3c3
Brighten Shade
#e5dfd4
Most Readable Shade
#000000

Shades of #ccc6bb color code

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

#ccc6bb
#b5b0a6
#9e9a91
#88847c
#716e67
#5a5853
#44423e
#2d2c29
#161614
#000000

Similar Color like #ccc6bb color

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

#cdc7bc
#cec8bd
#cfc9be
#d0cabf
#d1cbc0
#d2ccc1
#d3cdc2
#d4cec3
#d5cfc4
#d6d0c5
#d7d1c6
#d8d2c7
#d9d3c8
#dad4c9
#cbc5ba
#cac4b9
#c9c3b8
#c8c2b7
#c7c1b6
#c6c0b5
#c5bfb4
#c4beb3
#c3bdb2
#c2bcb1
#c1bbb0
#c0baaf
#bfb9ae
#beb8ad

Monochromatic Color with #ccc6bb

#ccc6bb
#f6efe2
#22211f
#4c4a46
#77736d
#a19d94

Tints of #ccc6bb Color

#ccc6bb
#d1ccc2
#d7d2ca
#ddd9d1
#e2dfd9
#e8e5e0
#eeece8
#f3f2ef
#f9f8f7
#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

#ccc6bb
#bbc1cc

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

Split Complementary

#ccc6bb
#bbcacc
#bdbbcc

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

Analogous Color

#ccbfbb
#ccc3bb
#ccc6bb
#ccc9bb
#cbccbb

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

#ccc6bb
#bbccc6
#c6bbcc

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

#ccc6bb
#bbccbd
#bbc1cc
#ccbbc9

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

#ccc6bb
#bbc1cc
#bdbbcc
#caccbb

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

#ccc6bb Color Code Preview on Black Background Color

This is how #ccc6bb Color will look on black background color. Color contrast ratio is 12.36

#ccc6bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccc6bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccc6bb

#ccc6bb color code is use for CSS Background Color

Background color for the above div is #ccc6bb

HTML with inline CSS

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

#ccc6bb color code is use for CSS Border Color

CSS Border color for the above div is #ccc6bb

HTML with inline CSS

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

CSS Border Left color for the above div is #ccc6bb

HTML with inline CSS

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

CSS Border Right color for the above div is #ccc6bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccc6bb

HTML with inline CSS

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

CSS Border Top color for the above div is #ccc6bb

HTML with inline CSS

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

#ccc6bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccc6bb Color code Preview on White Background

This is how #ccc6bb Color code will look on white background color. Color contrast ratio is 1.70

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

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.