COLOR #C47B6F

HEX: #C47B6F RGB: (196,123,111)

Color info

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

RGB color model

#C47B6F color RGB value is (196,123,111).

RGB: (196,123,111) (77%, 48%, 44%)

RGB channels and saturation

R 196 of 255 = 77%
G 123 of 255 = 48%
B 111 of 255 = 44%

196
123
111

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

Portions of RGB colors in percentages

R + G + B = 196 + 123 + 111 = 430 (100%)
R 196 of 430 ~ 45.58%
G 123 of 430 ~ 28.6%
B 111 of 430 ~ 25.81'%

%45.58
%28.6
%25.81

CMYK color model

#C47B6F color CMYK value is (0,37,43,23).

  • cyan value is 0.00%
  • magenta value is 37.24%
  • yellow value is 43.37%
  • key color value is 23.14%
CMYK: (0,37,43,23) C0M37Y43K23 (0%,37%,43%,23%) (0.00/0.37/0.43/0.23) 

CMYK percentages

%0
%37.24
%43.37
%23.14

Codes

Color #C47B6F in popluar color models

C4 7B 6F
RGB 196 123 111
HSL 41.87% 60.20%
HSB/HSV 43.37% 76.86%
CMYK 0.00% 37.24% 43.37%
23.14%

Color #C47B6F in popluar number systems.

HEX C4 7B 6F
Decimal 196 123 111
Binary 11000100 1111011 1101111
Octal 304 173 157

Shades and tints

Shades of #C47B6F

#C47B6F
(196,123,111)
#B37065
(179,112,101)
#A2655B
(162,101,91)
#915A51
(145,90,81)
#804F47
(128,79,71)
#6F443D
(111,68,61)
#5E3933
(94,57,51)
#4D2E29
(77,46,41)
#3C231F
(60,35,31)
#2B1815
(43,24,21)
#1A0D0B
(26,13,11)
#000000
(0,0,0)

Tints of #C47B6F

#C47B6F
(196,123,111)
#C9877C
(201,135,124)
#CE9389
(206,147,137)
#D39F96
(211,159,150)
#D8ABA3
(216,171,163)
#DDB7B0
(221,183,176)
#E2C3BD
(226,195,189)
#E7CFCA
(231,207,202)
#ECDBD7
(236,219,215)
#F1E7E4
(241,231,228)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47B6F color. Also use rgb(196,123,111) instead hex code.

Text Font Color

.myTextColor { color: #C47B6F; }

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

This text font color is #C47B6F.

Background Color

.myBgColor { background-color: #C47B6F; }

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

This div background color is #C47B6F.

Border color

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

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

This div border color is #C47B6F.

Opacity

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

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

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

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

This text has shadow with #C47B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C47B6F.

Preview

Color preview on black background

This text has color #C47B6F on black background.


Color preview on white background

This text has color #C47B6F on white background.


Black color preview on #C47B6F background

This text has black color on #C47B6F background.


White color preview on #C47B6F background

This text has white color on #C47B6F background.


Related colors

Complementary color

Complementary color for #hex is #3B8490.


I love getcolorcode.com

Triadic colors

1 #6FC47B and #7B6FC4 with #C47B6F are triadic colors.

2 #6F7BC4 and #7BC46F with #C47B6F are triadic colors.