COLOR #C56F52

HEX: #C56F52
RGB: (197,111,82)

Color info

#C56F52 contains mainly red color. Web safe color of #C56F52 is #CC6666 (or #C66).

RGB color model

#C56F52 color RGB value is (197,111,82).

  • red value is 197;
  • green value is 111;
  • blue value is 82.
RGB:
(197,111,82)
(77%,44%,32%)

RGB channels and saturation

R 197 of 255 = 77%
G 111 of 255 = 44%
B 82 of 255 = 32%

197
111
82

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

Portions of RGB colors in percentages

R + G + B =
197 + 111 + 82 = 390 (100%)
R 197 of 390 ~ 50.51%
G 111 of 390 ~ 28.46%
B 82 of 390 ~ 21.03%

%50.51
%28.46
%21.03

CMYK color model

#C56F52 color CMYK value is (0,44,58,23).

  • cyan value is 0.00%
  • magenta value is 43.65%
  • yellow value is 58.38%
  • key color value is 22.75%
CMYK:
(0,44,58,23)
C0M44Y58K23 
(0%,44%,58%,23%)
(0.00/0.44/0.58/0.23)	

CMYK percentages

%0
%43.65
%58.38
%22.75

Codes

Color #C56F52 in popluar color models

C56F52
RGB19711182
HSL15°49.78%54.71%
HSB/HSV15°58.38%77.25%
CMYK0.00%43.65%58.38%
22.75%

Color #C56F52 in popluar number systems.

HEXC56F52
Decimal19711182
Binary1100010111011111010010
Octal305157122

Shades and tints

Shades of #C56F52

#C56F52
(197,111,82)
#B4654B
(180,101,75)
#A35B44
(163,91,68)
#92513D
(146,81,61)
#814736
(129,71,54)
#703D2F
(112,61,47)
#5F3328
(95,51,40)
#4E2921
(78,41,33)
#3D1F1A
(61,31,26)
#2C1513
(44,21,19)
#1B0B0C
(27,11,12)
#000000
(0,0,0)

Tints of #C56F52

#C56F52
(197,111,82)
#CA7C61
(202,124,97)
#CF8970
(207,137,112)
#D4967F
(212,150,127)
#D9A38E
(217,163,142)
#DEB09D
(222,176,157)
#E3BDAC
(227,189,172)
#E8CABB
(232,202,187)
#EDD7CA
(237,215,202)
#F2E4D9
(242,228,217)
#F7F1E8
(247,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C56F52 color. Also use rgb(197,111,82) instead hex code.

Text Font Color

.myTextColor { color: #C56F52; }

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

This text font color is #C56F52.


Background Color

.myBgColor { background-color: #C56F52; }

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

This div background color is #C56F52.


Border color

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

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

This div border color is #C56F52.


Opacity

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

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

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

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

This text has shadow with #C56F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56F52 on black background.


Color preview on white background

This text has color #C56F52 on white background.



Black color preview on #C56F52 background

This text has black color on #C56F52 background.


White color preview on #C56F52 background

This text has white color on #C56F52 background.