COLOR #C38A72

HEX: #C38A72
RGB: (195,138,114)

Color info

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

RGB color model

#C38A72 color RGB value is (195,138,114).

  • red value is 195;
  • green value is 138;
  • blue value is 114.
RGB:
(195,138,114)
(76%,54%,45%)

RGB channels and saturation

R 195 of 255 = 76%
G 138 of 255 = 54%
B 114 of 255 = 45%

195
138
114

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

Portions of RGB colors in percentages

R + G + B =
195 + 138 + 114 = 447 (100%)
R 195 of 447 ~ 43.62%
G 138 of 447 ~ 30.87%
B 114 of 447 ~ 25.5%

%43.62
%30.87
%25.5

CMYK color model

#C38A72 color CMYK value is (0,29,42,24).

  • cyan value is 0.00%
  • magenta value is 29.23%
  • yellow value is 41.54%
  • key color value is 23.53%
CMYK:
(0,29,42,24)
C0M29Y42K24 
(0%,29%,42%,24%)
(0.00/0.29/0.42/0.24)	

CMYK percentages

%0
%29.23
%41.54
%23.53

Codes

Color #C38A72 in popluar color models

C38A72
RGB195138114
HSL18°40.30%60.59%
HSB/HSV18°41.54%76.47%
CMYK0.00%29.23%41.54%
23.53%

Color #C38A72 in popluar number systems.

HEXC38A72
Decimal195138114
Binary11000011100010101110010
Octal303212162

Shades and tints

Shades of #C38A72

#C38A72
(195,138,114)
#B27E68
(178,126,104)
#A1725E
(161,114,94)
#906654
(144,102,84)
#7F5A4A
(127,90,74)
#6E4E40
(110,78,64)
#5D4236
(93,66,54)
#4C362C
(76,54,44)
#3B2A22
(59,42,34)
#2A1E18
(42,30,24)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #C38A72

#C38A72
(195,138,114)
#C8947E
(200,148,126)
#CD9E8A
(205,158,138)
#D2A896
(210,168,150)
#D7B2A2
(215,178,162)
#DCBCAE
(220,188,174)
#E1C6BA
(225,198,186)
#E6D0C6
(230,208,198)
#EBDAD2
(235,218,210)
#F0E4DE
(240,228,222)
#F5EEEA
(245,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38A72 color. Also use rgb(195,138,114) instead hex code.

Text Font Color

.myTextColor { color: #C38A72; }

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

This text font color is #C38A72.


Background Color

.myBgColor { background-color: #C38A72; }

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

This div background color is #C38A72.


Border color

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

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

This div border color is #C38A72.


Opacity

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

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

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

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

This text has shadow with #C38A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38A72 on black background.


Color preview on white background

This text has color #C38A72 on white background.



Black color preview on #C38A72 background

This text has black color on #C38A72 background.


White color preview on #C38A72 background

This text has white color on #C38A72 background.