COLOR #C9B680

HEX: #C9B680 RGB: (201,182,128)

Color info

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

RGB color model

#C9B680 color RGB value is (201,182,128).

RGB: (201,182,128) (79%, 71%, 50%)

RGB channels and saturation

R 201 of 255 = 79%
G 182 of 255 = 71%
B 128 of 255 = 50%

201
182
128

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

Portions of RGB colors in percentages

R + G + B = 201 + 182 + 128 = 511 (100%)
R 201 of 511 ~ 39.33%
G 182 of 511 ~ 35.62%
B 128 of 511 ~ 25.05'%

%39.33
%35.62
%25.05

CMYK color model

#C9B680 color CMYK value is (0,9,36,21).

  • cyan value is 0.00%
  • magenta value is 9.45%
  • yellow value is 36.32%
  • key color value is 21.18%

CMYK: (0,9,36,21)
C0M9Y36K21 (0%, 9%, 36%, 21%)
(0.00 / 0.09 / 0.36 / 0.21)

CMYK percentages

%0
%9.45
%36.32
%21.18

Codes

Color #C9B680 in popluar color models

C9 B6 80
RGB 201 182 128
HSL 44° 40.33% 64.51%
HSB/HSV 44° 36.32% 78.82%
CMYK 0.00% 9.45% 36.32%
21.18%

Color #C9B680 in popluar number systems.

HEX C9 B6 80
Decimal 201 182 128
Binary 11001001 10110110 10000000
Octal 311 266 200

Shades and tints

Shades of #C9B680

#C9B680
(201,182,128)
#B7A675
(183,166,117)
#A5966A
(165,150,106)
#93865F
(147,134,95)
#817654
(129,118,84)
#6F6649
(111,102,73)
#5D563E
(93,86,62)
#4B4633
(75,70,51)
#393628
(57,54,40)
#27261D
(39,38,29)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #C9B680

#C9B680
(201,182,128)
#CDBC8B
(205,188,139)
#D1C296
(209,194,150)
#D5C8A1
(213,200,161)
#D9CEAC
(217,206,172)
#DDD4B7
(221,212,183)
#E1DAC2
(225,218,194)
#E5E0CD
(229,224,205)
#E9E6D8
(233,230,216)
#EDECE3
(237,236,227)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B680 color. Also use rgb(201,182,128) instead hex code.

Text Font Color

.myTextColor { color: #C9B680; }

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

This text font color is #C9B680.

Background Color

.myBgColor { background-color: #C9B680; }

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

This div background color is #C9B680.

Border color

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

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

This div border color is #C9B680.

Opacity

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

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

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

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

This text has shadow with #C9B680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B680.

Preview

Color preview on black background

This text has color #C9B680 on black background.


Color preview on white background

This text has color #C9B680 on white background.


Black color preview on #C9B680 background

This text has black color on #C9B680 background.


White color preview on #C9B680 background

This text has white color on #C9B680 background.


Related colors

Complementary color

Complementary color for #hex is #36497F.


I love getcolorcode.com

Triadic colors

1 #80C9B6 and #B680C9 with #C9B680 are triadic colors.

2 #80B6C9 and #B6C980 with #C9B680 are triadic colors.