COLOR #C5B559

HEX: #C5B559 RGB: (197,181,89)

Color info

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

RGB color model

#C5B559 color RGB value is (197,181,89).

RGB: (197,181,89) (77%, 71%, 35%)

RGB channels and saturation

R 197 of 255 = 77%
G 181 of 255 = 71%
B 89 of 255 = 35%

197
181
89

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

Portions of RGB colors in percentages

R + G + B = 197 + 181 + 89 = 467 (100%)
R 197 of 467 ~ 42.18%
G 181 of 467 ~ 38.76%
B 89 of 467 ~ 19.06'%

%42.18
%38.76
%19.06

CMYK color model

#C5B559 color CMYK value is (0,8,55,23).

  • cyan value is 0.00%
  • magenta value is 8.12%
  • yellow value is 54.82%
  • key color value is 22.75%

CMYK: (0,8,55,23)
C0M8Y55K23 (0%, 8%, 55%, 23%)
(0.00 / 0.08 / 0.55 / 0.23)

CMYK percentages

%0
%8.12
%54.82
%22.75

Codes

Color #C5B559 in popluar color models

C5 B5 59
RGB 197 181 89
HSL 51° 48.21% 56.08%
HSB/HSV 51° 54.82% 77.25%
CMYK 0.00% 8.12% 54.82%
22.75%

Color #C5B559 in popluar number systems.

HEX C5 B5 59
Decimal 197 181 89
Binary 11000101 10110101 1011001
Octal 305 265 131

Shades and tints

Shades of #C5B559

#C5B559
(197,181,89)
#B4A551
(180,165,81)
#A39549
(163,149,73)
#928541
(146,133,65)
#817539
(129,117,57)
#706531
(112,101,49)
#5F5529
(95,85,41)
#4E4521
(78,69,33)
#3D3519
(61,53,25)
#2C2511
(44,37,17)
#1B1509
(27,21,9)
#000000
(0,0,0)

Tints of #C5B559

#C5B559
(197,181,89)
#CABB68
(202,187,104)
#CFC177
(207,193,119)
#D4C786
(212,199,134)
#D9CD95
(217,205,149)
#DED3A4
(222,211,164)
#E3D9B3
(227,217,179)
#E8DFC2
(232,223,194)
#EDE5D1
(237,229,209)
#F2EBE0
(242,235,224)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B559 color. Also use rgb(197,181,89) instead hex code.

Text Font Color

.myTextColor { color: #C5B559; }

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

This text font color is #C5B559.

Background Color

.myBgColor { background-color: #C5B559; }

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

This div background color is #C5B559.

Border color

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

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

This div border color is #C5B559.

Opacity

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

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

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

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

This text has shadow with #C5B559 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5B559.

Preview

Color preview on black background

This text has color #C5B559 on black background.


Color preview on white background

This text has color #C5B559 on white background.


Black color preview on #C5B559 background

This text has black color on #C5B559 background.


White color preview on #C5B559 background

This text has white color on #C5B559 background.


Related colors

Complementary color

Complementary color for #hex is #3A4AA6.


I love getcolorcode.com

Triadic colors

1 #59C5B5 and #B559C5 with #C5B559 are triadic colors.

2 #59B5C5 and #B5C559 with #C5B559 are triadic colors.