COLOR #C6C081

HEX: #C6C081
RGB: (198,192,129)

Color info

#C6C081 contains mainly red and green colors. Web safe color of #C6C081 is #CCCC99 (or #CC9).

RGB color model

#C6C081 color RGB value is (198,192,129).

  • red value is 198;
  • green value is 192;
  • blue value is 129.
RGB:
(198,192,129)
(78%,75%,51%)

RGB channels and saturation

R 198 of 255 = 78%
G 192 of 255 = 75%
B 129 of 255 = 51%

198
192
129

R + G + B ~ 68%. #C6C081 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 192 + 129 = 519 (100%)
R 198 of 519 ~ 38.15%
G 192 of 519 ~ 36.99%
B 129 of 519 ~ 24.86%

%38.15
%36.99
%24.86

CMYK color model

#C6C081 color CMYK value is (0,3,35,22).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 34.85%
  • key color value is 22.35%
CMYK:
(0,3,35,22)
C0M3Y35K22 
(0%,3%,35%,22%)
(0.00/0.03/0.35/0.22)	

CMYK percentages

%0
%3.03
%34.85
%22.35

Codes

Color #C6C081 in popluar color models

C6C081
RGB198192129
HSL55°37.70%64.12%
HSB/HSV55°34.85%77.65%
CMYK0.00%3.03%34.85%
22.35%

Color #C6C081 in popluar number systems.

HEXC6C081
Decimal198192129
Binary110001101100000010000001
Octal306300201

Shades and tints

Shades of #C6C081

#C6C081
(198,192,129)
#B4AF76
(180,175,118)
#A29E6B
(162,158,107)
#908D60
(144,141,96)
#7E7C55
(126,124,85)
#6C6B4A
(108,107,74)
#5A5A3F
(90,90,63)
#484934
(72,73,52)
#363829
(54,56,41)
#24271E
(36,39,30)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #C6C081

#C6C081
(198,192,129)
#CBC58C
(203,197,140)
#D0CA97
(208,202,151)
#D5CFA2
(213,207,162)
#DAD4AD
(218,212,173)
#DFD9B8
(223,217,184)
#E4DEC3
(228,222,195)
#E9E3CE
(233,227,206)
#EEE8D9
(238,232,217)
#F3EDE4
(243,237,228)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C081; }

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

This text font color is #C6C081.


Background Color

.myBgColor { background-color: #C6C081; }

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

This div background color is #C6C081.


Border color

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

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

This div border color is #C6C081.


Opacity

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

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

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

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

This text has shadow with #C6C081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C081 on black background.


Color preview on white background

This text has color #C6C081 on white background.



Black color preview on #C6C081 background

This text has black color on #C6C081 background.


White color preview on #C6C081 background

This text has white color on #C6C081 background.