COLOR #C3B393

HEX: #C3B393
RGB: (195,179,147)

Color info

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

RGB color model

#C3B393 color RGB value is (195,179,147).

  • red value is 195;
  • green value is 179;
  • blue value is 147.
RGB:
(195,179,147)
(76%,70%,58%)

RGB channels and saturation

R 195 of 255 = 76%
G 179 of 255 = 70%
B 147 of 255 = 58%

195
179
147

R + G + B ~ 68%. #C3B393 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 179 + 147 = 521 (100%)
R 195 of 521 ~ 37.43%
G 179 of 521 ~ 34.36%
B 147 of 521 ~ 28.21%

%37.43
%34.36
%28.21

CMYK color model

#C3B393 color CMYK value is (0,8,25,24).

  • cyan value is 0.00%
  • magenta value is 8.21%
  • yellow value is 24.62%
  • key color value is 23.53%
CMYK:
(0,8,25,24)
C0M8Y25K24 
(0%,8%,25%,24%)
(0.00/0.08/0.25/0.24)	

CMYK percentages

%0
%8.21
%24.62
%23.53

Codes

Color #C3B393 in popluar color models

C3B393
RGB195179147
HSL40°28.57%67.06%
HSB/HSV40°24.62%76.47%
CMYK0.00%8.21%24.62%
23.53%

Color #C3B393 in popluar number systems.

HEXC3B393
Decimal195179147
Binary110000111011001110010011
Octal303263223

Shades and tints

Shades of #C3B393

#C3B393
(195,179,147)
#B2A386
(178,163,134)
#A19379
(161,147,121)
#90836C
(144,131,108)
#7F735F
(127,115,95)
#6E6352
(110,99,82)
#5D5345
(93,83,69)
#4C4338
(76,67,56)
#3B332B
(59,51,43)
#2A231E
(42,35,30)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #C3B393

#C3B393
(195,179,147)
#C8B99C
(200,185,156)
#CDBFA5
(205,191,165)
#D2C5AE
(210,197,174)
#D7CBB7
(215,203,183)
#DCD1C0
(220,209,192)
#E1D7C9
(225,215,201)
#E6DDD2
(230,221,210)
#EBE3DB
(235,227,219)
#F0E9E4
(240,233,228)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B393 color. Also use rgb(195,179,147) instead hex code.

Text Font Color

.myTextColor { color: #C3B393; }

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

This text font color is #C3B393.


Background Color

.myBgColor { background-color: #C3B393; }

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

This div background color is #C3B393.


Border color

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

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

This div border color is #C3B393.


Opacity

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

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

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

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

This text has shadow with #C3B393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B393 on black background.


Color preview on white background

This text has color #C3B393 on white background.



Black color preview on #C3B393 background

This text has black color on #C3B393 background.


White color preview on #C3B393 background

This text has white color on #C3B393 background.