COLOR #C3A69C

HEX: #C3A69C RGB: (195,166,156)

Color info

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

RGB color model

#C3A69C color RGB value is (195,166,156).

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

RGB channels and saturation

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

195
166
156

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

Portions of RGB colors in percentages

R + G + B = 195 + 166 + 156 = 517 (100%)
R 195 of 517 ~ 37.72%
G 166 of 517 ~ 32.11%
B 156 of 517 ~ 30.17'%

%37.72
%32.11
%30.17

CMYK color model

#C3A69C color CMYK value is (0,15,20,24).

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

CMYK: (0,15,20,24)
C0M15Y20K24 (0%, 15%, 20%, 24%)
(0.00 / 0.15 / 0.20 / 0.24)

CMYK percentages

%0
%14.87
%20
%23.53

Codes

Color #C3A69C in popluar color models

C3 A6 9C
RGB 195 166 156
HSL 15° 24.53% 68.82%
HSB/HSV 15° 20.00% 76.47%
CMYK 0.00% 14.87% 20.00%
23.53%

Color #C3A69C in popluar number systems.

HEX C3 A6 9C
Decimal 195 166 156
Binary 11000011 10100110 10011100
Octal 303 246 234

Shades and tints

Shades of #C3A69C

#C3A69C
(195,166,156)
#B2978E
(178,151,142)
#A18880
(161,136,128)
#907972
(144,121,114)
#7F6A64
(127,106,100)
#6E5B56
(110,91,86)
#5D4C48
(93,76,72)
#4C3D3A
(76,61,58)
#3B2E2C
(59,46,44)
#2A1F1E
(42,31,30)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #C3A69C

#C3A69C
(195,166,156)
#C8AEA5
(200,174,165)
#CDB6AE
(205,182,174)
#D2BEB7
(210,190,183)
#D7C6C0
(215,198,192)
#DCCEC9
(220,206,201)
#E1D6D2
(225,214,210)
#E6DEDB
(230,222,219)
#EBE6E4
(235,230,228)
#F0EEED
(240,238,237)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A69C; }

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

This text font color is #C3A69C.

Background Color

.myBgColor { background-color: #C3A69C; }

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

This div background color is #C3A69C.

Border color

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

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

This div border color is #C3A69C.

Opacity

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

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

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

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

This text has shadow with #C3A69C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A69C.

Preview

Color preview on black background

This text has color #C3A69C on black background.


Color preview on white background

This text has color #C3A69C on white background.


Black color preview on #C3A69C background

This text has black color on #C3A69C background.


White color preview on #C3A69C background

This text has white color on #C3A69C background.


Related colors

Complementary color

Complementary color for #hex is #3C5963.


I love getcolorcode.com

Triadic colors

1 #9CC3A6 and #A69CC3 with #C3A69C are triadic colors.

2 #9CA6C3 and #A6C39C with #C3A69C are triadic colors.