COLOR #C6C232

HEX: #C6C232
RGB: (198,194,50)

Color info

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

RGB color model

#C6C232 color RGB value is (198,194,50).

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

RGB channels and saturation

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

198
194
50

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

Portions of RGB colors in percentages

R + G + B =
198 + 194 + 50 = 442 (100%)
R 198 of 442 ~ 44.8%
G 194 of 442 ~ 43.89%
B 50 of 442 ~ 11.31%

%44.8
%43.89
%11.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.02%
  • 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
%2.02
%74.75
%22.35

Codes

Color #C6C232 in popluar color models

C6C232
RGB19819450
HSL58°59.68%48.63%
HSB/HSV58°74.75%77.65%
CMYK0.00%2.02%74.75%
22.35%

Color #C6C232 in popluar number systems.

HEXC6C232
Decimal19819450
Binary1100011011000010110010
Octal30630262

Shades and tints

Shades of #C6C232

#C6C232
(198,194,50)
#B4B12E
(180,177,46)
#A2A02A
(162,160,42)
#908F26
(144,143,38)
#7E7E22
(126,126,34)
#6C6D1E
(108,109,30)
#5A5C1A
(90,92,26)
#484B16
(72,75,22)
#363A12
(54,58,18)
#24290E
(36,41,14)
#12180A
(18,24,10)
#000000
(0,0,0)

Tints of #C6C232

#C6C232
(198,194,50)
#CBC744
(203,199,68)
#D0CC56
(208,204,86)
#D5D168
(213,209,104)
#DAD67A
(218,214,122)
#DFDB8C
(223,219,140)
#E4E09E
(228,224,158)
#E9E5B0
(233,229,176)
#EEEAC2
(238,234,194)
#F3EFD4
(243,239,212)
#F8F4E6
(248,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C232; }

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

This text font color is #C6C232.


Background Color

.myBgColor { background-color: #C6C232; }

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

This div background color is #C6C232.


Border color

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

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

This div border color is #C6C232.


Opacity

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

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

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

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

This text has shadow with #C6C232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C232 on black background.


Color preview on white background

This text has color #C6C232 on white background.



Black color preview on #C6C232 background

This text has black color on #C6C232 background.


White color preview on #C6C232 background

This text has white color on #C6C232 background.