crispedge.com

Color picker

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

#cc6644 hex color - Orange - Warm color - Information

#cc6644 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #cc6644 Color code in RGB color code model is created after adding 80% red color, 40% green color and 26.67% blue color. Hex #cc6644 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 67% yellow and 20% black.

Hex #cc6644 color code is a web safe color. Next web safe color code is #bb5533 and previous web safe color code is #dd7755. You can see here many more shades of #cc6644 color code.

0 Likes 0 Comments | 9 Views

Color Table

Hex Color Codecc6644#cc6644
RGB Decimal204, 102, 68rgb(204, 102, 68)
RGB Percent80%, 40%, 27%rgb(80%, 40%, 27%)
CSS RGBa204, 102, 68,1rgba(204,102,68,1)
CMYK Modelcmyk(0%,50%,67%,20%)
HSL Color Space15,57% ,53%hsl(15,57% ,53%)
HSV Color Space15°, 67%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000110011001000100
Octal314146104
Decimal20410268
Hexcc6644

Different shades of #cc6644 color code.

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

Light Shade of #cc6644
#d7876c
Dark Shade of #cc6644
#ae4f2f
Saturated Shade of #cc6644
#d86038
Desaturated Shade of #cc6644
#c06c50
Grey scale Shade of #cc6644
#888888
Brighten Shade
#e57f5d
Most Readable Shade
#FFFFFF

Shades of #cc6644 color code

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

#cc6644
#b55a3c
#9e4f34
#88442d
#713825
#5a2d1e
#442216
#2d160f
#160b07
#000000

Similar Color like #cc6644 color

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

#cd6745
#ce6846
#cf6947
#d06a48
#d16b49
#d26c4a
#d36d4b
#d46e4c
#d56f4d
#d6704e
#d7714f
#d87250
#d97351
#da7452
#cb6543
#ca6442
#c96341
#c86240
#c7613f
#c6603e
#c55f3d
#c45e3c
#c35d3b
#c25c3a
#c15b39
#c05a38
#bf5937
#be5836

Monochromatic Color with #cc6644

#cc6644
#f67b52
#22110b
#4c2619
#773b28
#a15136

Tints of #cc6644 Color

#cc6644
#d17758
#d7886d
#dd9982
#e2aa97
#e8bbab
#eeccc0
#f3ddd5
#f9eeea
#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

#cc6644
#44aacc

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

Split Complementary

#cc6644
#44ccaa
#4466cc

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

Analogous Color

#cc4458
#cc4b44
#cc6644
#cc8144
#cc9c44

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

#cc6644
#44cc66
#6644cc

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

#cc6644
#66cc44
#44aacc
#aa44cc

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

#cc6644
#44aacc
#4466cc
#ccaa44

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

#cc6644 Color Code Preview on Black Background Color

This is how #cc6644 Color will look on black background color. Color contrast ratio is 5.55

#cc6644 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc6644

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc6644

#cc6644 color code is use for CSS Background Color

Background color for the above div is #cc6644

HTML with inline CSS

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

#cc6644 color code is use for CSS Border Color

CSS Border color for the above div is #cc6644

HTML with inline CSS

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

CSS Border Left color for the above div is #cc6644

HTML with inline CSS

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

CSS Border Right color for the above div is #cc6644

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc6644

HTML with inline CSS

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

CSS Border Top color for the above div is #cc6644

HTML with inline CSS

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

#cc6644 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc6644 Color code Preview on White Background

This is how #cc6644 Color code will look on white background color. Color contrast ratio is 3.78

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

Related Gradients

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

0 Likes 0 Comments | 9 Views

Post your comment:-

By submitting comment you agree to our privacy policy.