COLOR #C6B95B

HEX: #C6B95B
RGB: (198,185,91)

Color info

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

RGB color model

#C6B95B color RGB value is (198,185,91).

  • red value is 198;
  • green value is 185;
  • blue value is 91.
RGB:
(198,185,91)
(78%,73%,36%)

RGB channels and saturation

R 198 of 255 = 78%
G 185 of 255 = 73%
B 91 of 255 = 36%

198
185
91

R + G + B ~ 62%. #C6B95B is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 185 + 91 = 474 (100%)
R 198 of 474 ~ 41.77%
G 185 of 474 ~ 39.03%
B 91 of 474 ~ 19.2%

%41.77
%39.03
%19.2

CMYK color model

#C6B95B color CMYK value is (0,7,54,22).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 54.04%
  • key color value is 22.35%
CMYK:
(0,7,54,22)
C0M7Y54K22 
(0%,7%,54%,22%)
(0.00/0.07/0.54/0.22)	

CMYK percentages

%0
%6.57
%54.04
%22.35

Codes

Color #C6B95B in popluar color models

C6B95B
RGB19818591
HSL53°48.42%56.67%
HSB/HSV53°54.04%77.65%
CMYK0.00%6.57%54.04%
22.35%

Color #C6B95B in popluar number systems.

HEXC6B95B
Decimal19818591
Binary11000110101110011011011
Octal306271133

Shades and tints

Shades of #C6B95B

#C6B95B
(198,185,91)
#B4A953
(180,169,83)
#A2994B
(162,153,75)
#908943
(144,137,67)
#7E793B
(126,121,59)
#6C6933
(108,105,51)
#5A592B
(90,89,43)
#484923
(72,73,35)
#36391B
(54,57,27)
#242913
(36,41,19)
#12190B
(18,25,11)
#000000
(0,0,0)

Tints of #C6B95B

#C6B95B
(198,185,91)
#CBBF69
(203,191,105)
#D0C577
(208,197,119)
#D5CB85
(213,203,133)
#DAD193
(218,209,147)
#DFD7A1
(223,215,161)
#E4DDAF
(228,221,175)
#E9E3BD
(233,227,189)
#EEE9CB
(238,233,203)
#F3EFD9
(243,239,217)
#F8F5E7
(248,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B95B color. Also use rgb(198,185,91) instead hex code.

Text Font Color

.myTextColor { color: #C6B95B; }

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

This text font color is #C6B95B.


Background Color

.myBgColor { background-color: #C6B95B; }

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

This div background color is #C6B95B.


Border color

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

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

This div border color is #C6B95B.


Opacity

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

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

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

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

This text has shadow with #C6B95B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B95B on black background.


Color preview on white background

This text has color #C6B95B on white background.



Black color preview on #C6B95B background

This text has black color on #C6B95B background.


White color preview on #C6B95B background

This text has white color on #C6B95B background.