COLOR #C3899F

HEX: #C3899F
RGB: (195,137,159)

Color info

#C3899F contains red, green and blue colors in about the same proportion. Web safe color of #C3899F is #CC9999 (or #C99).

RGB color model

#C3899F color RGB value is (195,137,159).

  • red value is 195;
  • green value is 137;
  • blue value is 159.
RGB:
(195,137,159)
(76%,54%,62%)

RGB channels and saturation

R 195 of 255 = 76%
G 137 of 255 = 54%
B 159 of 255 = 62%

195
137
159

R + G + B ~ 64%. #C3899F is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 137 + 159 = 491 (100%)
R 195 of 491 ~ 39.71%
G 137 of 491 ~ 27.9%
B 159 of 491 ~ 32.38%

%39.71
%27.9
%32.38

CMYK color model

#C3899F color CMYK value is (0,30,18,24).

  • cyan value is 0.00%
  • magenta value is 29.74%
  • yellow value is 18.46%
  • key color value is 23.53%
CMYK:
(0,30,18,24)
C0M30Y18K24 
(0%,30%,18%,24%)
(0.00/0.30/0.18/0.24)	

CMYK percentages

%0
%29.74
%18.46
%23.53

Codes

Color #C3899F in popluar color models

C3899F
RGB195137159
HSL337°32.58%65.10%
HSB/HSV337°29.74%76.47%
CMYK0.00%29.74%18.46%
23.53%

Color #C3899F in popluar number systems.

HEXC3899F
Decimal195137159
Binary110000111000100110011111
Octal303211237

Shades and tints

Shades of #C3899F

#C3899F
(195,137,159)
#B27D91
(178,125,145)
#A17183
(161,113,131)
#906575
(144,101,117)
#7F5967
(127,89,103)
#6E4D59
(110,77,89)
#5D414B
(93,65,75)
#4C353D
(76,53,61)
#3B292F
(59,41,47)
#2A1D21
(42,29,33)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #C3899F

#C3899F
(195,137,159)
#C893A7
(200,147,167)
#CD9DAF
(205,157,175)
#D2A7B7
(210,167,183)
#D7B1BF
(215,177,191)
#DCBBC7
(220,187,199)
#E1C5CF
(225,197,207)
#E6CFD7
(230,207,215)
#EBD9DF
(235,217,223)
#F0E3E7
(240,227,231)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3899F color. Also use rgb(195,137,159) instead hex code.

Text Font Color

.myTextColor { color: #C3899F; }

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

This text font color is #C3899F.


Background Color

.myBgColor { background-color: #C3899F; }

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

This div background color is #C3899F.


Border color

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

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

This div border color is #C3899F.


Opacity

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

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

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

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

This text has shadow with #C3899F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3899F on black background.


Color preview on white background

This text has color #C3899F on white background.



Black color preview on #C3899F background

This text has black color on #C3899F background.


White color preview on #C3899F background

This text has white color on #C3899F background.