COLOR #C6C332

HEX: #C6C332
RGB: (198,195,50)

Color info

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

RGB color model

#C6C332 color RGB value is (198,195,50).

  • red value is 198;
  • green value is 195;
  • blue value is 50.
RGB:
(198,195,50)
(78%,76%,20%)

RGB channels and saturation

R 198 of 255 = 78%
G 195 of 255 = 76%
B 50 of 255 = 20%

198
195
50

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

Portions of RGB colors in percentages

R + G + B =
198 + 195 + 50 = 443 (100%)
R 198 of 443 ~ 44.7%
G 195 of 443 ~ 44.02%
B 50 of 443 ~ 11.29%

%44.7
%44.02
%11.29

CMYK color model

#C6C332 color CMYK value is (0,2,75,22).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 74.75%
  • key color value is 22.35%
CMYK:
(0,2,75,22)
C0M2Y75K22 
(0%,2%,75%,22%)
(0.00/0.02/0.75/0.22)	

CMYK percentages

%0
%1.52
%74.75
%22.35

Codes

Color #C6C332 in popluar color models

C6C332
RGB19819550
HSL59°59.68%48.63%
HSB/HSV59°74.75%77.65%
CMYK0.00%1.52%74.75%
22.35%

Color #C6C332 in popluar number systems.

HEXC6C332
Decimal19819550
Binary1100011011000011110010
Octal30630362

Shades and tints

Shades of #C6C332

#C6C332
(198,195,50)
#B4B22E
(180,178,46)
#A2A12A
(162,161,42)
#909026
(144,144,38)
#7E7F22
(126,127,34)
#6C6E1E
(108,110,30)
#5A5D1A
(90,93,26)
#484C16
(72,76,22)
#363B12
(54,59,18)
#242A0E
(36,42,14)
#12190A
(18,25,10)
#000000
(0,0,0)

Tints of #C6C332

#C6C332
(198,195,50)
#CBC844
(203,200,68)
#D0CD56
(208,205,86)
#D5D268
(213,210,104)
#DAD77A
(218,215,122)
#DFDC8C
(223,220,140)
#E4E19E
(228,225,158)
#E9E6B0
(233,230,176)
#EEEBC2
(238,235,194)
#F3F0D4
(243,240,212)
#F8F5E6
(248,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C332 color. Also use rgb(198,195,50) instead hex code.

Text Font Color

.myTextColor { color: #C6C332; }

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

This text font color is #C6C332.


Background Color

.myBgColor { background-color: #C6C332; }

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

This div background color is #C6C332.


Border color

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

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

This div border color is #C6C332.


Opacity

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

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

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

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

This text has shadow with #C6C332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C332 on black background.


Color preview on white background

This text has color #C6C332 on white background.



Black color preview on #C6C332 background

This text has black color on #C6C332 background.


White color preview on #C6C332 background

This text has white color on #C6C332 background.