COLOR #C6C229

HEX: #C6C229
RGB: (198,194,41)

Color info

#C6C229 contains mainly red and green colors. Web safe color of #C6C229 is #CCCC33 (or #CC3).

RGB color model

#C6C229 color RGB value is (198,194,41).

  • red value is 198;
  • green value is 194;
  • blue value is 41.
RGB:
(198,194,41)
(78%,76%,16%)

RGB channels and saturation

R 198 of 255 = 78%
G 194 of 255 = 76%
B 41 of 255 = 16%

198
194
41

R + G + B ~ 57%. #C6C229 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
198 + 194 + 41 = 433 (100%)
R 198 of 433 ~ 45.73%
G 194 of 433 ~ 44.8%
B 41 of 433 ~ 9.47%

%45.73
%44.8

CMYK color model

#C6C229 color CMYK value is (0,2,79,22).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 79.29%
  • key color value is 22.35%
CMYK:
(0,2,79,22)
C0M2Y79K22 
(0%,2%,79%,22%)
(0.00/0.02/0.79/0.22)	

CMYK percentages

%0
%2.02
%79.29
%22.35

Codes

Color #C6C229 in popluar color models

C6C229
RGB19819441
HSL58°65.69%46.86%
HSB/HSV58°79.29%77.65%
CMYK0.00%2.02%79.29%
22.35%

Color #C6C229 in popluar number systems.

HEXC6C229
Decimal19819441
Binary1100011011000010101001
Octal30630251

Shades and tints

Shades of #C6C229

#C6C229
(198,194,41)
#B4B126
(180,177,38)
#A2A023
(162,160,35)
#908F20
(144,143,32)
#7E7E1D
(126,126,29)
#6C6D1A
(108,109,26)
#5A5C17
(90,92,23)
#484B14
(72,75,20)
#363A11
(54,58,17)
#24290E
(36,41,14)
#12180B
(18,24,11)
#000000
(0,0,0)

Tints of #C6C229

#C6C229
(198,194,41)
#CBC73C
(203,199,60)
#D0CC4F
(208,204,79)
#D5D162
(213,209,98)
#DAD675
(218,214,117)
#DFDB88
(223,219,136)
#E4E09B
(228,224,155)
#E9E5AE
(233,229,174)
#EEEAC1
(238,234,193)
#F3EFD4
(243,239,212)
#F8F4E7
(248,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C229 color. Also use rgb(198,194,41) instead hex code.

Text Font Color

.myTextColor { color: #C6C229; }

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

This text font color is #C6C229.


Background Color

.myBgColor { background-color: #C6C229; }

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

This div background color is #C6C229.


Border color

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

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

This div border color is #C6C229.


Opacity

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

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

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

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

This text has shadow with #C6C229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C229 on black background.


Color preview on white background

This text has color #C6C229 on white background.



Black color preview on #C6C229 background

This text has black color on #C6C229 background.


White color preview on #C6C229 background

This text has white color on #C6C229 background.