COLOR #C9C385

HEX: #C9C385
RGB: (201,195,133)

Color info

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

RGB color model

#C9C385 color RGB value is (201,195,133).

  • red value is 201;
  • green value is 195;
  • blue value is 133.
RGB:
(201,195,133)
(79%,76%,52%)

RGB channels and saturation

R 201 of 255 = 79%
G 195 of 255 = 76%
B 133 of 255 = 52%

201
195
133

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

Portions of RGB colors in percentages

R + G + B =
201 + 195 + 133 = 529 (100%)
R 201 of 529 ~ 38%
G 195 of 529 ~ 36.86%
B 133 of 529 ~ 25.14%

%38
%36.86
%25.14

CMYK color model

#C9C385 color CMYK value is (0,3,34,21).

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 33.83%
  • key color value is 21.18%
CMYK:
(0,3,34,21)
C0M3Y34K21 
(0%,3%,34%,21%)
(0.00/0.03/0.34/0.21)	

CMYK percentages

%0
%2.99
%33.83
%21.18

Codes

Color #C9C385 in popluar color models

C9C385
RGB201195133
HSL55°38.64%65.49%
HSB/HSV55°33.83%78.82%
CMYK0.00%2.99%33.83%
21.18%

Color #C9C385 in popluar number systems.

HEXC9C385
Decimal201195133
Binary110010011100001110000101
Octal311303205

Shades and tints

Shades of #C9C385

#C9C385
(201,195,133)
#B7B279
(183,178,121)
#A5A16D
(165,161,109)
#939061
(147,144,97)
#817F55
(129,127,85)
#6F6E49
(111,110,73)
#5D5D3D
(93,93,61)
#4B4C31
(75,76,49)
#393B25
(57,59,37)
#272A19
(39,42,25)
#15190D
(21,25,13)
#000000
(0,0,0)

Tints of #C9C385

#C9C385
(201,195,133)
#CDC890
(205,200,144)
#D1CD9B
(209,205,155)
#D5D2A6
(213,210,166)
#D9D7B1
(217,215,177)
#DDDCBC
(221,220,188)
#E1E1C7
(225,225,199)
#E5E6D2
(229,230,210)
#E9EBDD
(233,235,221)
#EDF0E8
(237,240,232)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C385; }

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

This text font color is #C9C385.


Background Color

.myBgColor { background-color: #C9C385; }

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

This div background color is #C9C385.


Border color

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

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

This div border color is #C9C385.


Opacity

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

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

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

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

This text has shadow with #C9C385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C385 on black background.


Color preview on white background

This text has color #C9C385 on white background.



Black color preview on #C9C385 background

This text has black color on #C9C385 background.


White color preview on #C9C385 background

This text has white color on #C9C385 background.