COLOR #C6B46D

HEX: #C6B46D
RGB: (198,180,109)

Color info

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

RGB color model

#C6B46D color RGB value is (198,180,109).

  • red value is 198;
  • green value is 180;
  • blue value is 109.
RGB:
(198,180,109)
(78%,71%,43%)

RGB channels and saturation

R 198 of 255 = 78%
G 180 of 255 = 71%
B 109 of 255 = 43%

198
180
109

R + G + B ~ 64%. #C6B46D is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 180 + 109 = 487 (100%)
R 198 of 487 ~ 40.66%
G 180 of 487 ~ 36.96%
B 109 of 487 ~ 22.38%

%40.66
%36.96
%22.38

CMYK color model

#C6B46D color CMYK value is (0,9,45,22).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 44.95%
  • key color value is 22.35%
CMYK:
(0,9,45,22)
C0M9Y45K22 
(0%,9%,45%,22%)
(0.00/0.09/0.45/0.22)	

CMYK percentages

%0
%9.09
%44.95
%22.35

Codes

Color #C6B46D in popluar color models

C6B46D
RGB198180109
HSL48°43.84%60.20%
HSB/HSV48°44.95%77.65%
CMYK0.00%9.09%44.95%
22.35%

Color #C6B46D in popluar number systems.

HEXC6B46D
Decimal198180109
Binary11000110101101001101101
Octal306264155

Shades and tints

Shades of #C6B46D

#C6B46D
(198,180,109)
#B4A464
(180,164,100)
#A2945B
(162,148,91)
#908452
(144,132,82)
#7E7449
(126,116,73)
#6C6440
(108,100,64)
#5A5437
(90,84,55)
#48442E
(72,68,46)
#363425
(54,52,37)
#24241C
(36,36,28)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #C6B46D

#C6B46D
(198,180,109)
#CBBA7A
(203,186,122)
#D0C087
(208,192,135)
#D5C694
(213,198,148)
#DACCA1
(218,204,161)
#DFD2AE
(223,210,174)
#E4D8BB
(228,216,187)
#E9DEC8
(233,222,200)
#EEE4D5
(238,228,213)
#F3EAE2
(243,234,226)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B46D; }

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

This text font color is #C6B46D.


Background Color

.myBgColor { background-color: #C6B46D; }

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

This div background color is #C6B46D.


Border color

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

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

This div border color is #C6B46D.


Opacity

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

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

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

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

This text has shadow with #C6B46D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B46D on black background.


Color preview on white background

This text has color #C6B46D on white background.



Black color preview on #C6B46D background

This text has black color on #C6B46D background.


White color preview on #C6B46D background

This text has white color on #C6B46D background.