COLOR #C4C59F

HEX: #C4C59F
RGB: (196,197,159)

Color info

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

RGB color model

#C4C59F color RGB value is (196,197,159).

  • red value is 196;
  • green value is 197;
  • blue value is 159.
RGB:
(196,197,159)
(77%,77%,62%)

RGB channels and saturation

R 196 of 255 = 77%
G 197 of 255 = 77%
B 159 of 255 = 62%

196
197
159

R + G + B ~ 72%. #C4C59F is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 197 + 159 = 552 (100%)
R 196 of 552 ~ 35.51%
G 197 of 552 ~ 35.69%
B 159 of 552 ~ 28.8%

%35.51
%35.69
%28.8

CMYK color model

#C4C59F color CMYK value is (1,0,19,23).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 19.29%
  • key color value is 22.75%
CMYK:
(1,0,19,23)
C1M0Y19K23 
(1%,0%,19%,23%)
(0.01/0.00/0.19/0.23)	

CMYK percentages

%0.51
%0
%19.29
%22.75

Codes

Color #C4C59F in popluar color models

C4C59F
RGB196197159
HSL62°24.68%69.80%
HSB/HSV62°19.29%77.25%
CMYK0.51%0.00%19.29%
22.75%

Color #C4C59F in popluar number systems.

HEXC4C59F
Decimal196197159
Binary110001001100010110011111
Octal304305237

Shades and tints

Shades of #C4C59F

#C4C59F
(196,197,159)
#B3B491
(179,180,145)
#A2A383
(162,163,131)
#919275
(145,146,117)
#808167
(128,129,103)
#6F7059
(111,112,89)
#5E5F4B
(94,95,75)
#4D4E3D
(77,78,61)
#3C3D2F
(60,61,47)
#2B2C21
(43,44,33)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #C4C59F

#C4C59F
(196,197,159)
#C9CAA7
(201,202,167)
#CECFAF
(206,207,175)
#D3D4B7
(211,212,183)
#D8D9BF
(216,217,191)
#DDDEC7
(221,222,199)
#E2E3CF
(226,227,207)
#E7E8D7
(231,232,215)
#ECEDDF
(236,237,223)
#F1F2E7
(241,242,231)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C59F color. Also use rgb(196,197,159) instead hex code.

Text Font Color

.myTextColor { color: #C4C59F; }

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

This text font color is #C4C59F.


Background Color

.myBgColor { background-color: #C4C59F; }

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

This div background color is #C4C59F.


Border color

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

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

This div border color is #C4C59F.


Opacity

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

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

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

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

This text has shadow with #C4C59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C59F on black background.


Color preview on white background

This text has color #C4C59F on white background.



Black color preview on #C4C59F background

This text has black color on #C4C59F background.


White color preview on #C4C59F background

This text has white color on #C4C59F background.