COLOR #C56470

HEX: #C56470 RGB: (197,100,112)

Color info

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

RGB color model

#C56470 color RGB value is (197,100,112).

RGB: (197,100,112) (77%, 39%, 44%)

RGB channels and saturation

R 197 of 255 = 77%
G 100 of 255 = 39%
B 112 of 255 = 44%

197
100
112

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

Portions of RGB colors in percentages

R + G + B = 197 + 100 + 112 = 409 (100%)
R 197 of 409 ~ 48.17%
G 100 of 409 ~ 24.45%
B 112 of 409 ~ 27.38'%

%48.17
%24.45
%27.38

CMYK color model

#C56470 color CMYK value is (0,49,43,23).

  • cyan value is 0.00%
  • magenta value is 49.24%
  • yellow value is 43.15%
  • key color value is 22.75%

CMYK: (0,49,43,23)
C0M49Y43K23 (0%, 49%, 43%, 23%)
(0.00 / 0.49 / 0.43 / 0.23)

CMYK percentages

%0
%49.24
%43.15
%22.75

Codes

Color #C56470 in popluar color models

C5 64 70
RGB 197 100 112
HSL 353° 45.54% 58.24%
HSB/HSV 353° 49.24% 77.25%
CMYK 0.00% 49.24% 43.15%
22.75%

Color #C56470 in popluar number systems.

HEX C5 64 70
Decimal 197 100 112
Binary 11000101 1100100 1110000
Octal 305 144 160

Shades and tints

Shades of #C56470

#C56470
(197,100,112)
#B45B66
(180,91,102)
#A3525C
(163,82,92)
#924952
(146,73,82)
#814048
(129,64,72)
#70373E
(112,55,62)
#5F2E34
(95,46,52)
#4E252A
(78,37,42)
#3D1C20
(61,28,32)
#2C1316
(44,19,22)
#1B0A0C
(27,10,12)
#000000
(0,0,0)

Tints of #C56470

#C56470
(197,100,112)
#CA727D
(202,114,125)
#CF808A
(207,128,138)
#D48E97
(212,142,151)
#D99CA4
(217,156,164)
#DEAAB1
(222,170,177)
#E3B8BE
(227,184,190)
#E8C6CB
(232,198,203)
#EDD4D8
(237,212,216)
#F2E2E5
(242,226,229)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C56470 color. Also use rgb(197,100,112) instead hex code.

Text Font Color

.myTextColor { color: #C56470; }

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

This text font color is #C56470.

Background Color

.myBgColor { background-color: #C56470; }

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

This div background color is #C56470.

Border color

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

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

This div border color is #C56470.

Opacity

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

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

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

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

This text has shadow with #C56470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C56470.

Preview

Color preview on black background

This text has color #C56470 on black background.


Color preview on white background

This text has color #C56470 on white background.


Black color preview on #C56470 background

This text has black color on #C56470 background.


White color preview on #C56470 background

This text has white color on #C56470 background.


Related colors

Complementary color

Complementary color for #hex is #3A9B8F.


I love getcolorcode.com

Triadic colors

1 #70C564 and #6470C5 with #C56470 are triadic colors.

2 #7064C5 and #64C570 with #C56470 are triadic colors.