COLOR #C6C673

HEX: #C6C673
RGB: (198,198,115)

Color info

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

RGB color model

#C6C673 color RGB value is (198,198,115).

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

RGB channels and saturation

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

198
198
115

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

Portions of RGB colors in percentages

R + G + B =
198 + 198 + 115 = 511 (100%)
R 198 of 511 ~ 38.75%
G 198 of 511 ~ 38.75%
B 115 of 511 ~ 22.5%

%38.75
%38.75
%22.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 41.92%
  • key color value is 22.35%
CMYK:
(0,0,42,22)
C0M0Y42K22 
(0%,0%,42%,22%)
(0.00/0.00/0.42/0.22)	

CMYK percentages

%0
%0
%41.92
%22.35

Codes

Color #C6C673 in popluar color models

C6C673
RGB198198115
HSL60°42.13%61.37%
HSB/HSV60°41.92%77.65%
CMYK0.00%0.00%41.92%
22.35%

Color #C6C673 in popluar number systems.

HEXC6C673
Decimal198198115
Binary11000110110001101110011
Octal306306163

Shades and tints

Shades of #C6C673

#C6C673
(198,198,115)
#B4B469
(180,180,105)
#A2A25F
(162,162,95)
#909055
(144,144,85)
#7E7E4B
(126,126,75)
#6C6C41
(108,108,65)
#5A5A37
(90,90,55)
#48482D
(72,72,45)
#363623
(54,54,35)
#242419
(36,36,25)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #C6C673

#C6C673
(198,198,115)
#CBCB7F
(203,203,127)
#D0D08B
(208,208,139)
#D5D597
(213,213,151)
#DADAA3
(218,218,163)
#DFDFAF
(223,223,175)
#E4E4BB
(228,228,187)
#E9E9C7
(233,233,199)
#EEEED3
(238,238,211)
#F3F3DF
(243,243,223)
#F8F8EB
(248,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C673; }

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

This text font color is #C6C673.


Background Color

.myBgColor { background-color: #C6C673; }

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

This div background color is #C6C673.


Border color

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

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

This div border color is #C6C673.


Opacity

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

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

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

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

This text has shadow with #C6C673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C673 on black background.


Color preview on white background

This text has color #C6C673 on white background.



Black color preview on #C6C673 background

This text has black color on #C6C673 background.


White color preview on #C6C673 background

This text has white color on #C6C673 background.