COLOR #C39699

HEX: #C39699
RGB: (195,150,153)

Color info

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

RGB color model

#C39699 color RGB value is (195,150,153).

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

RGB channels and saturation

R 195 of 255 = 76%
G 150 of 255 = 59%
B 153 of 255 = 60%

195
150
153

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

Portions of RGB colors in percentages

R + G + B =
195 + 150 + 153 = 498 (100%)
R 195 of 498 ~ 39.16%
G 150 of 498 ~ 30.12%
B 153 of 498 ~ 30.72%

%39.16
%30.12
%30.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 21.54%
  • key color value is 23.53%
CMYK:
(0,23,22,24)
C0M23Y22K24 
(0%,23%,22%,24%)
(0.00/0.23/0.22/0.24)	

CMYK percentages

%0
%23.08
%21.54
%23.53

Codes

Color #C39699 in popluar color models

C39699
RGB195150153
HSL356°27.27%67.65%
HSB/HSV356°23.08%76.47%
CMYK0.00%23.08%21.54%
23.53%

Color #C39699 in popluar number systems.

HEXC39699
Decimal195150153
Binary110000111001011010011001
Octal303226231

Shades and tints

Shades of #C39699

#C39699
(195,150,153)
#B2898C
(178,137,140)
#A17C7F
(161,124,127)
#906F72
(144,111,114)
#7F6265
(127,98,101)
#6E5558
(110,85,88)
#5D484B
(93,72,75)
#4C3B3E
(76,59,62)
#3B2E31
(59,46,49)
#2A2124
(42,33,36)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #C39699

#C39699
(195,150,153)
#C89FA2
(200,159,162)
#CDA8AB
(205,168,171)
#D2B1B4
(210,177,180)
#D7BABD
(215,186,189)
#DCC3C6
(220,195,198)
#E1CCCF
(225,204,207)
#E6D5D8
(230,213,216)
#EBDEE1
(235,222,225)
#F0E7EA
(240,231,234)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39699; }

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

This text font color is #C39699.


Background Color

.myBgColor { background-color: #C39699; }

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

This div background color is #C39699.


Border color

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

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

This div border color is #C39699.


Opacity

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

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

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

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

This text has shadow with #C39699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39699 on black background.


Color preview on white background

This text has color #C39699 on white background.



Black color preview on #C39699 background

This text has black color on #C39699 background.


White color preview on #C39699 background

This text has white color on #C39699 background.