crispedge.com

Color picker

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

#cc7244 hex color - Orange - Warm color - Information

#cc7244 hex color - Orange - Warm color

Color Hue/Base color: Orange

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

Hex #cc7244 color code is between #bb7733 web safe hex color code and #dd6655 web safe hex color code. #bb7733 is the nearest web safe color code. You can see here many more shades of #cc7244 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codecc7244#cc7244
RGB Decimal204, 114, 68rgb(204, 114, 68)
RGB Percent80%, 45%, 27%rgb(80%, 45%, 27%)
CSS RGBa204, 114, 68,1rgba(204,114,68,1)
CMYK Modelcmyk(0%,44%,67%,20%)
HSL Color Space20,57% ,53%hsl(20,57% ,53%)
HSV Color Space20°, 67%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000111001001000100
Octal314162104
Decimal20411468
Hexcc7244

Different shades of #cc7244 color code.

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

Light Shade of #cc7244
#d7906c
Dark Shade of #cc7244
#ae5a2f
Saturated Shade of #cc7244
#d86e38
Desaturated Shade of #cc7244
#c07650
Grey scale Shade of #cc7244
#888888
Brighten Shade
#e58b5d
Most Readable Shade
#000000

Shades of #cc7244 color code

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

#cc7244
#b5653c
#9e5834
#884c2d
#713f25
#5a321e
#442616
#2d190f
#160c07
#000000

Similar Color like #cc7244 color

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

#cd7345
#ce7446
#cf7547
#d07648
#d17749
#d2784a
#d3794b
#d47a4c
#d57b4d
#d67c4e
#d77d4f
#d87e50
#d97f51
#da8052
#cb7143
#ca7042
#c96f41
#c86e40
#c76d3f
#c66c3e
#c56b3d
#c46a3c
#c3693b
#c2683a
#c16739
#c06638
#bf6537
#be6436

Monochromatic Color with #cc7244

#cc7244
#f68a52
#22130b
#4c2b19
#774228
#a15a36

Tints of #cc7244 Color

#cc7244
#d18158
#d7916d
#dda182
#e2b097
#e8c0ab
#eed0c0
#f3dfd5
#f9efea
#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

#cc7244
#449ecc

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

Split Complementary

#cc7244
#44ccb6
#445acc

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

Analogous Color

#cc444c
#cc5744
#cc7244
#cc8d44
#cca844

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

#cc7244
#44cc72
#7244cc

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

#cc7244
#5acc44
#449ecc
#b644cc

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

#cc7244
#449ecc
#445acc
#ccb644

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

#cc7244 Color Code Preview on Black Background Color

This is how #cc7244 Color will look on black background color. Color contrast ratio is 6.06

#cc7244 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc7244

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc7244

#cc7244 color code is use for CSS Background Color

Background color for the above div is #cc7244

HTML with inline CSS

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

#cc7244 color code is use for CSS Border Color

CSS Border color for the above div is #cc7244

HTML with inline CSS

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

CSS Border Left color for the above div is #cc7244

HTML with inline CSS

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

CSS Border Right color for the above div is #cc7244

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc7244

HTML with inline CSS

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

CSS Border Top color for the above div is #cc7244

HTML with inline CSS

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

#cc7244 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc7244 Color code Preview on White Background

This is how #cc7244 Color code will look on white background color. Color contrast ratio is 3.47

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.