COLOR #C3B96D

HEX: #C3B96D RGB: (195,185,109)

Color info

#C3B96D contains mainly red and green colors. Web safe color of #C3B96D is #CCCC66 (or #CC6).

RGB color model

#C3B96D color RGB value is (195,185,109).

RGB: (195,185,109) (76%, 73%, 43%)

RGB channels and saturation

R 195 of 255 = 76%
G 185 of 255 = 73%
B 109 of 255 = 43%

195
185
109

R + G + B ~ 64%. #C3B96D is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 185 + 109 = 489 (100%)
R 195 of 489 ~ 39.88%
G 185 of 489 ~ 37.83%
B 109 of 489 ~ 22.29'%

%39.88
%37.83
%22.29

CMYK color model

#C3B96D color CMYK value is (0,5,44,24).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 44.10%
  • key color value is 23.53%

CMYK: (0,5,44,24)
C0M5Y44K24 (0%, 5%, 44%, 24%)
(0.00 / 0.05 / 0.44 / 0.24)

CMYK percentages

%0
%5.13
%44.1
%23.53

Codes

Color #C3B96D in popluar color models

C3 B9 6D
RGB 195 185 109
HSL 53° 41.75% 59.61%
HSB/HSV 53° 44.10% 76.47%
CMYK 0.00% 5.13% 44.10%
23.53%

Color #C3B96D in popluar number systems.

HEX C3 B9 6D
Decimal 195 185 109
Binary 11000011 10111001 1101101
Octal 303 271 155

Shades and tints

Shades of #C3B96D

#C3B96D
(195,185,109)
#B2A964
(178,169,100)
#A1995B
(161,153,91)
#908952
(144,137,82)
#7F7949
(127,121,73)
#6E6940
(110,105,64)
#5D5937
(93,89,55)
#4C492E
(76,73,46)
#3B3925
(59,57,37)
#2A291C
(42,41,28)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #C3B96D

#C3B96D
(195,185,109)
#C8BF7A
(200,191,122)
#CDC587
(205,197,135)
#D2CB94
(210,203,148)
#D7D1A1
(215,209,161)
#DCD7AE
(220,215,174)
#E1DDBB
(225,221,187)
#E6E3C8
(230,227,200)
#EBE9D5
(235,233,213)
#F0EFE2
(240,239,226)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B96D color. Also use rgb(195,185,109) instead hex code.

Text Font Color

.myTextColor { color: #C3B96D; }

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

This text font color is #C3B96D.

Background Color

.myBgColor { background-color: #C3B96D; }

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

This div background color is #C3B96D.

Border color

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

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

This div border color is #C3B96D.

Opacity

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

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

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

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

This text has shadow with #C3B96D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B96D.

Preview

Color preview on black background

This text has color #C3B96D on black background.


Color preview on white background

This text has color #C3B96D on white background.


Black color preview on #C3B96D background

This text has black color on #C3B96D background.


White color preview on #C3B96D background

This text has white color on #C3B96D background.


Related colors

Complementary color

Complementary color for #hex is #3C4692.


I love getcolorcode.com

Triadic colors

1 #6DC3B9 and #B96DC3 with #C3B96D are triadic colors.

2 #6DB9C3 and #B9C36D with #C3B96D are triadic colors.