COLOR #C9B782

HEX: #C9B782 RGB: (201,183,130)

Color info

#C9B782 contains mainly red and green colors. Web safe color of #C9B782 is #CCCC99 (or #CC9).

RGB color model

#C9B782 color RGB value is (201,183,130).

RGB: (201,183,130) (79%, 72%, 51%)

RGB channels and saturation

R 201 of 255 = 79%
G 183 of 255 = 72%
B 130 of 255 = 51%

201
183
130

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

Portions of RGB colors in percentages

R + G + B = 201 + 183 + 130 = 514 (100%)
R 201 of 514 ~ 39.11%
G 183 of 514 ~ 35.6%
B 130 of 514 ~ 25.29'%

%39.11
%35.6
%25.29

CMYK color model

#C9B782 color CMYK value is (0,9,35,21).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 35.32%
  • key color value is 21.18%
CMYK: (0,9,35,21) C0M9Y35K21 (0%,9%,35%,21%) (0.00/0.09/0.35/0.21) 

CMYK percentages

%0
%8.96
%35.32
%21.18

Codes

Color #C9B782 in popluar color models

C9 B7 82
RGB 201 183 130
HSL 45° 39.66% 64.90%
HSB/HSV 45° 35.32% 78.82%
CMYK 0.00% 8.96% 35.32%
21.18%

Color #C9B782 in popluar number systems.

HEX C9 B7 82
Decimal 201 183 130
Binary 11001001 10110111 10000010
Octal 311 267 202

Shades and tints

Shades of #C9B782

#C9B782
(201,183,130)
#B7A777
(183,167,119)
#A5976C
(165,151,108)
#938761
(147,135,97)
#817756
(129,119,86)
#6F674B
(111,103,75)
#5D5740
(93,87,64)
#4B4735
(75,71,53)
#39372A
(57,55,42)
#27271F
(39,39,31)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #C9B782

#C9B782
(201,183,130)
#CDBD8D
(205,189,141)
#D1C398
(209,195,152)
#D5C9A3
(213,201,163)
#D9CFAE
(217,207,174)
#DDD5B9
(221,213,185)
#E1DBC4
(225,219,196)
#E5E1CF
(229,225,207)
#E9E7DA
(233,231,218)
#EDEDE5
(237,237,229)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B782 color. Also use rgb(201,183,130) instead hex code.

Text Font Color

.myTextColor { color: #C9B782; }

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

This text font color is #C9B782.

Background Color

.myBgColor { background-color: #C9B782; }

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

This div background color is #C9B782.

Border color

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

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

This div border color is #C9B782.

Opacity

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

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

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

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

This text has shadow with #C9B782 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B782.

Preview

Color preview on black background

This text has color #C9B782 on black background.


Color preview on white background

This text has color #C9B782 on white background.


Black color preview on #C9B782 background

This text has black color on #C9B782 background.


White color preview on #C9B782 background

This text has white color on #C9B782 background.


Related colors

Complementary color

Complementary color for #hex is #36487D.


I love getcolorcode.com

Triadic colors

1 #82C9B7 and #B782C9 with #C9B782 are triadic colors.

2 #82B7C9 and #B7C982 with #C9B782 are triadic colors.