COLOR #C46376

HEX: #C46376 RGB: (196,99,118)

Color info

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

RGB color model

#C46376 color RGB value is (196,99,118).

RGB: (196,99,118) (77%, 39%, 46%)

RGB channels and saturation

R 196 of 255 = 77%
G 99 of 255 = 39%
B 118 of 255 = 46%

196
99
118

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

Portions of RGB colors in percentages

R + G + B = 196 + 99 + 118 = 413 (100%)
R 196 of 413 ~ 47.46%
G 99 of 413 ~ 23.97%
B 118 of 413 ~ 28.57'%

%47.46
%23.97
%28.57

CMYK color model

#C46376 color CMYK value is (0,49,40,23).

  • cyan value is 0.00%
  • magenta value is 49.49%
  • yellow value is 39.80%
  • key color value is 23.14%

CMYK: (0,49,40,23)
C0M49Y40K23 (0%, 49%, 40%, 23%)
(0.00 / 0.49 / 0.40 / 0.23)

CMYK percentages

%0
%49.49
%39.8
%23.14

Codes

Color #C46376 in popluar color models

C4 63 76
RGB 196 99 118
HSL 348° 45.12% 57.84%
HSB/HSV 348° 49.49% 76.86%
CMYK 0.00% 49.49% 39.80%
23.14%

Color #C46376 in popluar number systems.

HEX C4 63 76
Decimal 196 99 118
Binary 11000100 1100011 1110110
Octal 304 143 166

Shades and tints

Shades of #C46376

#C46376
(196,99,118)
#B35A6C
(179,90,108)
#A25162
(162,81,98)
#914858
(145,72,88)
#803F4E
(128,63,78)
#6F3644
(111,54,68)
#5E2D3A
(94,45,58)
#4D2430
(77,36,48)
#3C1B26
(60,27,38)
#2B121C
(43,18,28)
#1A0912
(26,9,18)
#000000
(0,0,0)

Tints of #C46376

#C46376
(196,99,118)
#C97182
(201,113,130)
#CE7F8E
(206,127,142)
#D38D9A
(211,141,154)
#D89BA6
(216,155,166)
#DDA9B2
(221,169,178)
#E2B7BE
(226,183,190)
#E7C5CA
(231,197,202)
#ECD3D6
(236,211,214)
#F1E1E2
(241,225,226)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C46376; }

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

This text font color is #C46376.

Background Color

.myBgColor { background-color: #C46376; }

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

This div background color is #C46376.

Border color

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

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

This div border color is #C46376.

Opacity

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

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

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

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

This text has shadow with #C46376 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C46376.

Preview

Color preview on black background

This text has color #C46376 on black background.


Color preview on white background

This text has color #C46376 on white background.


Black color preview on #C46376 background

This text has black color on #C46376 background.


White color preview on #C46376 background

This text has white color on #C46376 background.


Related colors

Complementary color

Complementary color for #hex is #3B9C89.


I love getcolorcode.com

Triadic colors

1 #76C463 and #6376C4 with #C46376 are triadic colors.

2 #7663C4 and #63C476 with #C46376 are triadic colors.