COLOR #C3A49B

HEX: #C3A49B
RGB: (195,164,155)

Color info

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

RGB color model

#C3A49B color RGB value is (195,164,155).

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

RGB channels and saturation

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

195
164
155

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

Portions of RGB colors in percentages

R + G + B =
195 + 164 + 155 = 514 (100%)
R 195 of 514 ~ 37.94%
G 164 of 514 ~ 31.91%
B 155 of 514 ~ 30.16%

%37.94
%31.91
%30.16

CMYK color model

#C3A49B color CMYK value is (0,16,21,24).

  • cyan value is 0.00%
  • magenta value is 15.90%
  • yellow value is 20.51%
  • key color value is 23.53%
CMYK:
(0,16,21,24)
C0M16Y21K24 
(0%,16%,21%,24%)
(0.00/0.16/0.21/0.24)	

CMYK percentages

%0
%15.9
%20.51
%23.53

Codes

Color #C3A49B in popluar color models

C3A49B
RGB195164155
HSL14°25.00%68.63%
HSB/HSV14°20.51%76.47%
CMYK0.00%15.90%20.51%
23.53%

Color #C3A49B in popluar number systems.

HEXC3A49B
Decimal195164155
Binary110000111010010010011011
Octal303244233

Shades and tints

Shades of #C3A49B

#C3A49B
(195,164,155)
#B2968D
(178,150,141)
#A1887F
(161,136,127)
#907A71
(144,122,113)
#7F6C63
(127,108,99)
#6E5E55
(110,94,85)
#5D5047
(93,80,71)
#4C4239
(76,66,57)
#3B342B
(59,52,43)
#2A261D
(42,38,29)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #C3A49B

#C3A49B
(195,164,155)
#C8ACA4
(200,172,164)
#CDB4AD
(205,180,173)
#D2BCB6
(210,188,182)
#D7C4BF
(215,196,191)
#DCCCC8
(220,204,200)
#E1D4D1
(225,212,209)
#E6DCDA
(230,220,218)
#EBE4E3
(235,228,227)
#F0ECEC
(240,236,236)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A49B; }

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

This text font color is #C3A49B.


Background Color

.myBgColor { background-color: #C3A49B; }

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

This div background color is #C3A49B.


Border color

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

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

This div border color is #C3A49B.


Opacity

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

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

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

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

This text has shadow with #C3A49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A49B on black background.


Color preview on white background

This text has color #C3A49B on white background.



Black color preview on #C3A49B background

This text has black color on #C3A49B background.


White color preview on #C3A49B background

This text has white color on #C3A49B background.