COLOR #C9C380

HEX: #C9C380 RGB: (201,195,128)

Color info

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

RGB color model

#C9C380 color RGB value is (201,195,128).

RGB: (201,195,128) (79%, 76%, 50%)

RGB channels and saturation

R 201 of 255 = 79%
G 195 of 255 = 76%
B 128 of 255 = 50%

201
195
128

R + G + B ~ 68%. #C9C380 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 195 + 128 = 524 (100%)
R 201 of 524 ~ 38.36%
G 195 of 524 ~ 37.21%
B 128 of 524 ~ 24.43'%

%38.36
%37.21
%24.43

CMYK color model

#C9C380 color CMYK value is (0,3,36,21).

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

CMYK: (0,3,36,21)
C0M3Y36K21 (0%, 3%, 36%, 21%)
(0.00 / 0.03 / 0.36 / 0.21)

CMYK percentages

%0
%2.99
%36.32
%21.18

Codes

Color #C9C380 in popluar color models

C9 C3 80
RGB 201 195 128
HSL 55° 40.33% 64.51%
HSB/HSV 55° 36.32% 78.82%
CMYK 0.00% 2.99% 36.32%
21.18%

Color #C9C380 in popluar number systems.

HEX C9 C3 80
Decimal 201 195 128
Binary 11001001 11000011 10000000
Octal 311 303 200

Shades and tints

Shades of #C9C380

#C9C380
(201,195,128)
#B7B275
(183,178,117)
#A5A16A
(165,161,106)
#93905F
(147,144,95)
#817F54
(129,127,84)
#6F6E49
(111,110,73)
#5D5D3E
(93,93,62)
#4B4C33
(75,76,51)
#393B28
(57,59,40)
#272A1D
(39,42,29)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #C9C380

#C9C380
(201,195,128)
#CDC88B
(205,200,139)
#D1CD96
(209,205,150)
#D5D2A1
(213,210,161)
#D9D7AC
(217,215,172)
#DDDCB7
(221,220,183)
#E1E1C2
(225,225,194)
#E5E6CD
(229,230,205)
#E9EBD8
(233,235,216)
#EDF0E3
(237,240,227)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C380; }

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

This text font color is #C9C380.

Background Color

.myBgColor { background-color: #C9C380; }

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

This div background color is #C9C380.

Border color

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

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

This div border color is #C9C380.

Opacity

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

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

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

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

This text has shadow with #C9C380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C380.

Preview

Color preview on black background

This text has color #C9C380 on black background.


Color preview on white background

This text has color #C9C380 on white background.


Black color preview on #C9C380 background

This text has black color on #C9C380 background.


White color preview on #C9C380 background

This text has white color on #C9C380 background.


Related colors

Complementary color

Complementary color for #hex is #363C7F.


I love getcolorcode.com

Triadic colors

1 #80C9C3 and #C380C9 with #C9C380 are triadic colors.

2 #80C3C9 and #C3C980 with #C9C380 are triadic colors.