COLOR #C4748C

HEX: #C4748C RGB: (196,116,140)

Color info

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

RGB color model

#C4748C color RGB value is (196,116,140).

RGB: (196,116,140) (77%, 45%, 55%)

RGB channels and saturation

R 196 of 255 = 77%
G 116 of 255 = 45%
B 140 of 255 = 55%

196
116
140

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

Portions of RGB colors in percentages

R + G + B = 196 + 116 + 140 = 452 (100%)
R 196 of 452 ~ 43.36%
G 116 of 452 ~ 25.66%
B 140 of 452 ~ 30.97'%

%43.36
%25.66
%30.97

CMYK color model

#C4748C color CMYK value is (0,41,29,23).

  • cyan value is 0.00%
  • magenta value is 40.82%
  • yellow value is 28.57%
  • key color value is 23.14%

CMYK: (0,41,29,23)
C0M41Y29K23 (0%, 41%, 29%, 23%)
(0.00 / 0.41 / 0.29 / 0.23)

CMYK percentages

%0
%40.82
%28.57
%23.14

Codes

Color #C4748C in popluar color models

C4 74 8C
RGB 196 116 140
HSL 342° 40.40% 61.18%
HSB/HSV 342° 40.82% 76.86%
CMYK 0.00% 40.82% 28.57%
23.14%

Color #C4748C in popluar number systems.

HEX C4 74 8C
Decimal 196 116 140
Binary 11000100 1110100 10001100
Octal 304 164 214

Shades and tints

Shades of #C4748C

#C4748C
(196,116,140)
#B36A80
(179,106,128)
#A26074
(162,96,116)
#915668
(145,86,104)
#804C5C
(128,76,92)
#6F4250
(111,66,80)
#5E3844
(94,56,68)
#4D2E38
(77,46,56)
#3C242C
(60,36,44)
#2B1A20
(43,26,32)
#1A1014
(26,16,20)
#000000
(0,0,0)

Tints of #C4748C

#C4748C
(196,116,140)
#C98096
(201,128,150)
#CE8CA0
(206,140,160)
#D398AA
(211,152,170)
#D8A4B4
(216,164,180)
#DDB0BE
(221,176,190)
#E2BCC8
(226,188,200)
#E7C8D2
(231,200,210)
#ECD4DC
(236,212,220)
#F1E0E6
(241,224,230)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4748C; }

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

This text font color is #C4748C.

Background Color

.myBgColor { background-color: #C4748C; }

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

This div background color is #C4748C.

Border color

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

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

This div border color is #C4748C.

Opacity

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

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

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

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

This text has shadow with #C4748C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4748C.

Preview

Color preview on black background

This text has color #C4748C on black background.


Color preview on white background

This text has color #C4748C on white background.


Black color preview on #C4748C background

This text has black color on #C4748C background.


White color preview on #C4748C background

This text has white color on #C4748C background.


Related colors

Complementary color

Complementary color for #hex is #3B8B73.


I love getcolorcode.com

Triadic colors

1 #8CC474 and #748CC4 with #C4748C are triadic colors.

2 #8C74C4 and #74C48C with #C4748C are triadic colors.