COLOR #C0C498

HEX: #C0C498
RGB: (192,196,152)

Color info

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

RGB color model

#C0C498 color RGB value is (192,196,152).

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

RGB channels and saturation

R 192 of 255 = 75%
G 196 of 255 = 77%
B 152 of 255 = 60%

192
196
152

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

Portions of RGB colors in percentages

R + G + B =
192 + 196 + 152 = 540 (100%)
R 192 of 540 ~ 35.56%
G 196 of 540 ~ 36.3%
B 152 of 540 ~ 28.15%

%35.56
%36.3
%28.15

CMYK color model

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

  • cyan value is 2.04%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 23.14%
CMYK:
(2,0,22,23)
C2M0Y22K23 
(2%,0%,22%,23%)
(0.02/0.00/0.22/0.23)	

CMYK percentages

%2.04
%0
%22.45
%23.14

Codes

Color #C0C498 in popluar color models

C0C498
RGB192196152
HSL65°27.16%68.24%
HSB/HSV65°22.45%76.86%
CMYK2.04%0.00%22.45%
23.14%

Color #C0C498 in popluar number systems.

HEXC0C498
Decimal192196152
Binary110000001100010010011000
Octal300304230

Shades and tints

Shades of #C0C498

#C0C498
(192,196,152)
#AFB38B
(175,179,139)
#9EA27E
(158,162,126)
#8D9171
(141,145,113)
#7C8064
(124,128,100)
#6B6F57
(107,111,87)
#5A5E4A
(90,94,74)
#494D3D
(73,77,61)
#383C30
(56,60,48)
#272B23
(39,43,35)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #C0C498

#C0C498
(192,196,152)
#C5C9A1
(197,201,161)
#CACEAA
(202,206,170)
#CFD3B3
(207,211,179)
#D4D8BC
(212,216,188)
#D9DDC5
(217,221,197)
#DEE2CE
(222,226,206)
#E3E7D7
(227,231,215)
#E8ECE0
(232,236,224)
#EDF1E9
(237,241,233)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C498; }

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

This text font color is #C0C498.


Background Color

.myBgColor { background-color: #C0C498; }

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

This div background color is #C0C498.


Border color

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

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

This div border color is #C0C498.


Opacity

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

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

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

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

This text has shadow with #C0C498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C498 on black background.


Color preview on white background

This text has color #C0C498 on white background.



Black color preview on #C0C498 background

This text has black color on #C0C498 background.


White color preview on #C0C498 background

This text has white color on #C0C498 background.