COLOR #C4C994

HEX: #C4C994
RGB: (196,201,148)

Color info

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

RGB color model

#C4C994 color RGB value is (196,201,148).

  • red value is 196;
  • green value is 201;
  • blue value is 148.
RGB:
(196,201,148)
(77%,79%,58%)

RGB channels and saturation

R 196 of 255 = 77%
G 201 of 255 = 79%
B 148 of 255 = 58%

196
201
148

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

Portions of RGB colors in percentages

R + G + B =
196 + 201 + 148 = 545 (100%)
R 196 of 545 ~ 35.96%
G 201 of 545 ~ 36.88%
B 148 of 545 ~ 27.16%

%35.96
%36.88
%27.16

CMYK color model

#C4C994 color CMYK value is (2,0,26,21).

  • cyan value is 2.49%
  • magenta value is 0.00%
  • yellow value is 26.37%
  • key color value is 21.18%
CMYK:
(2,0,26,21)
C2M0Y26K21 
(2%,0%,26%,21%)
(0.02/0.00/0.26/0.21)	

CMYK percentages

%2.49
%0
%26.37
%21.18

Codes

Color #C4C994 in popluar color models

C4C994
RGB196201148
HSL66°32.92%68.43%
HSB/HSV66°26.37%78.82%
CMYK2.49%0.00%26.37%
21.18%

Color #C4C994 in popluar number systems.

HEXC4C994
Decimal196201148
Binary110001001100100110010100
Octal304311224

Shades and tints

Shades of #C4C994

#C4C994
(196,201,148)
#B3B787
(179,183,135)
#A2A57A
(162,165,122)
#91936D
(145,147,109)
#808160
(128,129,96)
#6F6F53
(111,111,83)
#5E5D46
(94,93,70)
#4D4B39
(77,75,57)
#3C392C
(60,57,44)
#2B271F
(43,39,31)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #C4C994

#C4C994
(196,201,148)
#C9CD9D
(201,205,157)
#CED1A6
(206,209,166)
#D3D5AF
(211,213,175)
#D8D9B8
(216,217,184)
#DDDDC1
(221,221,193)
#E2E1CA
(226,225,202)
#E7E5D3
(231,229,211)
#ECE9DC
(236,233,220)
#F1EDE5
(241,237,229)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C994 color. Also use rgb(196,201,148) instead hex code.

Text Font Color

.myTextColor { color: #C4C994; }

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

This text font color is #C4C994.


Background Color

.myBgColor { background-color: #C4C994; }

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

This div background color is #C4C994.


Border color

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

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

This div border color is #C4C994.


Opacity

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

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

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

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

This text has shadow with #C4C994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C994 on black background.


Color preview on white background

This text has color #C4C994 on white background.



Black color preview on #C4C994 background

This text has black color on #C4C994 background.


White color preview on #C4C994 background

This text has white color on #C4C994 background.