COLOR #C47463

HEX: #C47463
RGB: (196,116,99)

Color info

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

RGB color model

#C47463 color RGB value is (196,116,99).

  • red value is 196;
  • green value is 116;
  • blue value is 99.
RGB:
(196,116,99)
(77%,45%,39%)

RGB channels and saturation

R 196 of 255 = 77%
G 116 of 255 = 45%
B 99 of 255 = 39%

196
116
99

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

Portions of RGB colors in percentages

R + G + B =
196 + 116 + 99 = 411 (100%)
R 196 of 411 ~ 47.69%
G 116 of 411 ~ 28.22%
B 99 of 411 ~ 24.09%

%47.69
%28.22
%24.09

CMYK color model

#C47463 color CMYK value is (0,41,49,23).

  • cyan value is 0.00%
  • magenta value is 40.82%
  • yellow value is 49.49%
  • key color value is 23.14%
CMYK:
(0,41,49,23)
C0M41Y49K23 
(0%,41%,49%,23%)
(0.00/0.41/0.49/0.23)	

CMYK percentages

%0
%40.82
%49.49
%23.14

Codes

Color #C47463 in popluar color models

C47463
RGB19611699
HSL11°45.12%57.84%
HSB/HSV11°49.49%76.86%
CMYK0.00%40.82%49.49%
23.14%

Color #C47463 in popluar number systems.

HEXC47463
Decimal19611699
Binary1100010011101001100011
Octal304164143

Shades and tints

Shades of #C47463

#C47463
(196,116,99)
#B36A5A
(179,106,90)
#A26051
(162,96,81)
#915648
(145,86,72)
#804C3F
(128,76,63)
#6F4236
(111,66,54)
#5E382D
(94,56,45)
#4D2E24
(77,46,36)
#3C241B
(60,36,27)
#2B1A12
(43,26,18)
#1A1009
(26,16,9)
#000000
(0,0,0)

Tints of #C47463

#C47463
(196,116,99)
#C98071
(201,128,113)
#CE8C7F
(206,140,127)
#D3988D
(211,152,141)
#D8A49B
(216,164,155)
#DDB0A9
(221,176,169)
#E2BCB7
(226,188,183)
#E7C8C5
(231,200,197)
#ECD4D3
(236,212,211)
#F1E0E1
(241,224,225)
#F6ECEF
(246,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47463 color. Also use rgb(196,116,99) instead hex code.

Text Font Color

.myTextColor { color: #C47463; }

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

This text font color is #C47463.


Background Color

.myBgColor { background-color: #C47463; }

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

This div background color is #C47463.


Border color

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

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

This div border color is #C47463.


Opacity

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

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

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

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

This text has shadow with #C47463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47463 on black background.


Color preview on white background

This text has color #C47463 on white background.



Black color preview on #C47463 background

This text has black color on #C47463 background.


White color preview on #C47463 background

This text has white color on #C47463 background.