COLOR #C3899B

HEX: #C3899B RGB: (195,137,155)

Color info

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

RGB color model

#C3899B color RGB value is (195,137,155).

RGB: (195,137,155) (76%, 54%, 61%)

RGB channels and saturation

R 195 of 255 = 76%
G 137 of 255 = 54%
B 155 of 255 = 61%

195
137
155

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

Portions of RGB colors in percentages

R + G + B = 195 + 137 + 155 = 487 (100%)
R 195 of 487 ~ 40.04%
G 137 of 487 ~ 28.13%
B 155 of 487 ~ 31.83'%

%40.04
%28.13
%31.83

CMYK color model

#C3899B color CMYK value is (0,30,21,24).

  • cyan value is 0.00%
  • magenta value is 29.74%
  • yellow value is 20.51%
  • key color value is 23.53%
CMYK: (0,30,21,24) C0M30Y21K24 (0%,30%,21%,24%) (0.00/0.30/0.21/0.24) 

CMYK percentages

%0
%29.74
%20.51
%23.53

Codes

Color #C3899B in popluar color models

C3 89 9B
RGB 195 137 155
HSL 341° 32.58% 65.10%
HSB/HSV 341° 29.74% 76.47%
CMYK 0.00% 29.74% 20.51%
23.53%

Color #C3899B in popluar number systems.

HEX C3 89 9B
Decimal 195 137 155
Binary 11000011 10001001 10011011
Octal 303 211 233

Shades and tints

Shades of #C3899B

#C3899B
(195,137,155)
#B27D8D
(178,125,141)
#A1717F
(161,113,127)
#906571
(144,101,113)
#7F5963
(127,89,99)
#6E4D55
(110,77,85)
#5D4147
(93,65,71)
#4C3539
(76,53,57)
#3B292B
(59,41,43)
#2A1D1D
(42,29,29)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #C3899B

#C3899B
(195,137,155)
#C893A4
(200,147,164)
#CD9DAD
(205,157,173)
#D2A7B6
(210,167,182)
#D7B1BF
(215,177,191)
#DCBBC8
(220,187,200)
#E1C5D1
(225,197,209)
#E6CFDA
(230,207,218)
#EBD9E3
(235,217,227)
#F0E3EC
(240,227,236)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3899B; }

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

This text font color is #C3899B.

Background Color

.myBgColor { background-color: #C3899B; }

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

This div background color is #C3899B.

Border color

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

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

This div border color is #C3899B.

Opacity

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

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

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

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

This text has shadow with #C3899B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3899B.

Preview

Color preview on black background

This text has color #C3899B on black background.


Color preview on white background

This text has color #C3899B on white background.


Black color preview on #C3899B background

This text has black color on #C3899B background.


White color preview on #C3899B background

This text has white color on #C3899B background.


Related colors

Complementary color

Complementary color for #hex is #3C7664.


I love getcolorcode.com

Triadic colors

1 #9BC389 and #899BC3 with #C3899B are triadic colors.

2 #9B89C3 and #89C39B with #C3899B are triadic colors.