COLOR #C4C496

HEX: #C4C496 RGB: (196,196,150)

Color info

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

RGB color model

#C4C496 color RGB value is (196,196,150).

RGB: (196,196,150) (77%, 77%, 59%)

RGB channels and saturation

R 196 of 255 = 77%
G 196 of 255 = 77%
B 150 of 255 = 59%

196
196
150

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

Portions of RGB colors in percentages

R + G + B = 196 + 196 + 150 = 542 (100%)
R 196 of 542 ~ 36.16%
G 196 of 542 ~ 36.16%
B 150 of 542 ~ 27.68'%

%36.16
%36.16
%27.68

CMYK color model

#C4C496 color CMYK value is (0,0,23,23).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.47%
  • key color value is 23.14%

CMYK: (0,0,23,23)
C0M0Y23K23 (0%, 0%, 23%, 23%)
(0.00 / 0.00 / 0.23 / 0.23)

CMYK percentages

%0
%0
%23.47
%23.14

Codes

Color #C4C496 in popluar color models

C4 C4 96
RGB 196 196 150
HSL 60° 28.05% 67.84%
HSB/HSV 60° 23.47% 76.86%
CMYK 0.00% 0.00% 23.47%
23.14%

Color #C4C496 in popluar number systems.

HEX C4 C4 96
Decimal 196 196 150
Binary 11000100 11000100 10010110
Octal 304 304 226

Shades and tints

Shades of #C4C496

#C4C496
(196,196,150)
#B3B389
(179,179,137)
#A2A27C
(162,162,124)
#91916F
(145,145,111)
#808062
(128,128,98)
#6F6F55
(111,111,85)
#5E5E48
(94,94,72)
#4D4D3B
(77,77,59)
#3C3C2E
(60,60,46)
#2B2B21
(43,43,33)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #C4C496

#C4C496
(196,196,150)
#C9C99F
(201,201,159)
#CECEA8
(206,206,168)
#D3D3B1
(211,211,177)
#D8D8BA
(216,216,186)
#DDDDC3
(221,221,195)
#E2E2CC
(226,226,204)
#E7E7D5
(231,231,213)
#ECECDE
(236,236,222)
#F1F1E7
(241,241,231)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C496; }

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

This text font color is #C4C496.

Background Color

.myBgColor { background-color: #C4C496; }

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

This div background color is #C4C496.

Border color

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

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

This div border color is #C4C496.

Opacity

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

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

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

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

This text has shadow with #C4C496 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C496.

Preview

Color preview on black background

This text has color #C4C496 on black background.


Color preview on white background

This text has color #C4C496 on white background.


Black color preview on #C4C496 background

This text has black color on #C4C496 background.


White color preview on #C4C496 background

This text has white color on #C4C496 background.


Related colors

Complementary color

Complementary color for #hex is #3B3B69.


I love getcolorcode.com