COLOR #C4678F

HEX: #C4678F RGB: (196,103,143)

Color info

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

RGB color model

#C4678F color RGB value is (196,103,143).

RGB: (196,103,143) (77%, 40%, 56%)

RGB channels and saturation

R 196 of 255 = 77%
G 103 of 255 = 40%
B 143 of 255 = 56%

196
103
143

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

Portions of RGB colors in percentages

R + G + B = 196 + 103 + 143 = 442 (100%)
R 196 of 442 ~ 44.34%
G 103 of 442 ~ 23.3%
B 143 of 442 ~ 32.35'%

%44.34
%23.3
%32.35

CMYK color model

#C4678F color CMYK value is (0,47,27,23).

  • cyan value is 0.00%
  • magenta value is 47.45%
  • yellow value is 27.04%
  • key color value is 23.14%

CMYK: (0,47,27,23)
C0M47Y27K23 (0%, 47%, 27%, 23%)
(0.00 / 0.47 / 0.27 / 0.23)

CMYK percentages

%0
%47.45
%27.04
%23.14

Codes

Color #C4678F in popluar color models

C4 67 8F
RGB 196 103 143
HSL 334° 44.08% 58.63%
HSB/HSV 334° 47.45% 76.86%
CMYK 0.00% 47.45% 27.04%
23.14%

Color #C4678F in popluar number systems.

HEX C4 67 8F
Decimal 196 103 143
Binary 11000100 1100111 10001111
Octal 304 147 217

Shades and tints

Shades of #C4678F

#C4678F
(196,103,143)
#B35E82
(179,94,130)
#A25575
(162,85,117)
#914C68
(145,76,104)
#80435B
(128,67,91)
#6F3A4E
(111,58,78)
#5E3141
(94,49,65)
#4D2834
(77,40,52)
#3C1F27
(60,31,39)
#2B161A
(43,22,26)
#1A0D0D
(26,13,13)
#000000
(0,0,0)

Tints of #C4678F

#C4678F
(196,103,143)
#C97499
(201,116,153)
#CE81A3
(206,129,163)
#D38EAD
(211,142,173)
#D89BB7
(216,155,183)
#DDA8C1
(221,168,193)
#E2B5CB
(226,181,203)
#E7C2D5
(231,194,213)
#ECCFDF
(236,207,223)
#F1DCE9
(241,220,233)
#F6E9F3
(246,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4678F; }

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

This text font color is #C4678F.

Background Color

.myBgColor { background-color: #C4678F; }

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

This div background color is #C4678F.

Border color

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

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

This div border color is #C4678F.

Opacity

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

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

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

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

This text has shadow with #C4678F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4678F.

Preview

Color preview on black background

This text has color #C4678F on black background.


Color preview on white background

This text has color #C4678F on white background.


Black color preview on #C4678F background

This text has black color on #C4678F background.


White color preview on #C4678F background

This text has white color on #C4678F background.


Related colors

Complementary color

Complementary color for #hex is #3B9870.


I love getcolorcode.com

Triadic colors

1 #8FC467 and #678FC4 with #C4678F are triadic colors.

2 #8F67C4 and #67C48F with #C4678F are triadic colors.