COLOR #C39496

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

195
148
150

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

Portions of RGB colors in percentages

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

%39.55
%30.02
%30.43

CMYK color model

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

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

CMYK percentages

%0
%24.1
%23.08
%23.53

Codes

Color #C39496 in popluar color models

C39496
RGB195148150
HSL357°28.14%67.25%
HSB/HSV357°24.10%76.47%
CMYK0.00%24.10%23.08%
23.53%

Color #C39496 in popluar number systems.

HEXC39496
Decimal195148150
Binary110000111001010010010110
Octal303224226

Shades and tints

Shades of #C39496

#C39496
(195,148,150)
#B28789
(178,135,137)
#A17A7C
(161,122,124)
#906D6F
(144,109,111)
#7F6062
(127,96,98)
#6E5355
(110,83,85)
#5D4648
(93,70,72)
#4C393B
(76,57,59)
#3B2C2E
(59,44,46)
#2A1F21
(42,31,33)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #C39496

#C39496
(195,148,150)
#C89D9F
(200,157,159)
#CDA6A8
(205,166,168)
#D2AFB1
(210,175,177)
#D7B8BA
(215,184,186)
#DCC1C3
(220,193,195)
#E1CACC
(225,202,204)
#E6D3D5
(230,211,213)
#EBDCDE
(235,220,222)
#F0E5E7
(240,229,231)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39496; }

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

This text font color is #C39496.


Background Color

.myBgColor { background-color: #C39496; }

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

This div background color is #C39496.


Border color

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

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

This div border color is #C39496.


Opacity

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

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

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

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

This text has shadow with #C39496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39496 on black background.


Color preview on white background

This text has color #C39496 on white background.



Black color preview on #C39496 background

This text has black color on #C39496 background.


White color preview on #C39496 background

This text has white color on #C39496 background.