COLOR #C6B958

HEX: #C6B958 RGB: (198,185,88)

Color info

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

RGB color model

#C6B958 color RGB value is (198,185,88).

RGB: (198,185,88) (78%, 73%, 35%)

RGB channels and saturation

R 198 of 255 = 78%
G 185 of 255 = 73%
B 88 of 255 = 35%

198
185
88

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

Portions of RGB colors in percentages

R + G + B = 198 + 185 + 88 = 471 (100%)
R 198 of 471 ~ 42.04%
G 185 of 471 ~ 39.28%
B 88 of 471 ~ 18.68'%

%42.04
%39.28
%18.68

CMYK color model

#C6B958 color CMYK value is (0,7,56,22).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 55.56%
  • key color value is 22.35%

CMYK: (0,7,56,22)
C0M7Y56K22 (0%, 7%, 56%, 22%)
(0.00 / 0.07 / 0.56 / 0.22)

CMYK percentages

%0
%6.57
%55.56
%22.35

Codes

Color #C6B958 in popluar color models

C6 B9 58
RGB 198 185 88
HSL 53° 49.11% 56.08%
HSB/HSV 53° 55.56% 77.65%
CMYK 0.00% 6.57% 55.56%
22.35%

Color #C6B958 in popluar number systems.

HEX C6 B9 58
Decimal 198 185 88
Binary 11000110 10111001 1011000
Octal 306 271 130

Shades and tints

Shades of #C6B958

#C6B958
(198,185,88)
#B4A950
(180,169,80)
#A29948
(162,153,72)
#908940
(144,137,64)
#7E7938
(126,121,56)
#6C6930
(108,105,48)
#5A5928
(90,89,40)
#484920
(72,73,32)
#363918
(54,57,24)
#242910
(36,41,16)
#121908
(18,25,8)
#000000
(0,0,0)

Tints of #C6B958

#C6B958
(198,185,88)
#CBBF67
(203,191,103)
#D0C576
(208,197,118)
#D5CB85
(213,203,133)
#DAD194
(218,209,148)
#DFD7A3
(223,215,163)
#E4DDB2
(228,221,178)
#E9E3C1
(233,227,193)
#EEE9D0
(238,233,208)
#F3EFDF
(243,239,223)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B958; }

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

This text font color is #C6B958.

Background Color

.myBgColor { background-color: #C6B958; }

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

This div background color is #C6B958.

Border color

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

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

This div border color is #C6B958.

Opacity

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

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

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

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

This text has shadow with #C6B958 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B958.

Preview

Color preview on black background

This text has color #C6B958 on black background.


Color preview on white background

This text has color #C6B958 on white background.


Black color preview on #C6B958 background

This text has black color on #C6B958 background.


White color preview on #C6B958 background

This text has white color on #C6B958 background.


Related colors

Complementary color

Complementary color for #hex is #3946A7.


I love getcolorcode.com

Triadic colors

1 #58C6B9 and #B958C6 with #C6B958 are triadic colors.

2 #58B9C6 and #B9C658 with #C6B958 are triadic colors.