crispedge.com

Color picker

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

#ccb69a hex color - Brown - Warm color - Information

#ccb69a hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

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

Hex #ccb69a color code is between #bbbb99 web safe hex color code and #ddaaaa web safe hex color code. #bbbb99 is the nearest web safe color code. You can see here many more shades of #ccb69a color code.

0 Likes 0 Comments | 14 Views

Color Table

Hex Color Codeccb69a#ccb69a
RGB Decimal204, 182, 154rgb(204, 182, 154)
RGB Percent80%, 71%, 60%rgb(80%, 71%, 60%)
CSS RGBa204, 182, 154,1rgba(204,182,154,1)
CMYK Modelcmyk(0%,11%,25%,20%)
HSL Color Space34,33% ,70%hsl(34,33% ,70%)
HSV Color Space34°, 25%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001011011010011010
Octal314266232
Decimal204182154
Hexccb69a

Different shades of #ccb69a color code.

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

Light Shade of #ccb69a
#ddcebc
Dark Shade of #ccb69a
#bb9d78
Saturated Shade of #ccb69a
#d4b792
Desaturated Shade of #ccb69a
#c4b5a2
Grey scale Shade of #ccb69a
#b3b3b3
Brighten Shade
#e5cfb3
Most Readable Shade
#000000

Shades of #ccb69a color code

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

#ccb69a
#b5a188
#9e8d77
#887966
#716555
#5a5044
#443c33
#2d2822
#161411
#000000

Similar Color like #ccb69a color

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

#cdb79b
#ceb89c
#cfb99d
#d0ba9e
#d1bb9f
#d2bca0
#d3bda1
#d4bea2
#d5bfa3
#d6c0a4
#d7c1a5
#d8c2a6
#d9c3a7
#dac4a8
#cbb599
#cab498
#c9b397
#c8b296
#c7b195
#c6b094
#c5af93
#c4ae92
#c3ad91
#c2ac90
#c1ab8f
#c0aa8e
#bfa98d
#bea88c

Monochromatic Color with #ccb69a

#ccb69a
#f6dcba
#221e1a
#4c443a
#776a5a
#a1907a

Tints of #ccb69a Color

#ccb69a
#d1bea5
#d7c6b0
#ddcebb
#e2d6c6
#e8ded2
#eee6dd
#f3eee8
#f9f6f3
#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

#ccb69a
#9ab0cc

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

Split Complementary

#ccb69a
#9ac9cc
#9d9acc

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

Analogous Color

#cca29a
#ccac9a
#ccb69a
#ccc09a
#ccca9a

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

#ccb69a
#9accb6
#b69acc

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

#ccb69a
#9acc9d
#9ab0cc
#cc9ac9

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

#ccb69a
#9ab0cc
#9d9acc
#c9cc9a

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

#ccb69a Color Code Preview on Black Background Color

This is how #ccb69a Color will look on black background color. Color contrast ratio is 10.73

#ccb69a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccb69a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccb69a

#ccb69a color code is use for CSS Background Color

Background color for the above div is #ccb69a

HTML with inline CSS

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

#ccb69a color code is use for CSS Border Color

CSS Border color for the above div is #ccb69a

HTML with inline CSS

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

CSS Border Left color for the above div is #ccb69a

HTML with inline CSS

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

CSS Border Right color for the above div is #ccb69a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccb69a

HTML with inline CSS

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

CSS Border Top color for the above div is #ccb69a

HTML with inline CSS

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

#ccb69a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccb69a Color code Preview on White Background

This is how #ccb69a Color code will look on white background color. Color contrast ratio is 1.96

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

Related Gradients

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

0 Likes 0 Comments | 14 Views

Post your comment:-

By submitting comment you agree to our privacy policy.