COLOR #C56E37

HEX: #C56E37 RGB: (197,110,55)

Color info

#C56E37 contains mainly red color. Web safe color of #C56E37 is #CC6633 (or #C63).

RGB color model

#C56E37 color RGB value is (197,110,55).

RGB: (197,110,55) (77%, 43%, 22%)

RGB channels and saturation

R 197 of 255 = 77%
G 110 of 255 = 43%
B 55 of 255 = 22%

197
110
55

R + G + B ~ 47%. #C56E37 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 197 + 110 + 55 = 362 (100%)
R 197 of 362 ~ 54.42%
G 110 of 362 ~ 30.39%
B 55 of 362 ~ 15.19'%

%54.42
%30.39
%15.19

CMYK color model

#C56E37 color CMYK value is (0,44,72,23).

  • cyan value is 0.00%
  • magenta value is 44.16%
  • yellow value is 72.08%
  • key color value is 22.75%
CMYK: (0,44,72,23) C0M44Y72K23 (0%,44%,72%,23%) (0.00/0.44/0.72/0.23) 

CMYK percentages

%0
%44.16
%72.08
%22.75

Codes

Color #C56E37 in popluar color models

C5 6E 37
RGB 197 110 55
HSL 23° 56.35% 49.41%
HSB/HSV 23° 72.08% 77.25%
CMYK 0.00% 44.16% 72.08%
22.75%

Color #C56E37 in popluar number systems.

HEX C5 6E 37
Decimal 197 110 55
Binary 11000101 1101110 110111
Octal 305 156 67

Shades and tints

Shades of #C56E37

#C56E37
(197,110,55)
#B46432
(180,100,50)
#A35A2D
(163,90,45)
#925028
(146,80,40)
#814623
(129,70,35)
#703C1E
(112,60,30)
#5F3219
(95,50,25)
#4E2814
(78,40,20)
#3D1E0F
(61,30,15)
#2C140A
(44,20,10)
#1B0A05
(27,10,5)
#000000
(0,0,0)

Tints of #C56E37

#C56E37
(197,110,55)
#CA7B49
(202,123,73)
#CF885B
(207,136,91)
#D4956D
(212,149,109)
#D9A27F
(217,162,127)
#DEAF91
(222,175,145)
#E3BCA3
(227,188,163)
#E8C9B5
(232,201,181)
#EDD6C7
(237,214,199)
#F2E3D9
(242,227,217)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C56E37 color. Also use rgb(197,110,55) instead hex code.

Text Font Color

.myTextColor { color: #C56E37; }

<p style="color:#C56E37">This sample text font color is #C56E37.</p>

This text font color is #C56E37.

Background Color

.myBgColor { background-color: #C56E37; }

<div style="background-color:#C56E37">Inner text</div>

This div background color is #C56E37.

Border color

.myBorderColor { border: 1px solid #C56E37; }

<div style="border:3px solid #C56E37">Div</div>

This div border color is #C56E37.

Opacity

.myOpacity80 { color: #C56E37; opacity: 0.8; }

<p style="color:#C56E37;opacity:0.8;">80%</p>

Text with #C56E37 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C56E37;}

<p style="text-shadow: 3px 3px 1px #C56E37">Text here.</p>

This text has shadow with #C56E37 color.


.textShadow {text-shadow: 3px 3px 1px #C56E37', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C56E37, 5px 5px 20px red">Text here.</p>

This text has shadow with #C56E37 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C56E37, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C56E37, Direction=45, Strength=4)">Text</p>

This text has shadow with #C56E37 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C56E37;
-webkit-box-shadow: 1px 1px 3px 2px #C56E37;
box-shadow: 1px 1px 3px 2px #C56E37;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C56E37; -webkit-box-shadow: 1px 1px 3px 2px #C56E37; box-shadow:1px 1px 3px 2px #C56E37;">
Div content here
</div>

This div box has shadow with color #C56E37.

Preview

Color preview on black background

This text has color #C56E37 on black background.


Color preview on white background

This text has color #C56E37 on white background.


Black color preview on #C56E37 background

This text has black color on #C56E37 background.


White color preview on #C56E37 background

This text has white color on #C56E37 background.


Related colors

Complementary color

Complementary color for #hex is #3A91C8.


I love getcolorcode.com

Triadic colors

1 #37C56E and #6E37C5 with #C56E37 are triadic colors.

2 #376EC5 and #6EC537 with #C56E37 are triadic colors.