COLOR #C9C284

HEX: #C9C284
RGB: (201,194,132)

Color info

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

RGB color model

#C9C284 color RGB value is (201,194,132).

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

RGB channels and saturation

R 201 of 255 = 79%
G 194 of 255 = 76%
B 132 of 255 = 52%

201
194
132

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

Portions of RGB colors in percentages

R + G + B =
201 + 194 + 132 = 527 (100%)
R 201 of 527 ~ 38.14%
G 194 of 527 ~ 36.81%
B 132 of 527 ~ 25.05%

%38.14
%36.81
%25.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 34.33%
  • 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
%3.48
%34.33
%21.18

Codes

Color #C9C284 in popluar color models

C9C284
RGB201194132
HSL54°38.98%65.29%
HSB/HSV54°34.33%78.82%
CMYK0.00%3.48%34.33%
21.18%

Color #C9C284 in popluar number systems.

HEXC9C284
Decimal201194132
Binary110010011100001010000100
Octal311302204

Shades and tints

Shades of #C9C284

#C9C284
(201,194,132)
#B7B178
(183,177,120)
#A5A06C
(165,160,108)
#938F60
(147,143,96)
#817E54
(129,126,84)
#6F6D48
(111,109,72)
#5D5C3C
(93,92,60)
#4B4B30
(75,75,48)
#393A24
(57,58,36)
#272918
(39,41,24)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #C9C284

#C9C284
(201,194,132)
#CDC78F
(205,199,143)
#D1CC9A
(209,204,154)
#D5D1A5
(213,209,165)
#D9D6B0
(217,214,176)
#DDDBBB
(221,219,187)
#E1E0C6
(225,224,198)
#E5E5D1
(229,229,209)
#E9EADC
(233,234,220)
#EDEFE7
(237,239,231)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C284; }

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

This text font color is #C9C284.


Background Color

.myBgColor { background-color: #C9C284; }

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

This div background color is #C9C284.


Border color

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

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

This div border color is #C9C284.


Opacity

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

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

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

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

This text has shadow with #C9C284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C284 on black background.


Color preview on white background

This text has color #C9C284 on white background.



Black color preview on #C9C284 background

This text has black color on #C9C284 background.


White color preview on #C9C284 background

This text has white color on #C9C284 background.