COLOR #C3998B

HEX: #C3998B RGB: (195,153,139)

Color info

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

RGB color model

#C3998B color RGB value is (195,153,139).

RGB: (195,153,139) (76%, 60%, 55%)

RGB channels and saturation

R 195 of 255 = 76%
G 153 of 255 = 60%
B 139 of 255 = 55%

195
153
139

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

Portions of RGB colors in percentages

R + G + B = 195 + 153 + 139 = 487 (100%)
R 195 of 487 ~ 40.04%
G 153 of 487 ~ 31.42%
B 139 of 487 ~ 28.54'%

%40.04
%31.42
%28.54

CMYK color model

#C3998B color CMYK value is (0,22,29,24).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 28.72%
  • key color value is 23.53%

CMYK: (0,22,29,24)
C0M22Y29K24 (0%, 22%, 29%, 24%)
(0.00 / 0.22 / 0.29 / 0.24)

CMYK percentages

%0
%21.54
%28.72
%23.53

Codes

Color #C3998B in popluar color models

C3 99 8B
RGB 195 153 139
HSL 15° 31.82% 65.49%
HSB/HSV 15° 28.72% 76.47%
CMYK 0.00% 21.54% 28.72%
23.53%

Color #C3998B in popluar number systems.

HEX C3 99 8B
Decimal 195 153 139
Binary 11000011 10011001 10001011
Octal 303 231 213

Shades and tints

Shades of #C3998B

#C3998B
(195,153,139)
#B28C7F
(178,140,127)
#A17F73
(161,127,115)
#907267
(144,114,103)
#7F655B
(127,101,91)
#6E584F
(110,88,79)
#5D4B43
(93,75,67)
#4C3E37
(76,62,55)
#3B312B
(59,49,43)
#2A241F
(42,36,31)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #C3998B

#C3998B
(195,153,139)
#C8A295
(200,162,149)
#CDAB9F
(205,171,159)
#D2B4A9
(210,180,169)
#D7BDB3
(215,189,179)
#DCC6BD
(220,198,189)
#E1CFC7
(225,207,199)
#E6D8D1
(230,216,209)
#EBE1DB
(235,225,219)
#F0EAE5
(240,234,229)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3998B color. Also use rgb(195,153,139) instead hex code.

Text Font Color

.myTextColor { color: #C3998B; }

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

This text font color is #C3998B.

Background Color

.myBgColor { background-color: #C3998B; }

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

This div background color is #C3998B.

Border color

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

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

This div border color is #C3998B.

Opacity

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

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

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

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

This text has shadow with #C3998B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3998B.

Preview

Color preview on black background

This text has color #C3998B on black background.


Color preview on white background

This text has color #C3998B on white background.


Black color preview on #C3998B background

This text has black color on #C3998B background.


White color preview on #C3998B background

This text has white color on #C3998B background.


Related colors

Complementary color

Complementary color for #hex is #3C6674.


I love getcolorcode.com

Triadic colors

1 #8BC399 and #998BC3 with #C3998B are triadic colors.

2 #8B99C3 and #99C38B with #C3998B are triadic colors.