COLOR #C4678D

HEX: #C4678D
RGB: (196,103,141)

Color info

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

RGB color model

#C4678D color RGB value is (196,103,141).

  • red value is 196;
  • green value is 103;
  • blue value is 141.
RGB:
(196,103,141)
(77%,40%,55%)

RGB channels and saturation

R 196 of 255 = 77%
G 103 of 255 = 40%
B 141 of 255 = 55%

196
103
141

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

Portions of RGB colors in percentages

R + G + B =
196 + 103 + 141 = 440 (100%)
R 196 of 440 ~ 44.55%
G 103 of 440 ~ 23.41%
B 141 of 440 ~ 32.05%

%44.55
%23.41
%32.05

CMYK color model

#C4678D color CMYK value is (0,47,28,23).

  • cyan value is 0.00%
  • magenta value is 47.45%
  • yellow value is 28.06%
  • key color value is 23.14%
CMYK:
(0,47,28,23)
C0M47Y28K23 
(0%,47%,28%,23%)
(0.00/0.47/0.28/0.23)	

CMYK percentages

%0
%47.45
%28.06
%23.14

Codes

Color #C4678D in popluar color models

C4678D
RGB196103141
HSL335°44.08%58.63%
HSB/HSV335°47.45%76.86%
CMYK0.00%47.45%28.06%
23.14%

Color #C4678D in popluar number systems.

HEXC4678D
Decimal196103141
Binary11000100110011110001101
Octal304147215

Shades and tints

Shades of #C4678D

#C4678D
(196,103,141)
#B35E81
(179,94,129)
#A25575
(162,85,117)
#914C69
(145,76,105)
#80435D
(128,67,93)
#6F3A51
(111,58,81)
#5E3145
(94,49,69)
#4D2839
(77,40,57)
#3C1F2D
(60,31,45)
#2B1621
(43,22,33)
#1A0D15
(26,13,21)
#000000
(0,0,0)

Tints of #C4678D

#C4678D
(196,103,141)
#C97497
(201,116,151)
#CE81A1
(206,129,161)
#D38EAB
(211,142,171)
#D89BB5
(216,155,181)
#DDA8BF
(221,168,191)
#E2B5C9
(226,181,201)
#E7C2D3
(231,194,211)
#ECCFDD
(236,207,221)
#F1DCE7
(241,220,231)
#F6E9F1
(246,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4678D; }

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

This text font color is #C4678D.


Background Color

.myBgColor { background-color: #C4678D; }

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

This div background color is #C4678D.


Border color

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

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

This div border color is #C4678D.


Opacity

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

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

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

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

This text has shadow with #C4678D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4678D on black background.


Color preview on white background

This text has color #C4678D on white background.



Black color preview on #C4678D background

This text has black color on #C4678D background.


White color preview on #C4678D background

This text has white color on #C4678D background.