COLOR #C6B555

HEX: #C6B555
RGB: (198,181,85)

Color info

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

RGB color model

#C6B555 color RGB value is (198,181,85).

  • red value is 198;
  • green value is 181;
  • blue value is 85.
RGB:
(198,181,85)
(78%,71%,33%)

RGB channels and saturation

R 198 of 255 = 78%
G 181 of 255 = 71%
B 85 of 255 = 33%

198
181
85

R + G + B ~ 61%. #C6B555 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 181 + 85 = 464 (100%)
R 198 of 464 ~ 42.67%
G 181 of 464 ~ 39.01%
B 85 of 464 ~ 18.32%

%42.67
%39.01
%18.32

CMYK color model

#C6B555 color CMYK value is (0,9,57,22).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 57.07%
  • key color value is 22.35%
CMYK:
(0,9,57,22)
C0M9Y57K22 
(0%,9%,57%,22%)
(0.00/0.09/0.57/0.22)	

CMYK percentages

%0
%8.59
%57.07
%22.35

Codes

Color #C6B555 in popluar color models

C6B555
RGB19818185
HSL51°49.78%55.49%
HSB/HSV51°57.07%77.65%
CMYK0.00%8.59%57.07%
22.35%

Color #C6B555 in popluar number systems.

HEXC6B555
Decimal19818185
Binary11000110101101011010101
Octal306265125

Shades and tints

Shades of #C6B555

#C6B555
(198,181,85)
#B4A54E
(180,165,78)
#A29547
(162,149,71)
#908540
(144,133,64)
#7E7539
(126,117,57)
#6C6532
(108,101,50)
#5A552B
(90,85,43)
#484524
(72,69,36)
#36351D
(54,53,29)
#242516
(36,37,22)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #C6B555

#C6B555
(198,181,85)
#CBBB64
(203,187,100)
#D0C173
(208,193,115)
#D5C782
(213,199,130)
#DACD91
(218,205,145)
#DFD3A0
(223,211,160)
#E4D9AF
(228,217,175)
#E9DFBE
(233,223,190)
#EEE5CD
(238,229,205)
#F3EBDC
(243,235,220)
#F8F1EB
(248,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B555 color. Also use rgb(198,181,85) instead hex code.

Text Font Color

.myTextColor { color: #C6B555; }

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

This text font color is #C6B555.


Background Color

.myBgColor { background-color: #C6B555; }

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

This div background color is #C6B555.


Border color

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

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

This div border color is #C6B555.


Opacity

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

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

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

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

This text has shadow with #C6B555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B555 on black background.


Color preview on white background

This text has color #C6B555 on white background.



Black color preview on #C6B555 background

This text has black color on #C6B555 background.


White color preview on #C6B555 background

This text has white color on #C6B555 background.