COLOR #C6C172

HEX: #C6C172
RGB: (198,193,114)

Color info

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

RGB color model

#C6C172 color RGB value is (198,193,114).

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

RGB channels and saturation

R 198 of 255 = 78%
G 193 of 255 = 76%
B 114 of 255 = 45%

198
193
114

R + G + B ~ 66%. #C6C172 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 193 + 114 = 505 (100%)
R 198 of 505 ~ 39.21%
G 193 of 505 ~ 38.22%
B 114 of 505 ~ 22.57%

%39.21
%38.22
%22.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 42.42%
  • key color value is 22.35%
CMYK:
(0,3,42,22)
C0M3Y42K22 
(0%,3%,42%,22%)
(0.00/0.03/0.42/0.22)	

CMYK percentages

%0
%2.53
%42.42
%22.35

Codes

Color #C6C172 in popluar color models

C6C172
RGB198193114
HSL56°42.42%61.18%
HSB/HSV56°42.42%77.65%
CMYK0.00%2.53%42.42%
22.35%

Color #C6C172 in popluar number systems.

HEXC6C172
Decimal198193114
Binary11000110110000011110010
Octal306301162

Shades and tints

Shades of #C6C172

#C6C172
(198,193,114)
#B4B068
(180,176,104)
#A29F5E
(162,159,94)
#908E54
(144,142,84)
#7E7D4A
(126,125,74)
#6C6C40
(108,108,64)
#5A5B36
(90,91,54)
#484A2C
(72,74,44)
#363922
(54,57,34)
#242818
(36,40,24)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #C6C172

#C6C172
(198,193,114)
#CBC67E
(203,198,126)
#D0CB8A
(208,203,138)
#D5D096
(213,208,150)
#DAD5A2
(218,213,162)
#DFDAAE
(223,218,174)
#E4DFBA
(228,223,186)
#E9E4C6
(233,228,198)
#EEE9D2
(238,233,210)
#F3EEDE
(243,238,222)
#F8F3EA
(248,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C172; }

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

This text font color is #C6C172.


Background Color

.myBgColor { background-color: #C6C172; }

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

This div background color is #C6C172.


Border color

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

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

This div border color is #C6C172.


Opacity

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

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

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

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

This text has shadow with #C6C172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C172 on black background.


Color preview on white background

This text has color #C6C172 on white background.



Black color preview on #C6C172 background

This text has black color on #C6C172 background.


White color preview on #C6C172 background

This text has white color on #C6C172 background.