COLOR #C46056

HEX: #C46056 RGB: (196,96,86)

Color info

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

RGB color model

#C46056 color RGB value is (196,96,86).

RGB: (196,96,86) (77%, 38%, 34%)

RGB channels and saturation

R 196 of 255 = 77%
G 96 of 255 = 38%
B 86 of 255 = 34%

196
96
86

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

Portions of RGB colors in percentages

R + G + B = 196 + 96 + 86 = 378 (100%)
R 196 of 378 ~ 51.85%
G 96 of 378 ~ 25.4%
B 86 of 378 ~ 22.75'%

%51.85
%25.4
%22.75

CMYK color model

#C46056 color CMYK value is (0,51,56,23).

  • cyan value is 0.00%
  • magenta value is 51.02%
  • yellow value is 56.12%
  • key color value is 23.14%

CMYK: (0,51,56,23)
C0M51Y56K23 (0%, 51%, 56%, 23%)
(0.00 / 0.51 / 0.56 / 0.23)

CMYK percentages

%0
%51.02
%56.12
%23.14

Codes

Color #C46056 in popluar color models

C4 60 56
RGB 196 96 86
HSL 48.25% 55.29%
HSB/HSV 56.12% 76.86%
CMYK 0.00% 51.02% 56.12%
23.14%

Color #C46056 in popluar number systems.

HEX C4 60 56
Decimal 196 96 86
Binary 11000100 1100000 1010110
Octal 304 140 126

Shades and tints

Shades of #C46056

#C46056
(196,96,86)
#B3584F
(179,88,79)
#A25048
(162,80,72)
#914841
(145,72,65)
#80403A
(128,64,58)
#6F3833
(111,56,51)
#5E302C
(94,48,44)
#4D2825
(77,40,37)
#3C201E
(60,32,30)
#2B1817
(43,24,23)
#1A1010
(26,16,16)
#000000
(0,0,0)

Tints of #C46056

#C46056
(196,96,86)
#C96E65
(201,110,101)
#CE7C74
(206,124,116)
#D38A83
(211,138,131)
#D89892
(216,152,146)
#DDA6A1
(221,166,161)
#E2B4B0
(226,180,176)
#E7C2BF
(231,194,191)
#ECD0CE
(236,208,206)
#F1DEDD
(241,222,221)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C46056 color. Also use rgb(196,96,86) instead hex code.

Text Font Color

.myTextColor { color: #C46056; }

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

This text font color is #C46056.

Background Color

.myBgColor { background-color: #C46056; }

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

This div background color is #C46056.

Border color

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

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

This div border color is #C46056.

Opacity

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

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

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

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

This text has shadow with #C46056 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C46056.

Preview

Color preview on black background

This text has color #C46056 on black background.


Color preview on white background

This text has color #C46056 on white background.


Black color preview on #C46056 background

This text has black color on #C46056 background.


White color preview on #C46056 background

This text has white color on #C46056 background.


Related colors

Complementary color

Complementary color for #hex is #3B9FA9.


I love getcolorcode.com

Triadic colors

1 #56C460 and #6056C4 with #C46056 are triadic colors.

2 #5660C4 and #60C456 with #C46056 are triadic colors.