COLOR #C8B371

HEX: #C8B371 RGB: (200,179,113)

Color info

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

RGB color model

#C8B371 color RGB value is (200,179,113).

RGB: (200,179,113) (78%, 70%, 44%)

RGB channels and saturation

R 200 of 255 = 78%
G 179 of 255 = 70%
B 113 of 255 = 44%

200
179
113

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

Portions of RGB colors in percentages

R + G + B = 200 + 179 + 113 = 492 (100%)
R 200 of 492 ~ 40.65%
G 179 of 492 ~ 36.38%
B 113 of 492 ~ 22.97'%

%40.65
%36.38
%22.97

CMYK color model

#C8B371 color CMYK value is (0,11,44,22).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 43.50%
  • key color value is 21.57%
CMYK: (0,11,44,22) C0M11Y44K22 (0%,11%,44%,22%) (0.00/0.11/0.44/0.22) 

CMYK percentages

%0
%10.5
%43.5
%21.57

Codes

Color #C8B371 in popluar color models

C8 B3 71
RGB 200 179 113
HSL 46° 44.16% 61.37%
HSB/HSV 46° 43.50% 78.43%
CMYK 0.00% 10.50% 43.50%
21.57%

Color #C8B371 in popluar number systems.

HEX C8 B3 71
Decimal 200 179 113
Binary 11001000 10110011 1110001
Octal 310 263 161

Shades and tints

Shades of #C8B371

#C8B371
(200,179,113)
#B6A367
(182,163,103)
#A4935D
(164,147,93)
#928353
(146,131,83)
#807349
(128,115,73)
#6E633F
(110,99,63)
#5C5335
(92,83,53)
#4A432B
(74,67,43)
#383321
(56,51,33)
#262317
(38,35,23)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #C8B371

#C8B371
(200,179,113)
#CDB97D
(205,185,125)
#D2BF89
(210,191,137)
#D7C595
(215,197,149)
#DCCBA1
(220,203,161)
#E1D1AD
(225,209,173)
#E6D7B9
(230,215,185)
#EBDDC5
(235,221,197)
#F0E3D1
(240,227,209)
#F5E9DD
(245,233,221)
#FAEFE9
(250,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B371 color. Also use rgb(200,179,113) instead hex code.

Text Font Color

.myTextColor { color: #C8B371; }

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

This text font color is #C8B371.

Background Color

.myBgColor { background-color: #C8B371; }

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

This div background color is #C8B371.

Border color

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

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

This div border color is #C8B371.

Opacity

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

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

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

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

This text has shadow with #C8B371 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B371.

Preview

Color preview on black background

This text has color #C8B371 on black background.


Color preview on white background

This text has color #C8B371 on white background.


Black color preview on #C8B371 background

This text has black color on #C8B371 background.


White color preview on #C8B371 background

This text has white color on #C8B371 background.


Related colors

Complementary color

Complementary color for #hex is #374C8E.


I love getcolorcode.com

Triadic colors

1 #71C8B3 and #B371C8 with #C8B371 are triadic colors.

2 #71B3C8 and #B3C871 with #C8B371 are triadic colors.