COLOR #C3679E

HEX: #C3679E
RGB: (195,103,158)

Color info

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

RGB color model

#C3679E color RGB value is (195,103,158).

  • red value is 195;
  • green value is 103;
  • blue value is 158.
RGB: (195,103,158) (76%,40%,62%)

RGB channels and saturation

R 195 of 255 = 76%
G 103 of 255 = 40%
B 158 of 255 = 62%

195
103
158

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

Portions of RGB colors in percentages

R + G + B =
195 + 103 + 158 = 456 (100%)
R 195 of 456 ~ 42.76%
G 103 of 456 ~ 22.59%
B 158 of 456 ~ 34.65%

%42.76
%22.59
%34.65

CMYK color model

#C3679E color CMYK value is (0,47,19,24).

  • cyan value is 0.00%
  • magenta value is 47.18%
  • yellow value is 18.97%
  • key color value is 23.53%
CMYK: (0,47,19,24) C0M47Y19K24 (0%,47%,19%,24%) (0.00/0.47/0.19/0.24)

CMYK percentages

%0
%47.18
%18.97
%23.53

Codes

Color #C3679E in popluar color models

C3679E
RGB195103158
HSL324°43.40%58.43%
HSB/HSV324°47.18%76.47%
CMYK0.00%47.18%18.97%
23.53%

Color #C3679E in popluar number systems.

HEXC3679E
Decimal195103158
Binary11000011110011110011110
Octal303147236

Shades and tints

Shades of #C3679E

#C3679E
(195,103,158)
#B25E90
(178,94,144)
#A15582
(161,85,130)
#904C74
(144,76,116)
#7F4366
(127,67,102)
#6E3A58
(110,58,88)
#5D314A
(93,49,74)
#4C283C
(76,40,60)
#3B1F2E
(59,31,46)
#2A1620
(42,22,32)
#190D12
(25,13,18)
#000000
(0,0,0)

Tints of #C3679E

#C3679E
(195,103,158)
#C874A6
(200,116,166)
#CD81AE
(205,129,174)
#D28EB6
(210,142,182)
#D79BBE
(215,155,190)
#DCA8C6
(220,168,198)
#E1B5CE
(225,181,206)
#E6C2D6
(230,194,214)
#EBCFDE
(235,207,222)
#F0DCE6
(240,220,230)
#F5E9EE
(245,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3679E color. Also use rgb(195,103,158) instead hex code.

Text Font Color

.myTextColor { color: #C3679E; }

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

This text font color is #C3679E.


Background Color

.myBgColor { background-color: #C3679E; }

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

This div background color is #C3679E.


Border color

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

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

This div border color is #C3679E.


Opacity

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

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

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

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

This text has shadow with #C3679E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C3679E on black background.


Color preview on white background

This text has color #C3679E on white background.



Black color preview on #C3679E background

This text has black color on #C3679E background.


White color preview on #C3679E background

This text has white color on #C3679E background.