COLOR #C5B276

HEX: #C5B276 RGB: (197,178,118)

Color info

#C5B276 contains mainly red and green colors. Web safe color of #C5B276 is #CC9966 (or #C96).

RGB color model

#C5B276 color RGB value is (197,178,118).

RGB: (197,178,118) (77%, 70%, 46%)

RGB channels and saturation

R 197 of 255 = 77%
G 178 of 255 = 70%
B 118 of 255 = 46%

197
178
118

R + G + B ~ 64%. #C5B276 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 178 + 118 = 493 (100%)
R 197 of 493 ~ 39.96%
G 178 of 493 ~ 36.11%
B 118 of 493 ~ 23.94'%

%39.96
%36.11
%23.94

CMYK color model

#C5B276 color CMYK value is (0,10,40,23).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 40.10%
  • key color value is 22.75%

CMYK: (0,10,40,23)
C0M10Y40K23 (0%, 10%, 40%, 23%)
(0.00 / 0.10 / 0.40 / 0.23)

CMYK percentages

%0
%9.64
%40.1
%22.75

Codes

Color #C5B276 in popluar color models

C5 B2 76
RGB 197 178 118
HSL 46° 40.51% 61.76%
HSB/HSV 46° 40.10% 77.25%
CMYK 0.00% 9.64% 40.10%
22.75%

Color #C5B276 in popluar number systems.

HEX C5 B2 76
Decimal 197 178 118
Binary 11000101 10110010 1110110
Octal 305 262 166

Shades and tints

Shades of #C5B276

#C5B276
(197,178,118)
#B4A26C
(180,162,108)
#A39262
(163,146,98)
#928258
(146,130,88)
#81724E
(129,114,78)
#706244
(112,98,68)
#5F523A
(95,82,58)
#4E4230
(78,66,48)
#3D3226
(61,50,38)
#2C221C
(44,34,28)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #C5B276

#C5B276
(197,178,118)
#CAB982
(202,185,130)
#CFC08E
(207,192,142)
#D4C79A
(212,199,154)
#D9CEA6
(217,206,166)
#DED5B2
(222,213,178)
#E3DCBE
(227,220,190)
#E8E3CA
(232,227,202)
#EDEAD6
(237,234,214)
#F2F1E2
(242,241,226)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B276 color. Also use rgb(197,178,118) instead hex code.

Text Font Color

.myTextColor { color: #C5B276; }

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

This text font color is #C5B276.

Background Color

.myBgColor { background-color: #C5B276; }

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

This div background color is #C5B276.

Border color

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

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

This div border color is #C5B276.

Opacity

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

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

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

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

This text has shadow with #C5B276 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5B276.

Preview

Color preview on black background

This text has color #C5B276 on black background.


Color preview on white background

This text has color #C5B276 on white background.


Black color preview on #C5B276 background

This text has black color on #C5B276 background.


White color preview on #C5B276 background

This text has white color on #C5B276 background.


Related colors

Complementary color

Complementary color for #hex is #3A4D89.


I love getcolorcode.com

Triadic colors

1 #76C5B2 and #B276C5 with #C5B276 are triadic colors.

2 #76B2C5 and #B2C576 with #C5B276 are triadic colors.