COLOR #C0C696

HEX: #C0C696
RGB: (192,198,150)

Color info

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

RGB color model

#C0C696 color RGB value is (192,198,150).

  • red value is 192;
  • green value is 198;
  • blue value is 150.
RGB:
(192,198,150)
(75%,78%,59%)

RGB channels and saturation

R 192 of 255 = 75%
G 198 of 255 = 78%
B 150 of 255 = 59%

192
198
150

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

Portions of RGB colors in percentages

R + G + B =
192 + 198 + 150 = 540 (100%)
R 192 of 540 ~ 35.56%
G 198 of 540 ~ 36.67%
B 150 of 540 ~ 27.78%

%35.56
%36.67
%27.78

CMYK color model

#C0C696 color CMYK value is (3,0,24,22).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 22.35%
CMYK:
(3,0,24,22)
C3M0Y24K22 
(3%,0%,24%,22%)
(0.03/0.00/0.24/0.22)	

CMYK percentages

%3.03
%0
%24.24
%22.35

Codes

Color #C0C696 in popluar color models

C0C696
RGB192198150
HSL68°29.63%68.24%
HSB/HSV68°24.24%77.65%
CMYK3.03%0.00%24.24%
22.35%

Color #C0C696 in popluar number systems.

HEXC0C696
Decimal192198150
Binary110000001100011010010110
Octal300306226

Shades and tints

Shades of #C0C696

#C0C696
(192,198,150)
#AFB489
(175,180,137)
#9EA27C
(158,162,124)
#8D906F
(141,144,111)
#7C7E62
(124,126,98)
#6B6C55
(107,108,85)
#5A5A48
(90,90,72)
#49483B
(73,72,59)
#38362E
(56,54,46)
#272421
(39,36,33)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #C0C696

#C0C696
(192,198,150)
#C5CB9F
(197,203,159)
#CAD0A8
(202,208,168)
#CFD5B1
(207,213,177)
#D4DABA
(212,218,186)
#D9DFC3
(217,223,195)
#DEE4CC
(222,228,204)
#E3E9D5
(227,233,213)
#E8EEDE
(232,238,222)
#EDF3E7
(237,243,231)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C696; }

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

This text font color is #C0C696.


Background Color

.myBgColor { background-color: #C0C696; }

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

This div background color is #C0C696.


Border color

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

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

This div border color is #C0C696.


Opacity

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

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

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

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

This text has shadow with #C0C696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C696 on black background.


Color preview on white background

This text has color #C0C696 on white background.



Black color preview on #C0C696 background

This text has black color on #C0C696 background.


White color preview on #C0C696 background

This text has white color on #C0C696 background.