COLOR #C4C097

HEX: #C4C097
RGB: (196,192,151)

Color info

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

RGB color model

#C4C097 color RGB value is (196,192,151).

  • red value is 196;
  • green value is 192;
  • blue value is 151.
RGB:
(196,192,151)
(77%,75%,59%)

RGB channels and saturation

R 196 of 255 = 77%
G 192 of 255 = 75%
B 151 of 255 = 59%

196
192
151

R + G + B ~ 70%. #C4C097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 192 + 151 = 539 (100%)
R 196 of 539 ~ 36.36%
G 192 of 539 ~ 35.62%
B 151 of 539 ~ 28.01%

%36.36
%35.62
%28.01

CMYK color model

#C4C097 color CMYK value is (0,2,23,23).

  • cyan value is 0.00%
  • magenta value is 2.04%
  • yellow value is 22.96%
  • key color value is 23.14%
CMYK:
(0,2,23,23)
C0M2Y23K23 
(0%,2%,23%,23%)
(0.00/0.02/0.23/0.23)	

CMYK percentages

%0
%2.04
%22.96
%23.14

Codes

Color #C4C097 in popluar color models

C4C097
RGB196192151
HSL55°27.61%68.04%
HSB/HSV55°22.96%76.86%
CMYK0.00%2.04%22.96%
23.14%

Color #C4C097 in popluar number systems.

HEXC4C097
Decimal196192151
Binary110001001100000010010111
Octal304300227

Shades and tints

Shades of #C4C097

#C4C097
(196,192,151)
#B3AF8A
(179,175,138)
#A29E7D
(162,158,125)
#918D70
(145,141,112)
#807C63
(128,124,99)
#6F6B56
(111,107,86)
#5E5A49
(94,90,73)
#4D493C
(77,73,60)
#3C382F
(60,56,47)
#2B2722
(43,39,34)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #C4C097

#C4C097
(196,192,151)
#C9C5A0
(201,197,160)
#CECAA9
(206,202,169)
#D3CFB2
(211,207,178)
#D8D4BB
(216,212,187)
#DDD9C4
(221,217,196)
#E2DECD
(226,222,205)
#E7E3D6
(231,227,214)
#ECE8DF
(236,232,223)
#F1EDE8
(241,237,232)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C097; }

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

This text font color is #C4C097.


Background Color

.myBgColor { background-color: #C4C097; }

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

This div background color is #C4C097.


Border color

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

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

This div border color is #C4C097.


Opacity

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

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

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

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

This text has shadow with #C4C097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C097 on black background.


Color preview on white background

This text has color #C4C097 on white background.



Black color preview on #C4C097 background

This text has black color on #C4C097 background.


White color preview on #C4C097 background

This text has white color on #C4C097 background.