COLOR #C3B493

HEX: #C3B493
RGB: (195,180,147)

Color info

#C3B493 contains red, green and blue colors in about the same proportion. Web safe color of #C3B493 is #CCCC99 (or #CC9).

RGB color model

#C3B493 color RGB value is (195,180,147).

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

RGB channels and saturation

R 195 of 255 = 76%
G 180 of 255 = 71%
B 147 of 255 = 58%

195
180
147

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

Portions of RGB colors in percentages

R + G + B =
195 + 180 + 147 = 522 (100%)
R 195 of 522 ~ 37.36%
G 180 of 522 ~ 34.48%
B 147 of 522 ~ 28.16%

%37.36
%34.48
%28.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.69%
  • 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
%7.69
%24.62
%23.53

Codes

Color #C3B493 in popluar color models

C3B493
RGB195180147
HSL41°28.57%67.06%
HSB/HSV41°24.62%76.47%
CMYK0.00%7.69%24.62%
23.53%

Color #C3B493 in popluar number systems.

HEXC3B493
Decimal195180147
Binary110000111011010010010011
Octal303264223

Shades and tints

Shades of #C3B493

#C3B493
(195,180,147)
#B2A486
(178,164,134)
#A19479
(161,148,121)
#90846C
(144,132,108)
#7F745F
(127,116,95)
#6E6452
(110,100,82)
#5D5445
(93,84,69)
#4C4438
(76,68,56)
#3B342B
(59,52,43)
#2A241E
(42,36,30)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #C3B493

#C3B493
(195,180,147)
#C8BA9C
(200,186,156)
#CDC0A5
(205,192,165)
#D2C6AE
(210,198,174)
#D7CCB7
(215,204,183)
#DCD2C0
(220,210,192)
#E1D8C9
(225,216,201)
#E6DED2
(230,222,210)
#EBE4DB
(235,228,219)
#F0EAE4
(240,234,228)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B493; }

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

This text font color is #C3B493.


Background Color

.myBgColor { background-color: #C3B493; }

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

This div background color is #C3B493.


Border color

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

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

This div border color is #C3B493.


Opacity

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

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

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

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

This text has shadow with #C3B493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B493 on black background.


Color preview on white background

This text has color #C3B493 on white background.



Black color preview on #C3B493 background

This text has black color on #C3B493 background.


White color preview on #C3B493 background

This text has white color on #C3B493 background.