COLOR #C39694

HEX: #C39694
RGB: (195,150,148)

Color info

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

RGB color model

#C39694 color RGB value is (195,150,148).

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

RGB channels and saturation

R 195 of 255 = 76%
G 150 of 255 = 59%
B 148 of 255 = 58%

195
150
148

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

Portions of RGB colors in percentages

R + G + B =
195 + 150 + 148 = 493 (100%)
R 195 of 493 ~ 39.55%
G 150 of 493 ~ 30.43%
B 148 of 493 ~ 30.02%

%39.55
%30.43
%30.02

CMYK color model

#C39694 color CMYK value is (0,23,24,24).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 24.10%
  • key color value is 23.53%
CMYK:
(0,23,24,24)
C0M23Y24K24 
(0%,23%,24%,24%)
(0.00/0.23/0.24/0.24)	

CMYK percentages

%0
%23.08
%24.1
%23.53

Codes

Color #C39694 in popluar color models

C39694
RGB195150148
HSL28.14%67.25%
HSB/HSV24.10%76.47%
CMYK0.00%23.08%24.10%
23.53%

Color #C39694 in popluar number systems.

HEXC39694
Decimal195150148
Binary110000111001011010010100
Octal303226224

Shades and tints

Shades of #C39694

#C39694
(195,150,148)
#B28987
(178,137,135)
#A17C7A
(161,124,122)
#906F6D
(144,111,109)
#7F6260
(127,98,96)
#6E5553
(110,85,83)
#5D4846
(93,72,70)
#4C3B39
(76,59,57)
#3B2E2C
(59,46,44)
#2A211F
(42,33,31)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #C39694

#C39694
(195,150,148)
#C89F9D
(200,159,157)
#CDA8A6
(205,168,166)
#D2B1AF
(210,177,175)
#D7BAB8
(215,186,184)
#DCC3C1
(220,195,193)
#E1CCCA
(225,204,202)
#E6D5D3
(230,213,211)
#EBDEDC
(235,222,220)
#F0E7E5
(240,231,229)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39694; }

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

This text font color is #C39694.


Background Color

.myBgColor { background-color: #C39694; }

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

This div background color is #C39694.


Border color

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

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

This div border color is #C39694.


Opacity

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

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

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

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

This text has shadow with #C39694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39694 on black background.


Color preview on white background

This text has color #C39694 on white background.



Black color preview on #C39694 background

This text has black color on #C39694 background.


White color preview on #C39694 background

This text has white color on #C39694 background.