COLOR #C3B460

HEX: #C3B460 RGB: (195,180,96)

Color info

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

RGB color model

#C3B460 color RGB value is (195,180,96).

RGB: (195,180,96) (76%, 71%, 38%)

RGB channels and saturation

R 195 of 255 = 76%
G 180 of 255 = 71%
B 96 of 255 = 38%

195
180
96

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

Portions of RGB colors in percentages

R + G + B = 195 + 180 + 96 = 471 (100%)
R 195 of 471 ~ 41.4%
G 180 of 471 ~ 38.22%
B 96 of 471 ~ 20.38'%

%41.4
%38.22
%20.38

CMYK color model

#C3B460 color CMYK value is (0,8,51,24).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 50.77%
  • key color value is 23.53%
CMYK: (0,8,51,24) C0M8Y51K24 (0%,8%,51%,24%) (0.00/0.08/0.51/0.24) 

CMYK percentages

%0
%7.69
%50.77
%23.53

Codes

Color #C3B460 in popluar color models

C3 B4 60
RGB 195 180 96
HSL 51° 45.21% 57.06%
HSB/HSV 51° 50.77% 76.47%
CMYK 0.00% 7.69% 50.77%
23.53%

Color #C3B460 in popluar number systems.

HEX C3 B4 60
Decimal 195 180 96
Binary 11000011 10110100 1100000
Octal 303 264 140

Shades and tints

Shades of #C3B460

#C3B460
(195,180,96)
#B2A458
(178,164,88)
#A19450
(161,148,80)
#908448
(144,132,72)
#7F7440
(127,116,64)
#6E6438
(110,100,56)
#5D5430
(93,84,48)
#4C4428
(76,68,40)
#3B3420
(59,52,32)
#2A2418
(42,36,24)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #C3B460

#C3B460
(195,180,96)
#C8BA6E
(200,186,110)
#CDC07C
(205,192,124)
#D2C68A
(210,198,138)
#D7CC98
(215,204,152)
#DCD2A6
(220,210,166)
#E1D8B4
(225,216,180)
#E6DEC2
(230,222,194)
#EBE4D0
(235,228,208)
#F0EADE
(240,234,222)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B460 color. Also use rgb(195,180,96) instead hex code.

Text Font Color

.myTextColor { color: #C3B460; }

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

This text font color is #C3B460.

Background Color

.myBgColor { background-color: #C3B460; }

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

This div background color is #C3B460.

Border color

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

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

This div border color is #C3B460.

Opacity

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

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

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

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

This text has shadow with #C3B460 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B460.

Preview

Color preview on black background

This text has color #C3B460 on black background.


Color preview on white background

This text has color #C3B460 on white background.


Black color preview on #C3B460 background

This text has black color on #C3B460 background.


White color preview on #C3B460 background

This text has white color on #C3B460 background.


Related colors

Complementary color

Complementary color for #hex is #3C4B9F.


I love getcolorcode.com

Triadic colors

1 #60C3B4 and #B460C3 with #C3B460 are triadic colors.

2 #60B4C3 and #B4C360 with #C3B460 are triadic colors.