COLOR #C3AA8C

HEX: #C3AA8C
RGB: (195,170,140)

Color info

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

RGB color model

#C3AA8C color RGB value is (195,170,140).

  • red value is 195;
  • green value is 170;
  • blue value is 140.
RGB:
(195,170,140)
(76%,67%,55%)

RGB channels and saturation

R 195 of 255 = 76%
G 170 of 255 = 67%
B 140 of 255 = 55%

195
170
140

R + G + B ~ 66%. #C3AA8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 170 + 140 = 505 (100%)
R 195 of 505 ~ 38.61%
G 170 of 505 ~ 33.66%
B 140 of 505 ~ 27.72%

%38.61
%33.66
%27.72

CMYK color model

#C3AA8C color CMYK value is (0,13,28,24).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 28.21%
  • key color value is 23.53%
CMYK:
(0,13,28,24)
C0M13Y28K24 
(0%,13%,28%,24%)
(0.00/0.13/0.28/0.24)	

CMYK percentages

%0
%12.82
%28.21
%23.53

Codes

Color #C3AA8C in popluar color models

C3AA8C
RGB195170140
HSL33°31.43%65.69%
HSB/HSV33°28.21%76.47%
CMYK0.00%12.82%28.21%
23.53%

Color #C3AA8C in popluar number systems.

HEXC3AA8C
Decimal195170140
Binary110000111010101010001100
Octal303252214

Shades and tints

Shades of #C3AA8C

#C3AA8C
(195,170,140)
#B29B80
(178,155,128)
#A18C74
(161,140,116)
#907D68
(144,125,104)
#7F6E5C
(127,110,92)
#6E5F50
(110,95,80)
#5D5044
(93,80,68)
#4C4138
(76,65,56)
#3B322C
(59,50,44)
#2A2320
(42,35,32)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #C3AA8C

#C3AA8C
(195,170,140)
#C8B196
(200,177,150)
#CDB8A0
(205,184,160)
#D2BFAA
(210,191,170)
#D7C6B4
(215,198,180)
#DCCDBE
(220,205,190)
#E1D4C8
(225,212,200)
#E6DBD2
(230,219,210)
#EBE2DC
(235,226,220)
#F0E9E6
(240,233,230)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AA8C color. Also use rgb(195,170,140) instead hex code.

Text Font Color

.myTextColor { color: #C3AA8C; }

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

This text font color is #C3AA8C.


Background Color

.myBgColor { background-color: #C3AA8C; }

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

This div background color is #C3AA8C.


Border color

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

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

This div border color is #C3AA8C.


Opacity

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

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

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

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

This text has shadow with #C3AA8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AA8C on black background.


Color preview on white background

This text has color #C3AA8C on white background.



Black color preview on #C3AA8C background

This text has black color on #C3AA8C background.


White color preview on #C3AA8C background

This text has white color on #C3AA8C background.