COLOR #C47C65

HEX: #C47C65
RGB: (196,124,101)

Color info

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

RGB color model

#C47C65 color RGB value is (196,124,101).

  • red value is 196;
  • green value is 124;
  • blue value is 101.
RGB:
(196,124,101)
(77%,49%,40%)

RGB channels and saturation

R 196 of 255 = 77%
G 124 of 255 = 49%
B 101 of 255 = 40%

196
124
101

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

Portions of RGB colors in percentages

R + G + B =
196 + 124 + 101 = 421 (100%)
R 196 of 421 ~ 46.56%
G 124 of 421 ~ 29.45%
B 101 of 421 ~ 23.99%

%46.56
%29.45
%23.99

CMYK color model

#C47C65 color CMYK value is (0,37,48,23).

  • cyan value is 0.00%
  • magenta value is 36.73%
  • yellow value is 48.47%
  • key color value is 23.14%
CMYK:
(0,37,48,23)
C0M37Y48K23 
(0%,37%,48%,23%)
(0.00/0.37/0.48/0.23)	

CMYK percentages

%0
%36.73
%48.47
%23.14

Codes

Color #C47C65 in popluar color models

C47C65
RGB196124101
HSL15°44.60%58.24%
HSB/HSV15°48.47%76.86%
CMYK0.00%36.73%48.47%
23.14%

Color #C47C65 in popluar number systems.

HEXC47C65
Decimal196124101
Binary1100010011111001100101
Octal304174145

Shades and tints

Shades of #C47C65

#C47C65
(196,124,101)
#B3715C
(179,113,92)
#A26653
(162,102,83)
#915B4A
(145,91,74)
#805041
(128,80,65)
#6F4538
(111,69,56)
#5E3A2F
(94,58,47)
#4D2F26
(77,47,38)
#3C241D
(60,36,29)
#2B1914
(43,25,20)
#1A0E0B
(26,14,11)
#000000
(0,0,0)

Tints of #C47C65

#C47C65
(196,124,101)
#C98773
(201,135,115)
#CE9281
(206,146,129)
#D39D8F
(211,157,143)
#D8A89D
(216,168,157)
#DDB3AB
(221,179,171)
#E2BEB9
(226,190,185)
#E7C9C7
(231,201,199)
#ECD4D5
(236,212,213)
#F1DFE3
(241,223,227)
#F6EAF1
(246,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47C65 color. Also use rgb(196,124,101) instead hex code.

Text Font Color

.myTextColor { color: #C47C65; }

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

This text font color is #C47C65.


Background Color

.myBgColor { background-color: #C47C65; }

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

This div background color is #C47C65.


Border color

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

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

This div border color is #C47C65.


Opacity

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

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

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

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

This text has shadow with #C47C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47C65 on black background.


Color preview on white background

This text has color #C47C65 on white background.



Black color preview on #C47C65 background

This text has black color on #C47C65 background.


White color preview on #C47C65 background

This text has white color on #C47C65 background.