COLOR #C46382

HEX: #C46382 RGB: (196,99,130)

Color info

#C46382 contains mainly red color. Web safe color of #C46382 is #CC6699 (or #C69).

RGB color model

#C46382 color RGB value is (196,99,130).

RGB: (196,99,130) (77%, 39%, 51%)

RGB channels and saturation

R 196 of 255 = 77%
G 99 of 255 = 39%
B 130 of 255 = 51%

196
99
130

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

Portions of RGB colors in percentages

R + G + B = 196 + 99 + 130 = 425 (100%)
R 196 of 425 ~ 46.12%
G 99 of 425 ~ 23.29%
B 130 of 425 ~ 30.59'%

%46.12
%23.29
%30.59

CMYK color model

#C46382 color CMYK value is (0,49,34,23).

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

CMYK: (0,49,34,23)
C0M49Y34K23 (0%, 49%, 34%, 23%)
(0.00 / 0.49 / 0.34 / 0.23)

CMYK percentages

%0
%49.49
%33.67
%23.14

Codes

Color #C46382 in popluar color models

C4 63 82
RGB 196 99 130
HSL 341° 45.12% 57.84%
HSB/HSV 341° 49.49% 76.86%
CMYK 0.00% 49.49% 33.67%
23.14%

Color #C46382 in popluar number systems.

HEX C4 63 82
Decimal 196 99 130
Binary 11000100 1100011 10000010
Octal 304 143 202

Shades and tints

Shades of #C46382

#C46382
(196,99,130)
#B35A77
(179,90,119)
#A2516C
(162,81,108)
#914861
(145,72,97)
#803F56
(128,63,86)
#6F364B
(111,54,75)
#5E2D40
(94,45,64)
#4D2435
(77,36,53)
#3C1B2A
(60,27,42)
#2B121F
(43,18,31)
#1A0914
(26,9,20)
#000000
(0,0,0)

Tints of #C46382

#C46382
(196,99,130)
#C9718D
(201,113,141)
#CE7F98
(206,127,152)
#D38DA3
(211,141,163)
#D89BAE
(216,155,174)
#DDA9B9
(221,169,185)
#E2B7C4
(226,183,196)
#E7C5CF
(231,197,207)
#ECD3DA
(236,211,218)
#F1E1E5
(241,225,229)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C46382; }

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

This text font color is #C46382.

Background Color

.myBgColor { background-color: #C46382; }

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

This div background color is #C46382.

Border color

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

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

This div border color is #C46382.

Opacity

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

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

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

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

This text has shadow with #C46382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C46382.

Preview

Color preview on black background

This text has color #C46382 on black background.


Color preview on white background

This text has color #C46382 on white background.


Black color preview on #C46382 background

This text has black color on #C46382 background.


White color preview on #C46382 background

This text has white color on #C46382 background.


Related colors

Complementary color

Complementary color for #hex is #3B9C7D.


I love getcolorcode.com

Triadic colors

1 #82C463 and #6382C4 with #C46382 are triadic colors.

2 #8263C4 and #63C482 with #C46382 are triadic colors.