COLOR #C4C499

HEX: #C4C499
RGB: (196,196,153)

Color info

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

RGB color model

#C4C499 color RGB value is (196,196,153).

  • red value is 196;
  • green value is 196;
  • blue value is 153.
RGB:
(196,196,153)
(77%,77%,60%)

RGB channels and saturation

R 196 of 255 = 77%
G 196 of 255 = 77%
B 153 of 255 = 60%

196
196
153

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

Portions of RGB colors in percentages

R + G + B =
196 + 196 + 153 = 545 (100%)
R 196 of 545 ~ 35.96%
G 196 of 545 ~ 35.96%
B 153 of 545 ~ 28.07%

%35.96
%35.96
%28.07

CMYK color model

#C4C499 color CMYK value is (0,0,22,23).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 23.14%
CMYK:
(0,0,22,23)
C0M0Y22K23 
(0%,0%,22%,23%)
(0.00/0.00/0.22/0.23)	

CMYK percentages

%0
%0
%21.94
%23.14

Codes

Color #C4C499 in popluar color models

C4C499
RGB196196153
HSL60°26.71%68.43%
HSB/HSV60°21.94%76.86%
CMYK0.00%0.00%21.94%
23.14%

Color #C4C499 in popluar number systems.

HEXC4C499
Decimal196196153
Binary110001001100010010011001
Octal304304231

Shades and tints

Shades of #C4C499

#C4C499
(196,196,153)
#B3B38C
(179,179,140)
#A2A27F
(162,162,127)
#919172
(145,145,114)
#808065
(128,128,101)
#6F6F58
(111,111,88)
#5E5E4B
(94,94,75)
#4D4D3E
(77,77,62)
#3C3C31
(60,60,49)
#2B2B24
(43,43,36)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #C4C499

#C4C499
(196,196,153)
#C9C9A2
(201,201,162)
#CECEAB
(206,206,171)
#D3D3B4
(211,211,180)
#D8D8BD
(216,216,189)
#DDDDC6
(221,221,198)
#E2E2CF
(226,226,207)
#E7E7D8
(231,231,216)
#ECECE1
(236,236,225)
#F1F1EA
(241,241,234)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C499; }

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

This text font color is #C4C499.


Background Color

.myBgColor { background-color: #C4C499; }

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

This div background color is #C4C499.


Border color

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

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

This div border color is #C4C499.


Opacity

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

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

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

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

This text has shadow with #C4C499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C499 on black background.


Color preview on white background

This text has color #C4C499 on white background.



Black color preview on #C4C499 background

This text has black color on #C4C499 background.


White color preview on #C4C499 background

This text has white color on #C4C499 background.