COLOR #C0C66C

HEX: #C0C66C
RGB: (192,198,108)

Color info

#C0C66C contains mainly red and green colors. Web safe color of #C0C66C is #CCCC66 (or #CC6).

RGB color model

#C0C66C color RGB value is (192,198,108).

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

RGB channels and saturation

R 192 of 255 = 75%
G 198 of 255 = 78%
B 108 of 255 = 42%

192
198
108

R + G + B ~ 65%. #C0C66C is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 198 + 108 = 498 (100%)
R 192 of 498 ~ 38.55%
G 198 of 498 ~ 39.76%
B 108 of 498 ~ 21.69%

%38.55
%39.76
%21.69

CMYK color model

#C0C66C color CMYK value is (3,0,45,22).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 22.35%
CMYK:
(3,0,45,22)
C3M0Y45K22 
(3%,0%,45%,22%)
(0.03/0.00/0.45/0.22)	

CMYK percentages

%3.03
%0
%45.45
%22.35

Codes

Color #C0C66C in popluar color models

C0C66C
RGB192198108
HSL64°44.12%60.00%
HSB/HSV64°45.45%77.65%
CMYK3.03%0.00%45.45%
22.35%

Color #C0C66C in popluar number systems.

HEXC0C66C
Decimal192198108
Binary11000000110001101101100
Octal300306154

Shades and tints

Shades of #C0C66C

#C0C66C
(192,198,108)
#AFB463
(175,180,99)
#9EA25A
(158,162,90)
#8D9051
(141,144,81)
#7C7E48
(124,126,72)
#6B6C3F
(107,108,63)
#5A5A36
(90,90,54)
#49482D
(73,72,45)
#383624
(56,54,36)
#27241B
(39,36,27)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #C0C66C

#C0C66C
(192,198,108)
#C5CB79
(197,203,121)
#CAD086
(202,208,134)
#CFD593
(207,213,147)
#D4DAA0
(212,218,160)
#D9DFAD
(217,223,173)
#DEE4BA
(222,228,186)
#E3E9C7
(227,233,199)
#E8EED4
(232,238,212)
#EDF3E1
(237,243,225)
#F2F8EE
(242,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C66C; }

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

This text font color is #C0C66C.


Background Color

.myBgColor { background-color: #C0C66C; }

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

This div background color is #C0C66C.


Border color

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

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

This div border color is #C0C66C.


Opacity

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

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

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

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

This text has shadow with #C0C66C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C66C on black background.


Color preview on white background

This text has color #C0C66C on white background.



Black color preview on #C0C66C background

This text has black color on #C0C66C background.


White color preview on #C0C66C background

This text has white color on #C0C66C background.