COLOR #C9B17D

HEX: #C9B17D RGB: (201,177,125)

Color info

#C9B17D contains mainly red and green colors. Web safe color of #C9B17D is #CC9966 (or #C96).

RGB color model

#C9B17D color RGB value is (201,177,125).

RGB: (201,177,125) (79%, 69%, 49%)

RGB channels and saturation

R 201 of 255 = 79%
G 177 of 255 = 69%
B 125 of 255 = 49%

201
177
125

R + G + B ~ 66%. #C9B17D is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 177 + 125 = 503 (100%)
R 201 of 503 ~ 39.96%
G 177 of 503 ~ 35.19%
B 125 of 503 ~ 24.85'%

%39.96
%35.19
%24.85

CMYK color model

#C9B17D color CMYK value is (0,12,38,21).

  • cyan value is 0.00%
  • magenta value is 11.94%
  • yellow value is 37.81%
  • key color value is 21.18%

CMYK: (0,12,38,21)
C0M12Y38K21 (0%, 12%, 38%, 21%)
(0.00 / 0.12 / 0.38 / 0.21)

CMYK percentages

%0
%11.94
%37.81
%21.18

Codes

Color #C9B17D in popluar color models

C9 B1 7D
RGB 201 177 125
HSL 41° 41.30% 63.92%
HSB/HSV 41° 37.81% 78.82%
CMYK 0.00% 11.94% 37.81%
21.18%

Color #C9B17D in popluar number systems.

HEX C9 B1 7D
Decimal 201 177 125
Binary 11001001 10110001 1111101
Octal 311 261 175

Shades and tints

Shades of #C9B17D

#C9B17D
(201,177,125)
#B7A172
(183,161,114)
#A59167
(165,145,103)
#93815C
(147,129,92)
#817151
(129,113,81)
#6F6146
(111,97,70)
#5D513B
(93,81,59)
#4B4130
(75,65,48)
#393125
(57,49,37)
#27211A
(39,33,26)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #C9B17D

#C9B17D
(201,177,125)
#CDB888
(205,184,136)
#D1BF93
(209,191,147)
#D5C69E
(213,198,158)
#D9CDA9
(217,205,169)
#DDD4B4
(221,212,180)
#E1DBBF
(225,219,191)
#E5E2CA
(229,226,202)
#E9E9D5
(233,233,213)
#EDF0E0
(237,240,224)
#F1F7EB
(241,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B17D color. Also use rgb(201,177,125) instead hex code.

Text Font Color

.myTextColor { color: #C9B17D; }

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

This text font color is #C9B17D.

Background Color

.myBgColor { background-color: #C9B17D; }

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

This div background color is #C9B17D.

Border color

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

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

This div border color is #C9B17D.

Opacity

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

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

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

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

This text has shadow with #C9B17D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B17D.

Preview

Color preview on black background

This text has color #C9B17D on black background.


Color preview on white background

This text has color #C9B17D on white background.


Black color preview on #C9B17D background

This text has black color on #C9B17D background.


White color preview on #C9B17D background

This text has white color on #C9B17D background.


Related colors

Complementary color

Complementary color for #hex is #364E82.


I love getcolorcode.com

Triadic colors

1 #7DC9B1 and #B17DC9 with #C9B17D are triadic colors.

2 #7DB1C9 and #B1C97D with #C9B17D are triadic colors.