COLOR #C39994

HEX: #C39994
RGB: (195,153,148)

Color info

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

RGB color model

#C39994 color RGB value is (195,153,148).

  • red value is 195;
  • green value is 153;
  • blue value is 148.
RGB:
(195,153,148)
(76%,60%,58%)

RGB channels and saturation

R 195 of 255 = 76%
G 153 of 255 = 60%
B 148 of 255 = 58%

195
153
148

R + G + B ~ 65%. #C39994 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 153 + 148 = 496 (100%)
R 195 of 496 ~ 39.31%
G 153 of 496 ~ 30.85%
B 148 of 496 ~ 29.84%

%39.31
%30.85
%29.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 24.10%
  • key color value is 23.53%
CMYK:
(0,22,24,24)
C0M22Y24K24 
(0%,22%,24%,24%)
(0.00/0.22/0.24/0.24)	

CMYK percentages

%0
%21.54
%24.1
%23.53

Codes

Color #C39994 in popluar color models

C39994
RGB195153148
HSL28.14%67.25%
HSB/HSV24.10%76.47%
CMYK0.00%21.54%24.10%
23.53%

Color #C39994 in popluar number systems.

HEXC39994
Decimal195153148
Binary110000111001100110010100
Octal303231224

Shades and tints

Shades of #C39994

#C39994
(195,153,148)
#B28C87
(178,140,135)
#A17F7A
(161,127,122)
#90726D
(144,114,109)
#7F6560
(127,101,96)
#6E5853
(110,88,83)
#5D4B46
(93,75,70)
#4C3E39
(76,62,57)
#3B312C
(59,49,44)
#2A241F
(42,36,31)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #C39994

#C39994
(195,153,148)
#C8A29D
(200,162,157)
#CDABA6
(205,171,166)
#D2B4AF
(210,180,175)
#D7BDB8
(215,189,184)
#DCC6C1
(220,198,193)
#E1CFCA
(225,207,202)
#E6D8D3
(230,216,211)
#EBE1DC
(235,225,220)
#F0EAE5
(240,234,229)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39994; }

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

This text font color is #C39994.


Background Color

.myBgColor { background-color: #C39994; }

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

This div background color is #C39994.


Border color

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

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

This div border color is #C39994.


Opacity

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

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

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

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

This text has shadow with #C39994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39994 on black background.


Color preview on white background

This text has color #C39994 on white background.



Black color preview on #C39994 background

This text has black color on #C39994 background.


White color preview on #C39994 background

This text has white color on #C39994 background.