COLOR #C0C998

HEX: #C0C998
RGB: (192,201,152)

Color info

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

RGB color model

#C0C998 color RGB value is (192,201,152).

  • red value is 192;
  • green value is 201;
  • blue value is 152.
RGB:
(192,201,152)
(75%,79%,60%)

RGB channels and saturation

R 192 of 255 = 75%
G 201 of 255 = 79%
B 152 of 255 = 60%

192
201
152

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

Portions of RGB colors in percentages

R + G + B =
192 + 201 + 152 = 545 (100%)
R 192 of 545 ~ 35.23%
G 201 of 545 ~ 36.88%
B 152 of 545 ~ 27.89%

%35.23
%36.88
%27.89

CMYK color model

#C0C998 color CMYK value is (4,0,24,21).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 24.38%
  • key color value is 21.18%
CMYK:
(4,0,24,21)
C4M0Y24K21 
(4%,0%,24%,21%)
(0.04/0.00/0.24/0.21)	

CMYK percentages

%4.48
%0
%24.38
%21.18

Codes

Color #C0C998 in popluar color models

C0C998
RGB192201152
HSL71°31.21%69.22%
HSB/HSV71°24.38%78.82%
CMYK4.48%0.00%24.38%
21.18%

Color #C0C998 in popluar number systems.

HEXC0C998
Decimal192201152
Binary110000001100100110011000
Octal300311230

Shades and tints

Shades of #C0C998

#C0C998
(192,201,152)
#AFB78B
(175,183,139)
#9EA57E
(158,165,126)
#8D9371
(141,147,113)
#7C8164
(124,129,100)
#6B6F57
(107,111,87)
#5A5D4A
(90,93,74)
#494B3D
(73,75,61)
#383930
(56,57,48)
#272723
(39,39,35)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #C0C998

#C0C998
(192,201,152)
#C5CDA1
(197,205,161)
#CAD1AA
(202,209,170)
#CFD5B3
(207,213,179)
#D4D9BC
(212,217,188)
#D9DDC5
(217,221,197)
#DEE1CE
(222,225,206)
#E3E5D7
(227,229,215)
#E8E9E0
(232,233,224)
#EDEDE9
(237,237,233)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C998 color. Also use rgb(192,201,152) instead hex code.

Text Font Color

.myTextColor { color: #C0C998; }

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

This text font color is #C0C998.


Background Color

.myBgColor { background-color: #C0C998; }

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

This div background color is #C0C998.


Border color

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

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

This div border color is #C0C998.


Opacity

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

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

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

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

This text has shadow with #C0C998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C998 on black background.


Color preview on white background

This text has color #C0C998 on white background.



Black color preview on #C0C998 background

This text has black color on #C0C998 background.


White color preview on #C0C998 background

This text has white color on #C0C998 background.