COLOR #C6CC5F

HEX: #C6CC5F RGB: (198,204,95)

Color info

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

RGB color model

#C6CC5F color RGB value is (198,204,95).

RGB: (198,204,95) (78%, 80%, 37%)

RGB channels and saturation

R 198 of 255 = 78%
G 204 of 255 = 80%
B 95 of 255 = 37%

198
204
95

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

Portions of RGB colors in percentages

R + G + B = 198 + 204 + 95 = 497 (100%)
R 198 of 497 ~ 39.84%
G 204 of 497 ~ 41.05%
B 95 of 497 ~ 19.11'%

%39.84
%41.05
%19.11

CMYK color model

#C6CC5F color CMYK value is (3,0,53,20).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 53.43%
  • key color value is 20.00%
CMYK: (3,0,53,20) C3M0Y53K20 (3%,0%,53%,20%) (0.03/0.00/0.53/0.20) 

CMYK percentages

%2.94
%0
%53.43
%20

Codes

Color #C6CC5F in popluar color models

C6 CC 5F
RGB 198 204 95
HSL 63° 51.66% 58.63%
HSB/HSV 63° 53.43% 80.00%
CMYK 2.94% 0.00% 53.43%
20.00%

Color #C6CC5F in popluar number systems.

HEX C6 CC 5F
Decimal 198 204 95
Binary 11000110 11001100 1011111
Octal 306 314 137

Shades and tints

Shades of #C6CC5F

#C6CC5F
(198,204,95)
#B4BA57
(180,186,87)
#A2A84F
(162,168,79)
#909647
(144,150,71)
#7E843F
(126,132,63)
#6C7237
(108,114,55)
#5A602F
(90,96,47)
#484E27
(72,78,39)
#363C1F
(54,60,31)
#242A17
(36,42,23)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #C6CC5F

#C6CC5F
(198,204,95)
#CBD06D
(203,208,109)
#D0D47B
(208,212,123)
#D5D889
(213,216,137)
#DADC97
(218,220,151)
#DFE0A5
(223,224,165)
#E4E4B3
(228,228,179)
#E9E8C1
(233,232,193)
#EEECCF
(238,236,207)
#F3F0DD
(243,240,221)
#F8F4EB
(248,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CC5F color. Also use rgb(198,204,95) instead hex code.

Text Font Color

.myTextColor { color: #C6CC5F; }

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

This text font color is #C6CC5F.

Background Color

.myBgColor { background-color: #C6CC5F; }

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

This div background color is #C6CC5F.

Border color

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

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

This div border color is #C6CC5F.

Opacity

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

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

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

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

This text has shadow with #C6CC5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CC5F.

Preview

Color preview on black background

This text has color #C6CC5F on black background.


Color preview on white background

This text has color #C6CC5F on white background.


Black color preview on #C6CC5F background

This text has black color on #C6CC5F background.


White color preview on #C6CC5F background

This text has white color on #C6CC5F background.


Related colors

Complementary color

Complementary color for #hex is #3933A0.


I love getcolorcode.com

Triadic colors

1 #5FC6CC and #CC5FC6 with #C6CC5F are triadic colors.

2 #5FCCC6 and #CCC65F with #C6CC5F are triadic colors.