COLOR #C6C770

HEX: #C6C770
RGB: (198,199,112)

Color info

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

RGB color model

#C6C770 color RGB value is (198,199,112).

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

RGB channels and saturation

R 198 of 255 = 78%
G 199 of 255 = 78%
B 112 of 255 = 44%

198
199
112

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

Portions of RGB colors in percentages

R + G + B =
198 + 199 + 112 = 509 (100%)
R 198 of 509 ~ 38.9%
G 199 of 509 ~ 39.1%
B 112 of 509 ~ 22%

%38.9
%39.1
%22

CMYK color model

#C6C770 color CMYK value is (1,0,44,22).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 43.72%
  • key color value is 21.96%
CMYK:
(1,0,44,22)
C1M0Y44K22 
(1%,0%,44%,22%)
(0.01/0.00/0.44/0.22)	

CMYK percentages

%0.5
%0
%43.72
%21.96

Codes

Color #C6C770 in popluar color models

C6C770
RGB198199112
HSL61°43.72%60.98%
HSB/HSV61°43.72%78.04%
CMYK0.50%0.00%43.72%
21.96%

Color #C6C770 in popluar number systems.

HEXC6C770
Decimal198199112
Binary11000110110001111110000
Octal306307160

Shades and tints

Shades of #C6C770

#C6C770
(198,199,112)
#B4B566
(180,181,102)
#A2A35C
(162,163,92)
#909152
(144,145,82)
#7E7F48
(126,127,72)
#6C6D3E
(108,109,62)
#5A5B34
(90,91,52)
#48492A
(72,73,42)
#363720
(54,55,32)
#242516
(36,37,22)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #C6C770

#C6C770
(198,199,112)
#CBCC7D
(203,204,125)
#D0D18A
(208,209,138)
#D5D697
(213,214,151)
#DADBA4
(218,219,164)
#DFE0B1
(223,224,177)
#E4E5BE
(228,229,190)
#E9EACB
(233,234,203)
#EEEFD8
(238,239,216)
#F3F4E5
(243,244,229)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C770; }

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

This text font color is #C6C770.


Background Color

.myBgColor { background-color: #C6C770; }

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

This div background color is #C6C770.


Border color

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

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

This div border color is #C6C770.


Opacity

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

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

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

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

This text has shadow with #C6C770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C770 on black background.


Color preview on white background

This text has color #C6C770 on white background.



Black color preview on #C6C770 background

This text has black color on #C6C770 background.


White color preview on #C6C770 background

This text has white color on #C6C770 background.