COLOR #C0C56C

HEX: #C0C56C RGB: (192,197,108)

Color info

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

RGB color model

#C0C56C color RGB value is (192,197,108).

RGB: (192,197,108) (75%, 77%, 42%)

RGB channels and saturation

R 192 of 255 = 75%
G 197 of 255 = 77%
B 108 of 255 = 42%

192
197
108

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

Portions of RGB colors in percentages

R + G + B = 192 + 197 + 108 = 497 (100%)
R 192 of 497 ~ 38.63%
G 197 of 497 ~ 39.64%
B 108 of 497 ~ 21.73'%

%38.63
%39.64
%21.73

CMYK color model

#C0C56C color CMYK value is (3,0,45,23).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 45.18%
  • key color value is 22.75%

CMYK: (3,0,45,23)
C3M0Y45K23 (3%, 0%, 45%, 23%)
(0.03 / 0.00 / 0.45 / 0.23)

CMYK percentages

%2.54
%0
%45.18
%22.75

Codes

Color #C0C56C in popluar color models

C0 C5 6C
RGB 192 197 108
HSL 63° 43.41% 59.80%
HSB/HSV 63° 45.18% 77.25%
CMYK 2.54% 0.00% 45.18%
22.75%

Color #C0C56C in popluar number systems.

HEX C0 C5 6C
Decimal 192 197 108
Binary 11000000 11000101 1101100
Octal 300 305 154

Shades and tints

Shades of #C0C56C

#C0C56C
(192,197,108)
#AFB463
(175,180,99)
#9EA35A
(158,163,90)
#8D9251
(141,146,81)
#7C8148
(124,129,72)
#6B703F
(107,112,63)
#5A5F36
(90,95,54)
#494E2D
(73,78,45)
#383D24
(56,61,36)
#272C1B
(39,44,27)
#161B12
(22,27,18)
#000000
(0,0,0)

Tints of #C0C56C

#C0C56C
(192,197,108)
#C5CA79
(197,202,121)
#CACF86
(202,207,134)
#CFD493
(207,212,147)
#D4D9A0
(212,217,160)
#D9DEAD
(217,222,173)
#DEE3BA
(222,227,186)
#E3E8C7
(227,232,199)
#E8EDD4
(232,237,212)
#EDF2E1
(237,242,225)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C56C; }

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

This text font color is #C0C56C.

Background Color

.myBgColor { background-color: #C0C56C; }

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

This div background color is #C0C56C.

Border color

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

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

This div border color is #C0C56C.

Opacity

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

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

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

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

This text has shadow with #C0C56C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0C56C.

Preview

Color preview on black background

This text has color #C0C56C on black background.


Color preview on white background

This text has color #C0C56C on white background.


Black color preview on #C0C56C background

This text has black color on #C0C56C background.


White color preview on #C0C56C background

This text has white color on #C0C56C background.


Related colors

Complementary color

Complementary color for #hex is #3F3A93.


I love getcolorcode.com

Triadic colors

1 #6CC0C5 and #C56CC0 with #C0C56C are triadic colors.

2 #6CC5C0 and #C5C06C with #C0C56C are triadic colors.