COLOR #C39675

HEX: #C39675
RGB: (195,150,117)

Color info

#C39675 contains mainly red and green colors. Web safe color of #C39675 is #CC9966 (or #C96).

RGB color model

#C39675 color RGB value is (195,150,117).

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

RGB channels and saturation

R 195 of 255 = 76%
G 150 of 255 = 59%
B 117 of 255 = 46%

195
150
117

R + G + B ~ 60%. #C39675 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
195 + 150 + 117 = 462 (100%)
R 195 of 462 ~ 42.21%
G 150 of 462 ~ 32.47%
B 117 of 462 ~ 25.32%

%42.21
%32.47
%25.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 40.00%
  • key color value is 23.53%
CMYK:
(0,23,40,24)
C0M23Y40K24 
(0%,23%,40%,24%)
(0.00/0.23/0.40/0.24)	

CMYK percentages

%0
%23.08
%40
%23.53

Codes

Color #C39675 in popluar color models

C39675
RGB195150117
HSL25°39.39%61.18%
HSB/HSV25°40.00%76.47%
CMYK0.00%23.08%40.00%
23.53%

Color #C39675 in popluar number systems.

HEXC39675
Decimal195150117
Binary11000011100101101110101
Octal303226165

Shades and tints

Shades of #C39675

#C39675
(195,150,117)
#B2896B
(178,137,107)
#A17C61
(161,124,97)
#906F57
(144,111,87)
#7F624D
(127,98,77)
#6E5543
(110,85,67)
#5D4839
(93,72,57)
#4C3B2F
(76,59,47)
#3B2E25
(59,46,37)
#2A211B
(42,33,27)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #C39675

#C39675
(195,150,117)
#C89F81
(200,159,129)
#CDA88D
(205,168,141)
#D2B199
(210,177,153)
#D7BAA5
(215,186,165)
#DCC3B1
(220,195,177)
#E1CCBD
(225,204,189)
#E6D5C9
(230,213,201)
#EBDED5
(235,222,213)
#F0E7E1
(240,231,225)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39675; }

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

This text font color is #C39675.


Background Color

.myBgColor { background-color: #C39675; }

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

This div background color is #C39675.


Border color

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

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

This div border color is #C39675.


Opacity

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

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

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

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

This text has shadow with #C39675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39675 on black background.


Color preview on white background

This text has color #C39675 on white background.



Black color preview on #C39675 background

This text has black color on #C39675 background.


White color preview on #C39675 background

This text has white color on #C39675 background.