COLOR #C3AB79

HEX: #C3AB79
RGB: (195,171,121)

Color info

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

RGB color model

#C3AB79 color RGB value is (195,171,121).

  • red value is 195;
  • green value is 171;
  • blue value is 121.
RGB:
(195,171,121)
(76%,67%,47%)

RGB channels and saturation

R 195 of 255 = 76%
G 171 of 255 = 67%
B 121 of 255 = 47%

195
171
121

R + G + B ~ 63%. #C3AB79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 171 + 121 = 487 (100%)
R 195 of 487 ~ 40.04%
G 171 of 487 ~ 35.11%
B 121 of 487 ~ 24.85%

%40.04
%35.11
%24.85

CMYK color model

#C3AB79 color CMYK value is (0,12,38,24).

  • cyan value is 0.00%
  • magenta value is 12.31%
  • yellow value is 37.95%
  • key color value is 23.53%
CMYK:
(0,12,38,24)
C0M12Y38K24 
(0%,12%,38%,24%)
(0.00/0.12/0.38/0.24)	

CMYK percentages

%0
%12.31
%37.95
%23.53

Codes

Color #C3AB79 in popluar color models

C3AB79
RGB195171121
HSL41°38.14%61.96%
HSB/HSV41°37.95%76.47%
CMYK0.00%12.31%37.95%
23.53%

Color #C3AB79 in popluar number systems.

HEXC3AB79
Decimal195171121
Binary11000011101010111111001
Octal303253171

Shades and tints

Shades of #C3AB79

#C3AB79
(195,171,121)
#B29C6E
(178,156,110)
#A18D63
(161,141,99)
#907E58
(144,126,88)
#7F6F4D
(127,111,77)
#6E6042
(110,96,66)
#5D5137
(93,81,55)
#4C422C
(76,66,44)
#3B3321
(59,51,33)
#2A2416
(42,36,22)
#19150B
(25,21,11)
#000000
(0,0,0)

Tints of #C3AB79

#C3AB79
(195,171,121)
#C8B285
(200,178,133)
#CDB991
(205,185,145)
#D2C09D
(210,192,157)
#D7C7A9
(215,199,169)
#DCCEB5
(220,206,181)
#E1D5C1
(225,213,193)
#E6DCCD
(230,220,205)
#EBE3D9
(235,227,217)
#F0EAE5
(240,234,229)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AB79 color. Also use rgb(195,171,121) instead hex code.

Text Font Color

.myTextColor { color: #C3AB79; }

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

This text font color is #C3AB79.


Background Color

.myBgColor { background-color: #C3AB79; }

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

This div background color is #C3AB79.


Border color

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

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

This div border color is #C3AB79.


Opacity

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

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

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

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

This text has shadow with #C3AB79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AB79 on black background.


Color preview on white background

This text has color #C3AB79 on white background.



Black color preview on #C3AB79 background

This text has black color on #C3AB79 background.


White color preview on #C3AB79 background

This text has white color on #C3AB79 background.