COLOR #C46781

HEX: #C46781 RGB: (196,103,129)

Color info

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

RGB color model

#C46781 color RGB value is (196,103,129).

RGB: (196,103,129) (77%, 40%, 51%)

RGB channels and saturation

R 196 of 255 = 77%
G 103 of 255 = 40%
B 129 of 255 = 51%

196
103
129

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

Portions of RGB colors in percentages

R + G + B = 196 + 103 + 129 = 428 (100%)
R 196 of 428 ~ 45.79%
G 103 of 428 ~ 24.07%
B 129 of 428 ~ 30.14'%

%45.79
%24.07
%30.14

CMYK color model

#C46781 color CMYK value is (0,47,34,23).

  • cyan value is 0.00%
  • magenta value is 47.45%
  • yellow value is 34.18%
  • key color value is 23.14%

CMYK: (0,47,34,23)
C0M47Y34K23 (0%, 47%, 34%, 23%)
(0.00 / 0.47 / 0.34 / 0.23)

CMYK percentages

%0
%47.45
%34.18
%23.14

Codes

Color #C46781 in popluar color models

C4 67 81
RGB 196 103 129
HSL 343° 44.08% 58.63%
HSB/HSV 343° 47.45% 76.86%
CMYK 0.00% 47.45% 34.18%
23.14%

Color #C46781 in popluar number systems.

HEX C4 67 81
Decimal 196 103 129
Binary 11000100 1100111 10000001
Octal 304 147 201

Shades and tints

Shades of #C46781

#C46781
(196,103,129)
#B35E76
(179,94,118)
#A2556B
(162,85,107)
#914C60
(145,76,96)
#804355
(128,67,85)
#6F3A4A
(111,58,74)
#5E313F
(94,49,63)
#4D2834
(77,40,52)
#3C1F29
(60,31,41)
#2B161E
(43,22,30)
#1A0D13
(26,13,19)
#000000
(0,0,0)

Tints of #C46781

#C46781
(196,103,129)
#C9748C
(201,116,140)
#CE8197
(206,129,151)
#D38EA2
(211,142,162)
#D89BAD
(216,155,173)
#DDA8B8
(221,168,184)
#E2B5C3
(226,181,195)
#E7C2CE
(231,194,206)
#ECCFD9
(236,207,217)
#F1DCE4
(241,220,228)
#F6E9EF
(246,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C46781 color. Also use rgb(196,103,129) instead hex code.

Text Font Color

.myTextColor { color: #C46781; }

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

This text font color is #C46781.

Background Color

.myBgColor { background-color: #C46781; }

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

This div background color is #C46781.

Border color

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

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

This div border color is #C46781.

Opacity

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

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

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

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

This text has shadow with #C46781 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C46781.

Preview

Color preview on black background

This text has color #C46781 on black background.


Color preview on white background

This text has color #C46781 on white background.


Black color preview on #C46781 background

This text has black color on #C46781 background.


White color preview on #C46781 background

This text has white color on #C46781 background.


Related colors

Complementary color

Complementary color for #hex is #3B987E.


I love getcolorcode.com

Triadic colors

1 #81C467 and #6781C4 with #C46781 are triadic colors.

2 #8167C4 and #67C481 with #C46781 are triadic colors.