COLOR #C9C891

HEX: #C9C891
RGB: (201,200,145)

Color info

#C9C891 contains red, green and blue colors in about the same proportion. Web safe color of #C9C891 is #CCCC99 (or #CC9).

RGB color model

#C9C891 color RGB value is (201,200,145).

  • red value is 201;
  • green value is 200;
  • blue value is 145.
RGB:
(201,200,145)
(79%,78%,57%)

RGB channels and saturation

R 201 of 255 = 79%
G 200 of 255 = 78%
B 145 of 255 = 57%

201
200
145

R + G + B ~ 71%. #C9C891 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 200 + 145 = 546 (100%)
R 201 of 546 ~ 36.81%
G 200 of 546 ~ 36.63%
B 145 of 546 ~ 26.56%

%36.81
%36.63
%26.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 27.86%
  • key color value is 21.18%
CMYK:
(0,0,28,21)
C0M0Y28K21 
(0%,0%,28%,21%)
(0.00/0.00/0.28/0.21)	

CMYK percentages

%0
%0.5
%27.86
%21.18

Codes

Color #C9C891 in popluar color models

C9C891
RGB201200145
HSL59°34.15%67.84%
HSB/HSV59°27.86%78.82%
CMYK0.00%0.50%27.86%
21.18%

Color #C9C891 in popluar number systems.

HEXC9C891
Decimal201200145
Binary110010011100100010010001
Octal311310221

Shades and tints

Shades of #C9C891

#C9C891
(201,200,145)
#B7B684
(183,182,132)
#A5A477
(165,164,119)
#93926A
(147,146,106)
#81805D
(129,128,93)
#6F6E50
(111,110,80)
#5D5C43
(93,92,67)
#4B4A36
(75,74,54)
#393829
(57,56,41)
#27261C
(39,38,28)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #C9C891

#C9C891
(201,200,145)
#CDCD9B
(205,205,155)
#D1D2A5
(209,210,165)
#D5D7AF
(213,215,175)
#D9DCB9
(217,220,185)
#DDE1C3
(221,225,195)
#E1E6CD
(225,230,205)
#E5EBD7
(229,235,215)
#E9F0E1
(233,240,225)
#EDF5EB
(237,245,235)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C891 color. Also use rgb(201,200,145) instead hex code.

Text Font Color

.myTextColor { color: #C9C891; }

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

This text font color is #C9C891.


Background Color

.myBgColor { background-color: #C9C891; }

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

This div background color is #C9C891.


Border color

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

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

This div border color is #C9C891.


Opacity

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

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

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

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

This text has shadow with #C9C891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C891 on black background.


Color preview on white background

This text has color #C9C891 on white background.



Black color preview on #C9C891 background

This text has black color on #C9C891 background.


White color preview on #C9C891 background

This text has white color on #C9C891 background.