COLOR #C3A99D

HEX: #C3A99D
RGB: (195,169,157)

Color info

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

RGB color model

#C3A99D color RGB value is (195,169,157).

  • red value is 195;
  • green value is 169;
  • blue value is 157.
RGB:
(195,169,157)
(76%,66%,62%)

RGB channels and saturation

R 195 of 255 = 76%
G 169 of 255 = 66%
B 157 of 255 = 62%

195
169
157

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

Portions of RGB colors in percentages

R + G + B =
195 + 169 + 157 = 521 (100%)
R 195 of 521 ~ 37.43%
G 169 of 521 ~ 32.44%
B 157 of 521 ~ 30.13%

%37.43
%32.44
%30.13

CMYK color model

#C3A99D color CMYK value is (0,13,19,24).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 19.49%
  • key color value is 23.53%
CMYK:
(0,13,19,24)
C0M13Y19K24 
(0%,13%,19%,24%)
(0.00/0.13/0.19/0.24)	

CMYK percentages

%0
%13.33
%19.49
%23.53

Codes

Color #C3A99D in popluar color models

C3A99D
RGB195169157
HSL19°24.05%69.02%
HSB/HSV19°19.49%76.47%
CMYK0.00%13.33%19.49%
23.53%

Color #C3A99D in popluar number systems.

HEXC3A99D
Decimal195169157
Binary110000111010100110011101
Octal303251235

Shades and tints

Shades of #C3A99D

#C3A99D
(195,169,157)
#B29A8F
(178,154,143)
#A18B81
(161,139,129)
#907C73
(144,124,115)
#7F6D65
(127,109,101)
#6E5E57
(110,94,87)
#5D4F49
(93,79,73)
#4C403B
(76,64,59)
#3B312D
(59,49,45)
#2A221F
(42,34,31)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #C3A99D

#C3A99D
(195,169,157)
#C8B0A5
(200,176,165)
#CDB7AD
(205,183,173)
#D2BEB5
(210,190,181)
#D7C5BD
(215,197,189)
#DCCCC5
(220,204,197)
#E1D3CD
(225,211,205)
#E6DAD5
(230,218,213)
#EBE1DD
(235,225,221)
#F0E8E5
(240,232,229)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A99D color. Also use rgb(195,169,157) instead hex code.

Text Font Color

.myTextColor { color: #C3A99D; }

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

This text font color is #C3A99D.


Background Color

.myBgColor { background-color: #C3A99D; }

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

This div background color is #C3A99D.


Border color

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

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

This div border color is #C3A99D.


Opacity

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

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

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

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

This text has shadow with #C3A99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A99D on black background.


Color preview on white background

This text has color #C3A99D on white background.



Black color preview on #C3A99D background

This text has black color on #C3A99D background.


White color preview on #C3A99D background

This text has white color on #C3A99D background.