COLOR #C9B465

HEX: #C9B465 RGB: (201,180,101)

Color info

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

RGB color model

#C9B465 color RGB value is (201,180,101).

RGB: (201,180,101) (79%, 71%, 40%)

RGB channels and saturation

R 201 of 255 = 79%
G 180 of 255 = 71%
B 101 of 255 = 40%

201
180
101

R + G + B ~ 63%. #C9B465 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 180 + 101 = 482 (100%)
R 201 of 482 ~ 41.7%
G 180 of 482 ~ 37.34%
B 101 of 482 ~ 20.95'%

%41.7
%37.34
%20.95

CMYK color model

#C9B465 color CMYK value is (0,10,50,21).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 49.75%
  • key color value is 21.18%

CMYK: (0,10,50,21)
C0M10Y50K21 (0%, 10%, 50%, 21%)
(0.00 / 0.10 / 0.50 / 0.21)

CMYK percentages

%0
%10.45
%49.75
%21.18

Codes

Color #C9B465 in popluar color models

C9 B4 65
RGB 201 180 101
HSL 47° 48.08% 59.22%
HSB/HSV 47° 49.75% 78.82%
CMYK 0.00% 10.45% 49.75%
21.18%

Color #C9B465 in popluar number systems.

HEX C9 B4 65
Decimal 201 180 101
Binary 11001001 10110100 1100101
Octal 311 264 145

Shades and tints

Shades of #C9B465

#C9B465
(201,180,101)
#B7A45C
(183,164,92)
#A59453
(165,148,83)
#93844A
(147,132,74)
#817441
(129,116,65)
#6F6438
(111,100,56)
#5D542F
(93,84,47)
#4B4426
(75,68,38)
#39341D
(57,52,29)
#272414
(39,36,20)
#15140B
(21,20,11)
#000000
(0,0,0)

Tints of #C9B465

#C9B465
(201,180,101)
#CDBA73
(205,186,115)
#D1C081
(209,192,129)
#D5C68F
(213,198,143)
#D9CC9D
(217,204,157)
#DDD2AB
(221,210,171)
#E1D8B9
(225,216,185)
#E5DEC7
(229,222,199)
#E9E4D5
(233,228,213)
#EDEAE3
(237,234,227)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B465 color. Also use rgb(201,180,101) instead hex code.

Text Font Color

.myTextColor { color: #C9B465; }

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

This text font color is #C9B465.

Background Color

.myBgColor { background-color: #C9B465; }

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

This div background color is #C9B465.

Border color

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

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

This div border color is #C9B465.

Opacity

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

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

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

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

This text has shadow with #C9B465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B465.

Preview

Color preview on black background

This text has color #C9B465 on black background.


Color preview on white background

This text has color #C9B465 on white background.


Black color preview on #C9B465 background

This text has black color on #C9B465 background.


White color preview on #C9B465 background

This text has white color on #C9B465 background.


Related colors

Complementary color

Complementary color for #hex is #364B9A.


I love getcolorcode.com

Triadic colors

1 #65C9B4 and #B465C9 with #C9B465 are triadic colors.

2 #65B4C9 and #B4C965 with #C9B465 are triadic colors.