COLOR #C38B6E

HEX: #C38B6E RGB: (195,139,110)

Color info

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

RGB color model

#C38B6E color RGB value is (195,139,110).

RGB: (195,139,110) (76%, 55%, 43%)

RGB channels and saturation

R 195 of 255 = 76%
G 139 of 255 = 55%
B 110 of 255 = 43%

195
139
110

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

Portions of RGB colors in percentages

R + G + B = 195 + 139 + 110 = 444 (100%)
R 195 of 444 ~ 43.92%
G 139 of 444 ~ 31.31%
B 110 of 444 ~ 24.77'%

%43.92
%31.31
%24.77

CMYK color model

#C38B6E color CMYK value is (0,29,44,24).

  • cyan value is 0.00%
  • magenta value is 28.72%
  • yellow value is 43.59%
  • key color value is 23.53%

CMYK: (0,29,44,24)
C0M29Y44K24 (0%, 29%, 44%, 24%)
(0.00 / 0.29 / 0.44 / 0.24)

CMYK percentages

%0
%28.72
%43.59
%23.53

Codes

Color #C38B6E in popluar color models

C3 8B 6E
RGB 195 139 110
HSL 20° 41.46% 59.80%
HSB/HSV 20° 43.59% 76.47%
CMYK 0.00% 28.72% 43.59%
23.53%

Color #C38B6E in popluar number systems.

HEX C3 8B 6E
Decimal 195 139 110
Binary 11000011 10001011 1101110
Octal 303 213 156

Shades and tints

Shades of #C38B6E

#C38B6E
(195,139,110)
#B27F64
(178,127,100)
#A1735A
(161,115,90)
#906750
(144,103,80)
#7F5B46
(127,91,70)
#6E4F3C
(110,79,60)
#5D4332
(93,67,50)
#4C3728
(76,55,40)
#3B2B1E
(59,43,30)
#2A1F14
(42,31,20)
#19130A
(25,19,10)
#000000
(0,0,0)

Tints of #C38B6E

#C38B6E
(195,139,110)
#C8957B
(200,149,123)
#CD9F88
(205,159,136)
#D2A995
(210,169,149)
#D7B3A2
(215,179,162)
#DCBDAF
(220,189,175)
#E1C7BC
(225,199,188)
#E6D1C9
(230,209,201)
#EBDBD6
(235,219,214)
#F0E5E3
(240,229,227)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38B6E color. Also use rgb(195,139,110) instead hex code.

Text Font Color

.myTextColor { color: #C38B6E; }

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

This text font color is #C38B6E.

Background Color

.myBgColor { background-color: #C38B6E; }

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

This div background color is #C38B6E.

Border color

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

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

This div border color is #C38B6E.

Opacity

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

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

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

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

This text has shadow with #C38B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C38B6E.

Preview

Color preview on black background

This text has color #C38B6E on black background.


Color preview on white background

This text has color #C38B6E on white background.


Black color preview on #C38B6E background

This text has black color on #C38B6E background.


White color preview on #C38B6E background

This text has white color on #C38B6E background.


Related colors

Complementary color

Complementary color for #hex is #3C7491.


I love getcolorcode.com

Triadic colors

1 #6EC38B and #8B6EC3 with #C38B6E are triadic colors.

2 #6E8BC3 and #8BC36E with #C38B6E are triadic colors.