crispedge.com

Color picker

Loading...

#ccbb99 hex color - Intimate Journal - Brown - Warm color - Information

#ccbb99 hex color - Intimate Journal - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #ccbb99 Color Code is also known as Intimate Journal color.

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

Hex #ccbb99 color code is a web safe color. Next web safe color code is #bbaa88 and previous web safe color code is #ddccaa. You can see here many more shades of #ccbb99 color code.

0 Likes 0 Comments | 121 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeccbb99#ccbb99
RGB Decimal204, 187, 153rgb(204, 187, 153)
RGB Percent80%, 73%, 60%rgb(80%, 73%, 60%)
CSS RGBa204, 187, 153,1rgba(204,187,153,1)
CMYK Modelcmyk(0%,8%,25%,20%)
HSL Color Space40,33% ,70%hsl(40,33% ,70%)
HSV Color Space40°, 25%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001011101110011001
Octal314273231
Decimal204187153
Hexccbb99

Different shades of #ccbb99 color code.

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

Light Shade of #ccbb99
#ddd2bb
Dark Shade of #ccbb99
#bba477
Saturated Shade of #ccbb99
#d4be91
Desaturated Shade of #ccbb99
#c4b8a1
Grey scale Shade of #ccbb99
#b3b3b3
Brighten Shade
#e5d4b2
Most Readable Shade
#000000

Shades of #ccbb99 color code

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

#ccbb99
#b5a688
#9e9177
#887c66
#716755
#5a5344
#443e33
#2d2922
#161411
#000000

Similar Color like #ccbb99 color

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

#cdbc9a
#cebd9b
#cfbe9c
#d0bf9d
#d1c09e
#d2c19f
#d3c2a0
#d4c3a1
#d5c4a2
#d6c5a3
#d7c6a4
#d8c7a5
#d9c8a6
#dac9a7
#cbba98
#cab997
#c9b896
#c8b795
#c7b694
#c6b593
#c5b492
#c4b391
#c3b290
#c2b18f
#c1b08e
#c0af8d
#bfae8c
#bead8b

Monochromatic Color with #ccbb99

#ccbb99
#f6e2b9
#221f19
#4c4639
#776d59
#a19479

Tints of #ccbb99 Color

#ccbb99
#d1c2a4
#d7caaf
#ddd1bb
#e2d9c6
#e8e0d1
#eee8dd
#f3efe8
#f9f7f3
#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

#ccbb99
#99aacc

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

Split Complementary

#ccbb99
#99c4cc
#a199cc

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

Analogous Color

#cca799
#ccb199
#ccbb99
#ccc599
#c9cc99

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

#ccbb99
#99ccbb
#bb99cc

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

#ccbb99
#99cca2
#99aacc
#cc99c3

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

#ccbb99
#99aacc
#a199cc
#c4cc99

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

#ccbb99 Color Code Preview on Black Background Color

This is how #ccbb99 Color will look on black background color. Color contrast ratio is 11.14

#ccbb99 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccbb99

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccbb99

#ccbb99 color code is use for CSS Background Color

Background color for the above div is #ccbb99

HTML with inline CSS

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

#ccbb99 color code is use for CSS Border Color

CSS Border color for the above div is #ccbb99

HTML with inline CSS

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

CSS Border Left color for the above div is #ccbb99

HTML with inline CSS

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

CSS Border Right color for the above div is #ccbb99

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccbb99

HTML with inline CSS

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

CSS Border Top color for the above div is #ccbb99

HTML with inline CSS

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

#ccbb99 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccbb99 Color code Preview on White Background

This is how #ccbb99 Color code will look on white background color. Color contrast ratio is 1.89

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(204,187,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(153,170,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,187,153,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 121 Views

Post your comment:-

By submitting comment you agree to our privacy policy.