COLOR #C3677D

HEX: #C3677D
RGB: (195,103,125)

Color info

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

RGB color model

#C3677D color RGB value is (195,103,125).

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

RGB channels and saturation

R 195 of 255 = 76%
G 103 of 255 = 40%
B 125 of 255 = 49%

195
103
125

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

Portions of RGB colors in percentages

R + G + B =
195 + 103 + 125 = 423 (100%)
R 195 of 423 ~ 46.1%
G 103 of 423 ~ 24.35%
B 125 of 423 ~ 29.55%

%46.1
%24.35
%29.55

CMYK color model

#C3677D color CMYK value is (0,47,36,24).

  • cyan value is 0.00%
  • magenta value is 47.18%
  • yellow value is 35.90%
  • key color value is 23.53%
CMYK:
(0,47,36,24)
C0M47Y36K24 
(0%,47%,36%,24%)
(0.00/0.47/0.36/0.24)	

CMYK percentages

%0
%47.18
%35.9
%23.53

Codes

Color #C3677D in popluar color models

C3677D
RGB195103125
HSL346°43.40%58.43%
HSB/HSV346°47.18%76.47%
CMYK0.00%47.18%35.90%
23.53%

Color #C3677D in popluar number systems.

HEXC3677D
Decimal195103125
Binary1100001111001111111101
Octal303147175

Shades and tints

Shades of #C3677D

#C3677D
(195,103,125)
#B25E72
(178,94,114)
#A15567
(161,85,103)
#904C5C
(144,76,92)
#7F4351
(127,67,81)
#6E3A46
(110,58,70)
#5D313B
(93,49,59)
#4C2830
(76,40,48)
#3B1F25
(59,31,37)
#2A161A
(42,22,26)
#190D0F
(25,13,15)
#000000
(0,0,0)

Tints of #C3677D

#C3677D
(195,103,125)
#C87488
(200,116,136)
#CD8193
(205,129,147)
#D28E9E
(210,142,158)
#D79BA9
(215,155,169)
#DCA8B4
(220,168,180)
#E1B5BF
(225,181,191)
#E6C2CA
(230,194,202)
#EBCFD5
(235,207,213)
#F0DCE0
(240,220,224)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3677D; }

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

This text font color is #C3677D.


Background Color

.myBgColor { background-color: #C3677D; }

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

This div background color is #C3677D.


Border color

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

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

This div border color is #C3677D.


Opacity

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

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

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

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

This text has shadow with #C3677D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3677D on black background.


Color preview on white background

This text has color #C3677D on white background.



Black color preview on #C3677D background

This text has black color on #C3677D background.


White color preview on #C3677D background

This text has white color on #C3677D background.