COLOR #C6C773

HEX: #C6C773
RGB: (198,199,115)

Color info

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

RGB color model

#C6C773 color RGB value is (198,199,115).

  • red value is 198;
  • green value is 199;
  • blue value is 115.
RGB:
(198,199,115)
(78%,78%,45%)

RGB channels and saturation

R 198 of 255 = 78%
G 199 of 255 = 78%
B 115 of 255 = 45%

198
199
115

R + G + B ~ 67%. #C6C773 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 199 + 115 = 512 (100%)
R 198 of 512 ~ 38.67%
G 199 of 512 ~ 38.87%
B 115 of 512 ~ 22.46%

%38.67
%38.87
%22.46

CMYK color model

#C6C773 color CMYK value is (1,0,42,22).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 42.21%
  • key color value is 21.96%
CMYK:
(1,0,42,22)
C1M0Y42K22 
(1%,0%,42%,22%)
(0.01/0.00/0.42/0.22)	

CMYK percentages

%0.5
%0
%42.21
%21.96

Codes

Color #C6C773 in popluar color models

C6C773
RGB198199115
HSL61°42.86%61.57%
HSB/HSV61°42.21%78.04%
CMYK0.50%0.00%42.21%
21.96%

Color #C6C773 in popluar number systems.

HEXC6C773
Decimal198199115
Binary11000110110001111110011
Octal306307163

Shades and tints

Shades of #C6C773

#C6C773
(198,199,115)
#B4B569
(180,181,105)
#A2A35F
(162,163,95)
#909155
(144,145,85)
#7E7F4B
(126,127,75)
#6C6D41
(108,109,65)
#5A5B37
(90,91,55)
#48492D
(72,73,45)
#363723
(54,55,35)
#242519
(36,37,25)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #C6C773

#C6C773
(198,199,115)
#CBCC7F
(203,204,127)
#D0D18B
(208,209,139)
#D5D697
(213,214,151)
#DADBA3
(218,219,163)
#DFE0AF
(223,224,175)
#E4E5BB
(228,229,187)
#E9EAC7
(233,234,199)
#EEEFD3
(238,239,211)
#F3F4DF
(243,244,223)
#F8F9EB
(248,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C773 color. Also use rgb(198,199,115) instead hex code.

Text Font Color

.myTextColor { color: #C6C773; }

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

This text font color is #C6C773.


Background Color

.myBgColor { background-color: #C6C773; }

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

This div background color is #C6C773.


Border color

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

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

This div border color is #C6C773.


Opacity

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

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

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

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

This text has shadow with #C6C773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C773 on black background.


Color preview on white background

This text has color #C6C773 on white background.



Black color preview on #C6C773 background

This text has black color on #C6C773 background.


White color preview on #C6C773 background

This text has white color on #C6C773 background.