COLOR #C0C695

HEX: #C0C695
RGB: (192,198,149)

Color info

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

RGB color model

#C0C695 color RGB value is (192,198,149).

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

RGB channels and saturation

R 192 of 255 = 75%
G 198 of 255 = 78%
B 149 of 255 = 58%

192
198
149

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

Portions of RGB colors in percentages

R + G + B =
192 + 198 + 149 = 539 (100%)
R 192 of 539 ~ 35.62%
G 198 of 539 ~ 36.73%
B 149 of 539 ~ 27.64%

%35.62
%36.73
%27.64

CMYK color model

#C0C695 color CMYK value is (3,0,25,22).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 24.75%
  • key color value is 22.35%
CMYK:
(3,0,25,22)
C3M0Y25K22 
(3%,0%,25%,22%)
(0.03/0.00/0.25/0.22)	

CMYK percentages

%3.03
%0
%24.75
%22.35

Codes

Color #C0C695 in popluar color models

C0C695
RGB192198149
HSL67°30.06%68.04%
HSB/HSV67°24.75%77.65%
CMYK3.03%0.00%24.75%
22.35%

Color #C0C695 in popluar number systems.

HEXC0C695
Decimal192198149
Binary110000001100011010010101
Octal300306225

Shades and tints

Shades of #C0C695

#C0C695
(192,198,149)
#AFB488
(175,180,136)
#9EA27B
(158,162,123)
#8D906E
(141,144,110)
#7C7E61
(124,126,97)
#6B6C54
(107,108,84)
#5A5A47
(90,90,71)
#49483A
(73,72,58)
#38362D
(56,54,45)
#272420
(39,36,32)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #C0C695

#C0C695
(192,198,149)
#C5CB9E
(197,203,158)
#CAD0A7
(202,208,167)
#CFD5B0
(207,213,176)
#D4DAB9
(212,218,185)
#D9DFC2
(217,223,194)
#DEE4CB
(222,228,203)
#E3E9D4
(227,233,212)
#E8EEDD
(232,238,221)
#EDF3E6
(237,243,230)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C695; }

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

This text font color is #C0C695.


Background Color

.myBgColor { background-color: #C0C695; }

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

This div background color is #C0C695.


Border color

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

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

This div border color is #C0C695.


Opacity

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

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

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

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

This text has shadow with #C0C695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C695 on black background.


Color preview on white background

This text has color #C0C695 on white background.



Black color preview on #C0C695 background

This text has black color on #C0C695 background.


White color preview on #C0C695 background

This text has white color on #C0C695 background.