COLOR #C9C283

HEX: #C9C283 RGB: (201,194,131)

Color info

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

RGB color model

#C9C283 color RGB value is (201,194,131).

RGB: (201,194,131) (79%, 76%, 51%)

RGB channels and saturation

R 201 of 255 = 79%
G 194 of 255 = 76%
B 131 of 255 = 51%

201
194
131

R + G + B ~ 69%. #C9C283 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 194 + 131 = 526 (100%)
R 201 of 526 ~ 38.21%
G 194 of 526 ~ 36.88%
B 131 of 526 ~ 24.9'%

%38.21
%36.88
%24.9

CMYK color model

#C9C283 color CMYK value is (0,3,35,21).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 34.83%
  • key color value is 21.18%

CMYK: (0,3,35,21)
C0M3Y35K21 (0%, 3%, 35%, 21%)
(0.00 / 0.03 / 0.35 / 0.21)

CMYK percentages

%0
%3.48
%34.83
%21.18

Codes

Color #C9C283 in popluar color models

C9 C2 83
RGB 201 194 131
HSL 54° 39.33% 65.10%
HSB/HSV 54° 34.83% 78.82%
CMYK 0.00% 3.48% 34.83%
21.18%

Color #C9C283 in popluar number systems.

HEX C9 C2 83
Decimal 201 194 131
Binary 11001001 11000010 10000011
Octal 311 302 203

Shades and tints

Shades of #C9C283

#C9C283
(201,194,131)
#B7B178
(183,177,120)
#A5A06D
(165,160,109)
#938F62
(147,143,98)
#817E57
(129,126,87)
#6F6D4C
(111,109,76)
#5D5C41
(93,92,65)
#4B4B36
(75,75,54)
#393A2B
(57,58,43)
#272920
(39,41,32)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #C9C283

#C9C283
(201,194,131)
#CDC78E
(205,199,142)
#D1CC99
(209,204,153)
#D5D1A4
(213,209,164)
#D9D6AF
(217,214,175)
#DDDBBA
(221,219,186)
#E1E0C5
(225,224,197)
#E5E5D0
(229,229,208)
#E9EADB
(233,234,219)
#EDEFE6
(237,239,230)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C283 color. Also use rgb(201,194,131) instead hex code.

Text Font Color

.myTextColor { color: #C9C283; }

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

This text font color is #C9C283.

Background Color

.myBgColor { background-color: #C9C283; }

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

This div background color is #C9C283.

Border color

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

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

This div border color is #C9C283.

Opacity

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

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

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

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

This text has shadow with #C9C283 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C283.

Preview

Color preview on black background

This text has color #C9C283 on black background.


Color preview on white background

This text has color #C9C283 on white background.


Black color preview on #C9C283 background

This text has black color on #C9C283 background.


White color preview on #C9C283 background

This text has white color on #C9C283 background.


Related colors

Complementary color

Complementary color for #hex is #363D7C.


I love getcolorcode.com

Triadic colors

1 #83C9C2 and #C283C9 with #C9C283 are triadic colors.

2 #83C2C9 and #C2C983 with #C9C283 are triadic colors.