COLOR #C9906D

HEX: #C9906D RGB: (201,144,109)

Color info

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

RGB color model

#C9906D color RGB value is (201,144,109).

RGB: (201,144,109) (79%, 56%, 43%)

RGB channels and saturation

R 201 of 255 = 79%
G 144 of 255 = 56%
B 109 of 255 = 43%

201
144
109

R + G + B ~ 59%. #C9906D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 201 + 144 + 109 = 454 (100%)
R 201 of 454 ~ 44.27%
G 144 of 454 ~ 31.72%
B 109 of 454 ~ 24.01'%

%44.27
%31.72
%24.01

CMYK color model

#C9906D color CMYK value is (0,28,46,21).

  • cyan value is 0.00%
  • magenta value is 28.36%
  • yellow value is 45.77%
  • key color value is 21.18%
CMYK: (0,28,46,21) C0M28Y46K21 (0%,28%,46%,21%) (0.00/0.28/0.46/0.21) 

CMYK percentages

%0
%28.36
%45.77
%21.18

Codes

Color #C9906D in popluar color models

C9 90 6D
RGB 201 144 109
HSL 23° 46.00% 60.78%
HSB/HSV 23° 45.77% 78.82%
CMYK 0.00% 28.36% 45.77%
21.18%

Color #C9906D in popluar number systems.

HEX C9 90 6D
Decimal 201 144 109
Binary 11001001 10010000 1101101
Octal 311 220 155

Shades and tints

Shades of #C9906D

#C9906D
(201,144,109)
#B78364
(183,131,100)
#A5765B
(165,118,91)
#936952
(147,105,82)
#815C49
(129,92,73)
#6F4F40
(111,79,64)
#5D4237
(93,66,55)
#4B352E
(75,53,46)
#392825
(57,40,37)
#271B1C
(39,27,28)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #C9906D

#C9906D
(201,144,109)
#CD9A7A
(205,154,122)
#D1A487
(209,164,135)
#D5AE94
(213,174,148)
#D9B8A1
(217,184,161)
#DDC2AE
(221,194,174)
#E1CCBB
(225,204,187)
#E5D6C8
(229,214,200)
#E9E0D5
(233,224,213)
#EDEAE2
(237,234,226)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9906D color. Also use rgb(201,144,109) instead hex code.

Text Font Color

.myTextColor { color: #C9906D; }

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

This text font color is #C9906D.

Background Color

.myBgColor { background-color: #C9906D; }

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

This div background color is #C9906D.

Border color

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

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

This div border color is #C9906D.

Opacity

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

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

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

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

This text has shadow with #C9906D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9906D.

Preview

Color preview on black background

This text has color #C9906D on black background.


Color preview on white background

This text has color #C9906D on white background.


Black color preview on #C9906D background

This text has black color on #C9906D background.


White color preview on #C9906D background

This text has white color on #C9906D background.


Related colors

Complementary color

Complementary color for #hex is #366F92.


I love getcolorcode.com

Triadic colors

1 #6DC990 and #906DC9 with #C9906D are triadic colors.

2 #6D90C9 and #90C96D with #C9906D are triadic colors.