COLOR #C56A49

HEX: #C56A49
RGB: (197,106,73)

Color info

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

RGB color model

#C56A49 color RGB value is (197,106,73).

  • red value is 197;
  • green value is 106;
  • blue value is 73.
RGB:
(197,106,73)
(77%,42%,29%)

RGB channels and saturation

R 197 of 255 = 77%
G 106 of 255 = 42%
B 73 of 255 = 29%

197
106
73

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

Portions of RGB colors in percentages

R + G + B =
197 + 106 + 73 = 376 (100%)
R 197 of 376 ~ 52.39%
G 106 of 376 ~ 28.19%
B 73 of 376 ~ 19.41%

%52.39
%28.19
%19.41

CMYK color model

#C56A49 color CMYK value is (0,46,63,23).

  • cyan value is 0.00%
  • magenta value is 46.19%
  • yellow value is 62.94%
  • key color value is 22.75%
CMYK:
(0,46,63,23)
C0M46Y63K23 
(0%,46%,63%,23%)
(0.00/0.46/0.63/0.23)	

CMYK percentages

%0
%46.19
%62.94
%22.75

Codes

Color #C56A49 in popluar color models

C56A49
RGB19710673
HSL16°51.67%52.94%
HSB/HSV16°62.94%77.25%
CMYK0.00%46.19%62.94%
22.75%

Color #C56A49 in popluar number systems.

HEXC56A49
Decimal19710673
Binary1100010111010101001001
Octal305152111

Shades and tints

Shades of #C56A49

#C56A49
(197,106,73)
#B46143
(180,97,67)
#A3583D
(163,88,61)
#924F37
(146,79,55)
#814631
(129,70,49)
#703D2B
(112,61,43)
#5F3425
(95,52,37)
#4E2B1F
(78,43,31)
#3D2219
(61,34,25)
#2C1913
(44,25,19)
#1B100D
(27,16,13)
#000000
(0,0,0)

Tints of #C56A49

#C56A49
(197,106,73)
#CA7759
(202,119,89)
#CF8469
(207,132,105)
#D49179
(212,145,121)
#D99E89
(217,158,137)
#DEAB99
(222,171,153)
#E3B8A9
(227,184,169)
#E8C5B9
(232,197,185)
#EDD2C9
(237,210,201)
#F2DFD9
(242,223,217)
#F7ECE9
(247,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C56A49 color. Also use rgb(197,106,73) instead hex code.

Text Font Color

.myTextColor { color: #C56A49; }

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

This text font color is #C56A49.


Background Color

.myBgColor { background-color: #C56A49; }

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

This div background color is #C56A49.


Border color

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

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

This div border color is #C56A49.


Opacity

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

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

Text with #C56A49 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 #C56A49;}

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

This text has shadow with #C56A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56A49 on black background.


Color preview on white background

This text has color #C56A49 on white background.



Black color preview on #C56A49 background

This text has black color on #C56A49 background.


White color preview on #C56A49 background

This text has white color on #C56A49 background.