COLOR #C56117

HEX: #C56117
RGB: (197,97,23)

Color info

#C56117 contains mainly red color. Web safe color of #C56117 is #CC6600 (or #C60).

RGB color model

#C56117 color RGB value is (197,97,23).

  • red value is 197;
  • green value is 97;
  • blue value is 23.
RGB:
(197,97,23)
(77%,38%,9%)

RGB channels and saturation

R 197 of 255 = 77%
G 97 of 255 = 38%
B 23 of 255 = 9%

197
97
23

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

Portions of RGB colors in percentages

R + G + B =
197 + 97 + 23 = 317 (100%)
R 197 of 317 ~ 62.15%
G 97 of 317 ~ 30.6%
B 23 of 317 ~ 7.26%

%62.15
%30.6

CMYK color model

#C56117 color CMYK value is (0,51,88,23).

  • cyan value is 0.00%
  • magenta value is 50.76%
  • yellow value is 88.32%
  • key color value is 22.75%
CMYK:
(0,51,88,23)
C0M51Y88K23 
(0%,51%,88%,23%)
(0.00/0.51/0.88/0.23)	

CMYK percentages

%0
%50.76
%88.32
%22.75

Codes

Color #C56117 in popluar color models

C56117
RGB1979723
HSL26°79.09%43.14%
HSB/HSV26°88.32%77.25%
CMYK0.00%50.76%88.32%
22.75%

Color #C56117 in popluar number systems.

HEXC56117
Decimal1979723
Binary11000101110000110111
Octal30514127

Shades and tints

Shades of #C56117

#C56117
(197,97,23)
#B45915
(180,89,21)
#A35113
(163,81,19)
#924911
(146,73,17)
#81410F
(129,65,15)
#70390D
(112,57,13)
#5F310B
(95,49,11)
#4E2909
(78,41,9)
#3D2107
(61,33,7)
#2C1905
(44,25,5)
#1B1103
(27,17,3)
#000000
(0,0,0)

Tints of #C56117

#C56117
(197,97,23)
#CA6F2C
(202,111,44)
#CF7D41
(207,125,65)
#D48B56
(212,139,86)
#D9996B
(217,153,107)
#DEA780
(222,167,128)
#E3B595
(227,181,149)
#E8C3AA
(232,195,170)
#EDD1BF
(237,209,191)
#F2DFD4
(242,223,212)
#F7EDE9
(247,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C56117 color. Also use rgb(197,97,23) instead hex code.

Text Font Color

.myTextColor { color: #C56117; }

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

This text font color is #C56117.


Background Color

.myBgColor { background-color: #C56117; }

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

This div background color is #C56117.


Border color

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

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

This div border color is #C56117.


Opacity

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

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

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

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

This text has shadow with #C56117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56117 on black background.


Color preview on white background

This text has color #C56117 on white background.



Black color preview on #C56117 background

This text has black color on #C56117 background.


White color preview on #C56117 background

This text has white color on #C56117 background.