COLOR #C0CC8A

HEX: #C0CC8A RGB: (192,204,138)

Color info

#C0CC8A contains mainly red and green colors. Web safe color of #C0CC8A is #CCCC99 (or #CC9).

RGB color model

#C0CC8A color RGB value is (192,204,138).

RGB: (192,204,138) (75%, 80%, 54%)

RGB channels and saturation

R 192 of 255 = 75%
G 204 of 255 = 80%
B 138 of 255 = 54%

192
204
138

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

Portions of RGB colors in percentages

R + G + B = 192 + 204 + 138 = 534 (100%)
R 192 of 534 ~ 35.96%
G 204 of 534 ~ 38.2%
B 138 of 534 ~ 25.84'%

%35.96
%38.2
%25.84

CMYK color model

#C0CC8A color CMYK value is (6,0,32,20).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 20.00%

CMYK: (6,0,32,20)
C6M0Y32K20 (6%, 0%, 32%, 20%)
(0.06 / 0.00 / 0.32 / 0.20)

CMYK percentages

%5.88
%0
%32.35
%20

Codes

Color #C0CC8A in popluar color models

C0 CC 8A
RGB 192 204 138
HSL 71° 39.29% 67.06%
HSB/HSV 71° 32.35% 80.00%
CMYK 5.88% 0.00% 32.35%
20.00%

Color #C0CC8A in popluar number systems.

HEX C0 CC 8A
Decimal 192 204 138
Binary 11000000 11001100 10001010
Octal 300 314 212

Shades and tints

Shades of #C0CC8A

#C0CC8A
(192,204,138)
#AFBA7E
(175,186,126)
#9EA872
(158,168,114)
#8D9666
(141,150,102)
#7C845A
(124,132,90)
#6B724E
(107,114,78)
#5A6042
(90,96,66)
#494E36
(73,78,54)
#383C2A
(56,60,42)
#272A1E
(39,42,30)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #C0CC8A

#C0CC8A
(192,204,138)
#C5D094
(197,208,148)
#CAD49E
(202,212,158)
#CFD8A8
(207,216,168)
#D4DCB2
(212,220,178)
#D9E0BC
(217,224,188)
#DEE4C6
(222,228,198)
#E3E8D0
(227,232,208)
#E8ECDA
(232,236,218)
#EDF0E4
(237,240,228)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0CC8A color. Also use rgb(192,204,138) instead hex code.

Text Font Color

.myTextColor { color: #C0CC8A; }

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

This text font color is #C0CC8A.

Background Color

.myBgColor { background-color: #C0CC8A; }

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

This div background color is #C0CC8A.

Border color

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

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

This div border color is #C0CC8A.

Opacity

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

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

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

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

This text has shadow with #C0CC8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0CC8A.

Preview

Color preview on black background

This text has color #C0CC8A on black background.


Color preview on white background

This text has color #C0CC8A on white background.


Black color preview on #C0CC8A background

This text has black color on #C0CC8A background.


White color preview on #C0CC8A background

This text has white color on #C0CC8A background.


Related colors

Complementary color

Complementary color for #hex is #3F3375.


I love getcolorcode.com

Triadic colors

1 #8AC0CC and #CC8AC0 with #C0CC8A are triadic colors.

2 #8ACCC0 and #CCC08A with #C0CC8A are triadic colors.