COLOR #C47676

HEX: #C47676
RGB: (196,118,118)

Color info

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

RGB color model

#C47676 color RGB value is (196,118,118).

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

RGB channels and saturation

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

196
118
118

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

Portions of RGB colors in percentages

R + G + B =
196 + 118 + 118 = 432 (100%)
R 196 of 432 ~ 45.37%
G 118 of 432 ~ 27.31%
B 118 of 432 ~ 27.31%

%45.37
%27.31
%27.31

CMYK color model

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

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

CMYK percentages

%0
%39.8
%39.8
%23.14

Codes

Color #C47676 in popluar color models

C47676
RGB196118118
HSL39.80%61.57%
HSB/HSV39.80%76.86%
CMYK0.00%39.80%39.80%
23.14%

Color #C47676 in popluar number systems.

HEXC47676
Decimal196118118
Binary1100010011101101110110
Octal304166166

Shades and tints

Shades of #C47676

#C47676
(196,118,118)
#B36C6C
(179,108,108)
#A26262
(162,98,98)
#915858
(145,88,88)
#804E4E
(128,78,78)
#6F4444
(111,68,68)
#5E3A3A
(94,58,58)
#4D3030
(77,48,48)
#3C2626
(60,38,38)
#2B1C1C
(43,28,28)
#1A1212
(26,18,18)
#000000
(0,0,0)

Tints of #C47676

#C47676
(196,118,118)
#C98282
(201,130,130)
#CE8E8E
(206,142,142)
#D39A9A
(211,154,154)
#D8A6A6
(216,166,166)
#DDB2B2
(221,178,178)
#E2BEBE
(226,190,190)
#E7CACA
(231,202,202)
#ECD6D6
(236,214,214)
#F1E2E2
(241,226,226)
#F6EEEE
(246,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47676; }

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

This text font color is #C47676.


Background Color

.myBgColor { background-color: #C47676; }

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

This div background color is #C47676.


Border color

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

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

This div border color is #C47676.


Opacity

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

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

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

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

This text has shadow with #C47676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47676 on black background.


Color preview on white background

This text has color #C47676 on white background.



Black color preview on #C47676 background

This text has black color on #C47676 background.


White color preview on #C47676 background

This text has white color on #C47676 background.