COLOR #C6B049

HEX: #C6B049 RGB: (198,176,73)

Color info

#C6B049 contains mainly red and green colors. Web safe color of #C6B049 is #CC9933 (or #C93).

RGB color model

#C6B049 color RGB value is (198,176,73).

RGB: (198,176,73) (78%, 69%, 29%)

RGB channels and saturation

R 198 of 255 = 78%
G 176 of 255 = 69%
B 73 of 255 = 29%

198
176
73

R + G + B ~ 59%. #C6B049 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 198 + 176 + 73 = 447 (100%)
R 198 of 447 ~ 44.3%
G 176 of 447 ~ 39.37%
B 73 of 447 ~ 16.33'%

%44.3
%39.37
%16.33

CMYK color model

#C6B049 color CMYK value is (0,11,63,22).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 63.13%
  • key color value is 22.35%

CMYK: (0,11,63,22)
C0M11Y63K22 (0%, 11%, 63%, 22%)
(0.00 / 0.11 / 0.63 / 0.22)

CMYK percentages

%0
%11.11
%63.13
%22.35

Codes

Color #C6B049 in popluar color models

C6 B0 49
RGB 198 176 73
HSL 49° 52.30% 53.14%
HSB/HSV 49° 63.13% 77.65%
CMYK 0.00% 11.11% 63.13%
22.35%

Color #C6B049 in popluar number systems.

HEX C6 B0 49
Decimal 198 176 73
Binary 11000110 10110000 1001001
Octal 306 260 111

Shades and tints

Shades of #C6B049

#C6B049
(198,176,73)
#B4A043
(180,160,67)
#A2903D
(162,144,61)
#908037
(144,128,55)
#7E7031
(126,112,49)
#6C602B
(108,96,43)
#5A5025
(90,80,37)
#48401F
(72,64,31)
#363019
(54,48,25)
#242013
(36,32,19)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #C6B049

#C6B049
(198,176,73)
#CBB759
(203,183,89)
#D0BE69
(208,190,105)
#D5C579
(213,197,121)
#DACC89
(218,204,137)
#DFD399
(223,211,153)
#E4DAA9
(228,218,169)
#E9E1B9
(233,225,185)
#EEE8C9
(238,232,201)
#F3EFD9
(243,239,217)
#F8F6E9
(248,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B049; }

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

This text font color is #C6B049.

Background Color

.myBgColor { background-color: #C6B049; }

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

This div background color is #C6B049.

Border color

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

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

This div border color is #C6B049.

Opacity

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

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

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

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

This text has shadow with #C6B049 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B049.

Preview

Color preview on black background

This text has color #C6B049 on black background.


Color preview on white background

This text has color #C6B049 on white background.


Black color preview on #C6B049 background

This text has black color on #C6B049 background.


White color preview on #C6B049 background

This text has white color on #C6B049 background.


Related colors

Complementary color

Complementary color for #hex is #394FB6.


I love getcolorcode.com

Triadic colors

1 #49C6B0 and #B049C6 with #C6B049 are triadic colors.

2 #49B0C6 and #B0C649 with #C6B049 are triadic colors.