COLOR #C3AA9B

HEX: #C3AA9B RGB: (195,170,155)

Color info

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

RGB color model

#C3AA9B color RGB value is (195,170,155).

RGB: (195,170,155) (76%, 67%, 61%)

RGB channels and saturation

R 195 of 255 = 76%
G 170 of 255 = 67%
B 155 of 255 = 61%

195
170
155

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

Portions of RGB colors in percentages

R + G + B = 195 + 170 + 155 = 520 (100%)
R 195 of 520 ~ 37.5%
G 170 of 520 ~ 32.69%
B 155 of 520 ~ 29.81'%

%37.5
%32.69
%29.81

CMYK color model

#C3AA9B color CMYK value is (0,13,21,24).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 20.51%
  • key color value is 23.53%

CMYK: (0,13,21,24)
C0M13Y21K24 (0%, 13%, 21%, 24%)
(0.00 / 0.13 / 0.21 / 0.24)

CMYK percentages

%0
%12.82
%20.51
%23.53

Codes

Color #C3AA9B in popluar color models

C3 AA 9B
RGB 195 170 155
HSL 23° 25.00% 68.63%
HSB/HSV 23° 20.51% 76.47%
CMYK 0.00% 12.82% 20.51%
23.53%

Color #C3AA9B in popluar number systems.

HEX C3 AA 9B
Decimal 195 170 155
Binary 11000011 10101010 10011011
Octal 303 252 233

Shades and tints

Shades of #C3AA9B

#C3AA9B
(195,170,155)
#B29B8D
(178,155,141)
#A18C7F
(161,140,127)
#907D71
(144,125,113)
#7F6E63
(127,110,99)
#6E5F55
(110,95,85)
#5D5047
(93,80,71)
#4C4139
(76,65,57)
#3B322B
(59,50,43)
#2A231D
(42,35,29)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #C3AA9B

#C3AA9B
(195,170,155)
#C8B1A4
(200,177,164)
#CDB8AD
(205,184,173)
#D2BFB6
(210,191,182)
#D7C6BF
(215,198,191)
#DCCDC8
(220,205,200)
#E1D4D1
(225,212,209)
#E6DBDA
(230,219,218)
#EBE2E3
(235,226,227)
#F0E9EC
(240,233,236)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AA9B; }

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

This text font color is #C3AA9B.

Background Color

.myBgColor { background-color: #C3AA9B; }

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

This div background color is #C3AA9B.

Border color

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

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

This div border color is #C3AA9B.

Opacity

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

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

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

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

This text has shadow with #C3AA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3AA9B.

Preview

Color preview on black background

This text has color #C3AA9B on black background.


Color preview on white background

This text has color #C3AA9B on white background.


Black color preview on #C3AA9B background

This text has black color on #C3AA9B background.


White color preview on #C3AA9B background

This text has white color on #C3AA9B background.


Related colors

Complementary color

Complementary color for #hex is #3C5564.


I love getcolorcode.com

Triadic colors

1 #9BC3AA and #AA9BC3 with #C3AA9B are triadic colors.

2 #9BAAC3 and #AAC39B with #C3AA9B are triadic colors.