COLOR #C3A69B

HEX: #C3A69B RGB: (195,166,155)

Color info

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

RGB color model

#C3A69B color RGB value is (195,166,155).

RGB: (195,166,155) (76%, 65%, 61%)

RGB channels and saturation

R 195 of 255 = 76%
G 166 of 255 = 65%
B 155 of 255 = 61%

195
166
155

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

Portions of RGB colors in percentages

R + G + B = 195 + 166 + 155 = 516 (100%)
R 195 of 516 ~ 37.79%
G 166 of 516 ~ 32.17%
B 155 of 516 ~ 30.04'%

%37.79
%32.17
%30.04

CMYK color model

#C3A69B color CMYK value is (0,15,21,24).

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

CMYK: (0,15,21,24)
C0M15Y21K24 (0%, 15%, 21%, 24%)
(0.00 / 0.15 / 0.21 / 0.24)

CMYK percentages

%0
%14.87
%20.51
%23.53

Codes

Color #C3A69B in popluar color models

C3 A6 9B
RGB 195 166 155
HSL 17° 25.00% 68.63%
HSB/HSV 17° 20.51% 76.47%
CMYK 0.00% 14.87% 20.51%
23.53%

Color #C3A69B in popluar number systems.

HEX C3 A6 9B
Decimal 195 166 155
Binary 11000011 10100110 10011011
Octal 303 246 233

Shades and tints

Shades of #C3A69B

#C3A69B
(195,166,155)
#B2978D
(178,151,141)
#A1887F
(161,136,127)
#907971
(144,121,113)
#7F6A63
(127,106,99)
#6E5B55
(110,91,85)
#5D4C47
(93,76,71)
#4C3D39
(76,61,57)
#3B2E2B
(59,46,43)
#2A1F1D
(42,31,29)
#19100F
(25,16,15)
#000000
(0,0,0)

Tints of #C3A69B

#C3A69B
(195,166,155)
#C8AEA4
(200,174,164)
#CDB6AD
(205,182,173)
#D2BEB6
(210,190,182)
#D7C6BF
(215,198,191)
#DCCEC8
(220,206,200)
#E1D6D1
(225,214,209)
#E6DEDA
(230,222,218)
#EBE6E3
(235,230,227)
#F0EEEC
(240,238,236)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A69B; }

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

This text font color is #C3A69B.

Background Color

.myBgColor { background-color: #C3A69B; }

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

This div background color is #C3A69B.

Border color

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

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

This div border color is #C3A69B.

Opacity

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

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

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

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

This text has shadow with #C3A69B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A69B.

Preview

Color preview on black background

This text has color #C3A69B on black background.


Color preview on white background

This text has color #C3A69B on white background.


Black color preview on #C3A69B background

This text has black color on #C3A69B background.


White color preview on #C3A69B background

This text has white color on #C3A69B background.


Related colors

Complementary color

Complementary color for #hex is #3C5964.


I love getcolorcode.com

Triadic colors

1 #9BC3A6 and #A69BC3 with #C3A69B are triadic colors.

2 #9BA6C3 and #A6C39B with #C3A69B are triadic colors.