COLOR #C39D88

HEX: #C39D88
RGB: (195,157,136)

Color info

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

RGB color model

#C39D88 color RGB value is (195,157,136).

  • red value is 195;
  • green value is 157;
  • blue value is 136.
RGB:
(195,157,136)
(76%,62%,53%)

RGB channels and saturation

R 195 of 255 = 76%
G 157 of 255 = 62%
B 136 of 255 = 53%

195
157
136

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

Portions of RGB colors in percentages

R + G + B =
195 + 157 + 136 = 488 (100%)
R 195 of 488 ~ 39.96%
G 157 of 488 ~ 32.17%
B 136 of 488 ~ 27.87%

%39.96
%32.17
%27.87

CMYK color model

#C39D88 color CMYK value is (0,19,30,24).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 30.26%
  • key color value is 23.53%
CMYK:
(0,19,30,24)
C0M19Y30K24 
(0%,19%,30%,24%)
(0.00/0.19/0.30/0.24)	

CMYK percentages

%0
%19.49
%30.26
%23.53

Codes

Color #C39D88 in popluar color models

C39D88
RGB195157136
HSL21°32.96%64.90%
HSB/HSV21°30.26%76.47%
CMYK0.00%19.49%30.26%
23.53%

Color #C39D88 in popluar number systems.

HEXC39D88
Decimal195157136
Binary110000111001110110001000
Octal303235210

Shades and tints

Shades of #C39D88

#C39D88
(195,157,136)
#B28F7C
(178,143,124)
#A18170
(161,129,112)
#907364
(144,115,100)
#7F6558
(127,101,88)
#6E574C
(110,87,76)
#5D4940
(93,73,64)
#4C3B34
(76,59,52)
#3B2D28
(59,45,40)
#2A1F1C
(42,31,28)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #C39D88

#C39D88
(195,157,136)
#C8A592
(200,165,146)
#CDAD9C
(205,173,156)
#D2B5A6
(210,181,166)
#D7BDB0
(215,189,176)
#DCC5BA
(220,197,186)
#E1CDC4
(225,205,196)
#E6D5CE
(230,213,206)
#EBDDD8
(235,221,216)
#F0E5E2
(240,229,226)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39D88 color. Also use rgb(195,157,136) instead hex code.

Text Font Color

.myTextColor { color: #C39D88; }

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

This text font color is #C39D88.


Background Color

.myBgColor { background-color: #C39D88; }

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

This div background color is #C39D88.


Border color

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

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

This div border color is #C39D88.


Opacity

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

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

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

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

This text has shadow with #C39D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39D88 on black background.


Color preview on white background

This text has color #C39D88 on white background.



Black color preview on #C39D88 background

This text has black color on #C39D88 background.


White color preview on #C39D88 background

This text has white color on #C39D88 background.