COLOR #C46F92

HEX: #C46F92 RGB: (196,111,146)

Color info

#C46F92 contains mainly red and blue colors. Web safe color of #C46F92 is #CC6699 (or #C69).

RGB color model

#C46F92 color RGB value is (196,111,146).

RGB: (196,111,146) (77%, 44%, 57%)

RGB channels and saturation

R 196 of 255 = 77%
G 111 of 255 = 44%
B 146 of 255 = 57%

196
111
146

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

Portions of RGB colors in percentages

R + G + B = 196 + 111 + 146 = 453 (100%)
R 196 of 453 ~ 43.27%
G 111 of 453 ~ 24.5%
B 146 of 453 ~ 32.23'%

%43.27
%24.5
%32.23

CMYK color model

#C46F92 color CMYK value is (0,43,26,23).

  • cyan value is 0.00%
  • magenta value is 43.37%
  • yellow value is 25.51%
  • key color value is 23.14%

CMYK: (0,43,26,23)
C0M43Y26K23 (0%, 43%, 26%, 23%)
(0.00 / 0.43 / 0.26 / 0.23)

CMYK percentages

%0
%43.37
%25.51
%23.14

Codes

Color #C46F92 in popluar color models

C4 6F 92
RGB 196 111 146
HSL 335° 41.87% 60.20%
HSB/HSV 335° 43.37% 76.86%
CMYK 0.00% 43.37% 25.51%
23.14%

Color #C46F92 in popluar number systems.

HEX C4 6F 92
Decimal 196 111 146
Binary 11000100 1101111 10010010
Octal 304 157 222

Shades and tints

Shades of #C46F92

#C46F92
(196,111,146)
#B36585
(179,101,133)
#A25B78
(162,91,120)
#91516B
(145,81,107)
#80475E
(128,71,94)
#6F3D51
(111,61,81)
#5E3344
(94,51,68)
#4D2937
(77,41,55)
#3C1F2A
(60,31,42)
#2B151D
(43,21,29)
#1A0B10
(26,11,16)
#000000
(0,0,0)

Tints of #C46F92

#C46F92
(196,111,146)
#C97C9B
(201,124,155)
#CE89A4
(206,137,164)
#D396AD
(211,150,173)
#D8A3B6
(216,163,182)
#DDB0BF
(221,176,191)
#E2BDC8
(226,189,200)
#E7CAD1
(231,202,209)
#ECD7DA
(236,215,218)
#F1E4E3
(241,228,227)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C46F92 color. Also use rgb(196,111,146) instead hex code.

Text Font Color

.myTextColor { color: #C46F92; }

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

This text font color is #C46F92.

Background Color

.myBgColor { background-color: #C46F92; }

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

This div background color is #C46F92.

Border color

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

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

This div border color is #C46F92.

Opacity

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

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

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

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

This text has shadow with #C46F92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C46F92.

Preview

Color preview on black background

This text has color #C46F92 on black background.


Color preview on white background

This text has color #C46F92 on white background.


Black color preview on #C46F92 background

This text has black color on #C46F92 background.


White color preview on #C46F92 background

This text has white color on #C46F92 background.


Related colors

Complementary color

Complementary color for #hex is #3B906D.


I love getcolorcode.com

Triadic colors

1 #92C46F and #6F92C4 with #C46F92 are triadic colors.

2 #926FC4 and #6FC492 with #C46F92 are triadic colors.