COLOR #C3728D

HEX: #C3728D
RGB: (195,114,141)

Color info

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

RGB color model

#C3728D color RGB value is (195,114,141).

  • red value is 195;
  • green value is 114;
  • blue value is 141.
RGB:
(195,114,141)
(76%,45%,55%)

RGB channels and saturation

R 195 of 255 = 76%
G 114 of 255 = 45%
B 141 of 255 = 55%

195
114
141

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

Portions of RGB colors in percentages

R + G + B =
195 + 114 + 141 = 450 (100%)
R 195 of 450 ~ 43.33%
G 114 of 450 ~ 25.33%
B 141 of 450 ~ 31.33%

%43.33
%25.33
%31.33

CMYK color model

#C3728D color CMYK value is (0,42,28,24).

  • cyan value is 0.00%
  • magenta value is 41.54%
  • yellow value is 27.69%
  • key color value is 23.53%
CMYK:
(0,42,28,24)
C0M42Y28K24 
(0%,42%,28%,24%)
(0.00/0.42/0.28/0.24)	

CMYK percentages

%0
%41.54
%27.69
%23.53

Codes

Color #C3728D in popluar color models

C3728D
RGB195114141
HSL340°40.30%60.59%
HSB/HSV340°41.54%76.47%
CMYK0.00%41.54%27.69%
23.53%

Color #C3728D in popluar number systems.

HEXC3728D
Decimal195114141
Binary11000011111001010001101
Octal303162215

Shades and tints

Shades of #C3728D

#C3728D
(195,114,141)
#B26881
(178,104,129)
#A15E75
(161,94,117)
#905469
(144,84,105)
#7F4A5D
(127,74,93)
#6E4051
(110,64,81)
#5D3645
(93,54,69)
#4C2C39
(76,44,57)
#3B222D
(59,34,45)
#2A1821
(42,24,33)
#190E15
(25,14,21)
#000000
(0,0,0)

Tints of #C3728D

#C3728D
(195,114,141)
#C87E97
(200,126,151)
#CD8AA1
(205,138,161)
#D296AB
(210,150,171)
#D7A2B5
(215,162,181)
#DCAEBF
(220,174,191)
#E1BAC9
(225,186,201)
#E6C6D3
(230,198,211)
#EBD2DD
(235,210,221)
#F0DEE7
(240,222,231)
#F5EAF1
(245,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3728D color. Also use rgb(195,114,141) instead hex code.

Text Font Color

.myTextColor { color: #C3728D; }

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

This text font color is #C3728D.


Background Color

.myBgColor { background-color: #C3728D; }

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

This div background color is #C3728D.


Border color

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

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

This div border color is #C3728D.


Opacity

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

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

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

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

This text has shadow with #C3728D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3728D on black background.


Color preview on white background

This text has color #C3728D on white background.



Black color preview on #C3728D background

This text has black color on #C3728D background.


White color preview on #C3728D background

This text has white color on #C3728D background.