COLOR #C3A49C

HEX: #C3A49C
RGB: (195,164,156)

Color info

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

RGB color model

#C3A49C color RGB value is (195,164,156).

  • red value is 195;
  • green value is 164;
  • blue value is 156.
RGB:
(195,164,156)
(76%,64%,61%)

RGB channels and saturation

R 195 of 255 = 76%
G 164 of 255 = 64%
B 156 of 255 = 61%

195
164
156

R + G + B ~ 67%. #C3A49C is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 164 + 156 = 515 (100%)
R 195 of 515 ~ 37.86%
G 164 of 515 ~ 31.84%
B 156 of 515 ~ 30.29%

%37.86
%31.84
%30.29

CMYK color model

#C3A49C color CMYK value is (0,16,20,24).

  • cyan value is 0.00%
  • magenta value is 15.90%
  • yellow value is 20.00%
  • key color value is 23.53%
CMYK:
(0,16,20,24)
C0M16Y20K24 
(0%,16%,20%,24%)
(0.00/0.16/0.20/0.24)	

CMYK percentages

%0
%15.9
%20
%23.53

Codes

Color #C3A49C in popluar color models

C3A49C
RGB195164156
HSL12°24.53%68.82%
HSB/HSV12°20.00%76.47%
CMYK0.00%15.90%20.00%
23.53%

Color #C3A49C in popluar number systems.

HEXC3A49C
Decimal195164156
Binary110000111010010010011100
Octal303244234

Shades and tints

Shades of #C3A49C

#C3A49C
(195,164,156)
#B2968E
(178,150,142)
#A18880
(161,136,128)
#907A72
(144,122,114)
#7F6C64
(127,108,100)
#6E5E56
(110,94,86)
#5D5048
(93,80,72)
#4C423A
(76,66,58)
#3B342C
(59,52,44)
#2A261E
(42,38,30)
#191810
(25,24,16)
#000000
(0,0,0)

Tints of #C3A49C

#C3A49C
(195,164,156)
#C8ACA5
(200,172,165)
#CDB4AE
(205,180,174)
#D2BCB7
(210,188,183)
#D7C4C0
(215,196,192)
#DCCCC9
(220,204,201)
#E1D4D2
(225,212,210)
#E6DCDB
(230,220,219)
#EBE4E4
(235,228,228)
#F0ECED
(240,236,237)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A49C color. Also use rgb(195,164,156) instead hex code.

Text Font Color

.myTextColor { color: #C3A49C; }

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

This text font color is #C3A49C.


Background Color

.myBgColor { background-color: #C3A49C; }

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

This div background color is #C3A49C.


Border color

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

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

This div border color is #C3A49C.


Opacity

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

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

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

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

This text has shadow with #C3A49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A49C on black background.


Color preview on white background

This text has color #C3A49C on white background.



Black color preview on #C3A49C background

This text has black color on #C3A49C background.


White color preview on #C3A49C background

This text has white color on #C3A49C background.