COLOR #C46C7E

HEX: #C46C7E
RGB: (196,108,126)

Color info

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

RGB color model

#C46C7E color RGB value is (196,108,126).

  • red value is 196;
  • green value is 108;
  • blue value is 126.
RGB:
(196,108,126)
(77%,42%,49%)

RGB channels and saturation

R 196 of 255 = 77%
G 108 of 255 = 42%
B 126 of 255 = 49%

196
108
126

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

Portions of RGB colors in percentages

R + G + B =
196 + 108 + 126 = 430 (100%)
R 196 of 430 ~ 45.58%
G 108 of 430 ~ 25.12%
B 126 of 430 ~ 29.3%

%45.58
%25.12
%29.3

CMYK color model

#C46C7E color CMYK value is (0,45,36,23).

  • cyan value is 0.00%
  • magenta value is 44.90%
  • yellow value is 35.71%
  • key color value is 23.14%
CMYK:
(0,45,36,23)
C0M45Y36K23 
(0%,45%,36%,23%)
(0.00/0.45/0.36/0.23)	

CMYK percentages

%0
%44.9
%35.71
%23.14

Codes

Color #C46C7E in popluar color models

C46C7E
RGB196108126
HSL348°42.72%59.61%
HSB/HSV348°44.90%76.86%
CMYK0.00%44.90%35.71%
23.14%

Color #C46C7E in popluar number systems.

HEXC46C7E
Decimal196108126
Binary1100010011011001111110
Octal304154176

Shades and tints

Shades of #C46C7E

#C46C7E
(196,108,126)
#B36373
(179,99,115)
#A25A68
(162,90,104)
#91515D
(145,81,93)
#804852
(128,72,82)
#6F3F47
(111,63,71)
#5E363C
(94,54,60)
#4D2D31
(77,45,49)
#3C2426
(60,36,38)
#2B1B1B
(43,27,27)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #C46C7E

#C46C7E
(196,108,126)
#C97989
(201,121,137)
#CE8694
(206,134,148)
#D3939F
(211,147,159)
#D8A0AA
(216,160,170)
#DDADB5
(221,173,181)
#E2BAC0
(226,186,192)
#E7C7CB
(231,199,203)
#ECD4D6
(236,212,214)
#F1E1E1
(241,225,225)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C46C7E color. Also use rgb(196,108,126) instead hex code.

Text Font Color

.myTextColor { color: #C46C7E; }

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

This text font color is #C46C7E.


Background Color

.myBgColor { background-color: #C46C7E; }

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

This div background color is #C46C7E.


Border color

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

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

This div border color is #C46C7E.


Opacity

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

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

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

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

This text has shadow with #C46C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C46C7E on black background.


Color preview on white background

This text has color #C46C7E on white background.



Black color preview on #C46C7E background

This text has black color on #C46C7E background.


White color preview on #C46C7E background

This text has white color on #C46C7E background.