COLOR #C3A66F

HEX: #C3A66F RGB: (195,166,111)

Color info

#C3A66F contains mainly red and green colors. Web safe color of #C3A66F is #CC9966 (or #C96).

RGB color model

#C3A66F color RGB value is (195,166,111).

RGB: (195,166,111) (76%, 65%, 44%)

RGB channels and saturation

R 195 of 255 = 76%
G 166 of 255 = 65%
B 111 of 255 = 44%

195
166
111

R + G + B ~ 62%. #C3A66F is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 166 + 111 = 472 (100%)
R 195 of 472 ~ 41.31%
G 166 of 472 ~ 35.17%
B 111 of 472 ~ 23.52'%

%41.31
%35.17
%23.52

CMYK color model

#C3A66F color CMYK value is (0,15,43,24).

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

CMYK: (0,15,43,24)
C0M15Y43K24 (0%, 15%, 43%, 24%)
(0.00 / 0.15 / 0.43 / 0.24)

CMYK percentages

%0
%14.87
%43.08
%23.53

Codes

Color #C3A66F in popluar color models

C3 A6 6F
RGB 195 166 111
HSL 39° 41.18% 60.00%
HSB/HSV 39° 43.08% 76.47%
CMYK 0.00% 14.87% 43.08%
23.53%

Color #C3A66F in popluar number systems.

HEX C3 A6 6F
Decimal 195 166 111
Binary 11000011 10100110 1101111
Octal 303 246 157

Shades and tints

Shades of #C3A66F

#C3A66F
(195,166,111)
#B29765
(178,151,101)
#A1885B
(161,136,91)
#907951
(144,121,81)
#7F6A47
(127,106,71)
#6E5B3D
(110,91,61)
#5D4C33
(93,76,51)
#4C3D29
(76,61,41)
#3B2E1F
(59,46,31)
#2A1F15
(42,31,21)
#19100B
(25,16,11)
#000000
(0,0,0)

Tints of #C3A66F

#C3A66F
(195,166,111)
#C8AE7C
(200,174,124)
#CDB689
(205,182,137)
#D2BE96
(210,190,150)
#D7C6A3
(215,198,163)
#DCCEB0
(220,206,176)
#E1D6BD
(225,214,189)
#E6DECA
(230,222,202)
#EBE6D7
(235,230,215)
#F0EEE4
(240,238,228)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A66F; }

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

This text font color is #C3A66F.

Background Color

.myBgColor { background-color: #C3A66F; }

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

This div background color is #C3A66F.

Border color

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

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

This div border color is #C3A66F.

Opacity

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

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

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

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

This text has shadow with #C3A66F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A66F.

Preview

Color preview on black background

This text has color #C3A66F on black background.


Color preview on white background

This text has color #C3A66F on white background.


Black color preview on #C3A66F background

This text has black color on #C3A66F background.


White color preview on #C3A66F background

This text has white color on #C3A66F background.


Related colors

Complementary color

Complementary color for #hex is #3C5990.


I love getcolorcode.com

Triadic colors

1 #6FC3A6 and #A66FC3 with #C3A66F are triadic colors.

2 #6FA6C3 and #A6C36F with #C3A66F are triadic colors.