COLOR #C4786B

HEX: #C4786B
RGB: (196,120,107)

Color info

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

RGB color model

#C4786B color RGB value is (196,120,107).

  • red value is 196;
  • green value is 120;
  • blue value is 107.
RGB:
(196,120,107)
(77%,47%,42%)

RGB channels and saturation

R 196 of 255 = 77%
G 120 of 255 = 47%
B 107 of 255 = 42%

196
120
107

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

Portions of RGB colors in percentages

R + G + B =
196 + 120 + 107 = 423 (100%)
R 196 of 423 ~ 46.34%
G 120 of 423 ~ 28.37%
B 107 of 423 ~ 25.3%

%46.34
%28.37
%25.3

CMYK color model

#C4786B color CMYK value is (0,39,45,23).

  • cyan value is 0.00%
  • magenta value is 38.78%
  • yellow value is 45.41%
  • key color value is 23.14%
CMYK:
(0,39,45,23)
C0M39Y45K23 
(0%,39%,45%,23%)
(0.00/0.39/0.45/0.23)	

CMYK percentages

%0
%38.78
%45.41
%23.14

Codes

Color #C4786B in popluar color models

C4786B
RGB196120107
HSL43.00%59.41%
HSB/HSV45.41%76.86%
CMYK0.00%38.78%45.41%
23.14%

Color #C4786B in popluar number systems.

HEXC4786B
Decimal196120107
Binary1100010011110001101011
Octal304170153

Shades and tints

Shades of #C4786B

#C4786B
(196,120,107)
#B36E62
(179,110,98)
#A26459
(162,100,89)
#915A50
(145,90,80)
#805047
(128,80,71)
#6F463E
(111,70,62)
#5E3C35
(94,60,53)
#4D322C
(77,50,44)
#3C2823
(60,40,35)
#2B1E1A
(43,30,26)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #C4786B

#C4786B
(196,120,107)
#C98478
(201,132,120)
#CE9085
(206,144,133)
#D39C92
(211,156,146)
#D8A89F
(216,168,159)
#DDB4AC
(221,180,172)
#E2C0B9
(226,192,185)
#E7CCC6
(231,204,198)
#ECD8D3
(236,216,211)
#F1E4E0
(241,228,224)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4786B color. Also use rgb(196,120,107) instead hex code.

Text Font Color

.myTextColor { color: #C4786B; }

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

This text font color is #C4786B.


Background Color

.myBgColor { background-color: #C4786B; }

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

This div background color is #C4786B.


Border color

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

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

This div border color is #C4786B.


Opacity

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

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

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

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

This text has shadow with #C4786B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4786B on black background.


Color preview on white background

This text has color #C4786B on white background.



Black color preview on #C4786B background

This text has black color on #C4786B background.


White color preview on #C4786B background

This text has white color on #C4786B background.