COLOR #C46550

HEX: #C46550 RGB: (196,101,80)

Color info

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

RGB color model

#C46550 color RGB value is (196,101,80).

RGB: (196,101,80) (77%, 40%, 31%)

RGB channels and saturation

R 196 of 255 = 77%
G 101 of 255 = 40%
B 80 of 255 = 31%

196
101
80

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

Portions of RGB colors in percentages

R + G + B = 196 + 101 + 80 = 377 (100%)
R 196 of 377 ~ 51.99%
G 101 of 377 ~ 26.79%
B 80 of 377 ~ 21.22'%

%51.99
%26.79
%21.22

CMYK color model

#C46550 color CMYK value is (0,48,59,23).

  • cyan value is 0.00%
  • magenta value is 48.47%
  • yellow value is 59.18%
  • key color value is 23.14%
CMYK: (0,48,59,23) C0M48Y59K23 (0%,48%,59%,23%) (0.00/0.48/0.59/0.23) 

CMYK percentages

%0
%48.47
%59.18
%23.14

Codes

Color #C46550 in popluar color models

C4 65 50
RGB 196 101 80
HSL 11° 49.57% 54.12%
HSB/HSV 11° 59.18% 76.86%
CMYK 0.00% 48.47% 59.18%
23.14%

Color #C46550 in popluar number systems.

HEX C4 65 50
Decimal 196 101 80
Binary 11000100 1100101 1010000
Octal 304 145 120

Shades and tints

Shades of #C46550

#C46550
(196,101,80)
#B35C49
(179,92,73)
#A25342
(162,83,66)
#914A3B
(145,74,59)
#804134
(128,65,52)
#6F382D
(111,56,45)
#5E2F26
(94,47,38)
#4D261F
(77,38,31)
#3C1D18
(60,29,24)
#2B1411
(43,20,17)
#1A0B0A
(26,11,10)
#000000
(0,0,0)

Tints of #C46550

#C46550
(196,101,80)
#C9735F
(201,115,95)
#CE816E
(206,129,110)
#D38F7D
(211,143,125)
#D89D8C
(216,157,140)
#DDAB9B
(221,171,155)
#E2B9AA
(226,185,170)
#E7C7B9
(231,199,185)
#ECD5C8
(236,213,200)
#F1E3D7
(241,227,215)
#F6F1E6
(246,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C46550; }

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

This text font color is #C46550.

Background Color

.myBgColor { background-color: #C46550; }

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

This div background color is #C46550.

Border color

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

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

This div border color is #C46550.

Opacity

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

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

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

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

This text has shadow with #C46550 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C46550.

Preview

Color preview on black background

This text has color #C46550 on black background.


Color preview on white background

This text has color #C46550 on white background.


Black color preview on #C46550 background

This text has black color on #C46550 background.


White color preview on #C46550 background

This text has white color on #C46550 background.


Related colors

Complementary color

Complementary color for #hex is #3B9AAF.


I love getcolorcode.com

Triadic colors

1 #50C465 and #6550C4 with #C46550 are triadic colors.

2 #5065C4 and #65C450 with #C46550 are triadic colors.