COLOR #C46676

HEX: #C46676
RGB: (196,102,118)

Color info

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

RGB color model

#C46676 color RGB value is (196,102,118).

  • red value is 196;
  • green value is 102;
  • blue value is 118.
RGB:
(196,102,118)
(77%,40%,46%)

RGB channels and saturation

R 196 of 255 = 77%
G 102 of 255 = 40%
B 118 of 255 = 46%

196
102
118

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

Portions of RGB colors in percentages

R + G + B =
196 + 102 + 118 = 416 (100%)
R 196 of 416 ~ 47.12%
G 102 of 416 ~ 24.52%
B 118 of 416 ~ 28.37%

%47.12
%24.52
%28.37

CMYK color model

#C46676 color CMYK value is (0,48,40,23).

  • cyan value is 0.00%
  • magenta value is 47.96%
  • yellow value is 39.80%
  • key color value is 23.14%
CMYK:
(0,48,40,23)
C0M48Y40K23 
(0%,48%,40%,23%)
(0.00/0.48/0.40/0.23)	

CMYK percentages

%0
%47.96
%39.8
%23.14

Codes

Color #C46676 in popluar color models

C46676
RGB196102118
HSL350°44.34%58.43%
HSB/HSV350°47.96%76.86%
CMYK0.00%47.96%39.80%
23.14%

Color #C46676 in popluar number systems.

HEXC46676
Decimal196102118
Binary1100010011001101110110
Octal304146166

Shades and tints

Shades of #C46676

#C46676
(196,102,118)
#B35D6C
(179,93,108)
#A25462
(162,84,98)
#914B58
(145,75,88)
#80424E
(128,66,78)
#6F3944
(111,57,68)
#5E303A
(94,48,58)
#4D2730
(77,39,48)
#3C1E26
(60,30,38)
#2B151C
(43,21,28)
#1A0C12
(26,12,18)
#000000
(0,0,0)

Tints of #C46676

#C46676
(196,102,118)
#C97382
(201,115,130)
#CE808E
(206,128,142)
#D38D9A
(211,141,154)
#D89AA6
(216,154,166)
#DDA7B2
(221,167,178)
#E2B4BE
(226,180,190)
#E7C1CA
(231,193,202)
#ECCED6
(236,206,214)
#F1DBE2
(241,219,226)
#F6E8EE
(246,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C46676; }

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

This text font color is #C46676.


Background Color

.myBgColor { background-color: #C46676; }

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

This div background color is #C46676.


Border color

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

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

This div border color is #C46676.


Opacity

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

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

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

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

This text has shadow with #C46676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C46676 on black background.


Color preview on white background

This text has color #C46676 on white background.



Black color preview on #C46676 background

This text has black color on #C46676 background.


White color preview on #C46676 background

This text has white color on #C46676 background.