COLOR #C4747C

HEX: #C4747C RGB: (196,116,124)

Color info

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

RGB color model

#C4747C color RGB value is (196,116,124).

RGB: (196,116,124) (77%, 45%, 49%)

RGB channels and saturation

R 196 of 255 = 77%
G 116 of 255 = 45%
B 124 of 255 = 49%

196
116
124

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

Portions of RGB colors in percentages

R + G + B = 196 + 116 + 124 = 436 (100%)
R 196 of 436 ~ 44.95%
G 116 of 436 ~ 26.61%
B 124 of 436 ~ 28.44'%

%44.95
%26.61
%28.44

CMYK color model

#C4747C color CMYK value is (0,41,37,23).

  • cyan value is 0.00%
  • magenta value is 40.82%
  • yellow value is 36.73%
  • key color value is 23.14%
CMYK: (0,41,37,23) C0M41Y37K23 (0%,41%,37%,23%) (0.00/0.41/0.37/0.23) 

CMYK percentages

%0
%40.82
%36.73
%23.14

Codes

Color #C4747C in popluar color models

C4 74 7C
RGB 196 116 124
HSL 354° 40.40% 61.18%
HSB/HSV 354° 40.82% 76.86%
CMYK 0.00% 40.82% 36.73%
23.14%

Color #C4747C in popluar number systems.

HEX C4 74 7C
Decimal 196 116 124
Binary 11000100 1110100 1111100
Octal 304 164 174

Shades and tints

Shades of #C4747C

#C4747C
(196,116,124)
#B36A71
(179,106,113)
#A26066
(162,96,102)
#91565B
(145,86,91)
#804C50
(128,76,80)
#6F4245
(111,66,69)
#5E383A
(94,56,58)
#4D2E2F
(77,46,47)
#3C2424
(60,36,36)
#2B1A19
(43,26,25)
#1A100E
(26,16,14)
#000000
(0,0,0)

Tints of #C4747C

#C4747C
(196,116,124)
#C98087
(201,128,135)
#CE8C92
(206,140,146)
#D3989D
(211,152,157)
#D8A4A8
(216,164,168)
#DDB0B3
(221,176,179)
#E2BCBE
(226,188,190)
#E7C8C9
(231,200,201)
#ECD4D4
(236,212,212)
#F1E0DF
(241,224,223)
#F6ECEA
(246,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4747C; }

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

This text font color is #C4747C.

Background Color

.myBgColor { background-color: #C4747C; }

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

This div background color is #C4747C.

Border color

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

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

This div border color is #C4747C.

Opacity

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

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

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

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

This text has shadow with #C4747C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4747C.

Preview

Color preview on black background

This text has color #C4747C on black background.


Color preview on white background

This text has color #C4747C on white background.


Black color preview on #C4747C background

This text has black color on #C4747C background.


White color preview on #C4747C background

This text has white color on #C4747C background.


Related colors

Complementary color

Complementary color for #hex is #3B8B83.


I love getcolorcode.com

Triadic colors

1 #7CC474 and #747CC4 with #C4747C are triadic colors.

2 #7C74C4 and #74C47C with #C4747C are triadic colors.