COLOR #C8BB79

HEX: #C8BB79 RGB: (200,187,121)

Color info

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

RGB color model

#C8BB79 color RGB value is (200,187,121).

RGB: (200,187,121) (78%, 73%, 47%)

RGB channels and saturation

R 200 of 255 = 78%
G 187 of 255 = 73%
B 121 of 255 = 47%

200
187
121

R + G + B ~ 66%. #C8BB79 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 187 + 121 = 508 (100%)
R 200 of 508 ~ 39.37%
G 187 of 508 ~ 36.81%
B 121 of 508 ~ 23.82'%

%39.37
%36.81
%23.82

CMYK color model

#C8BB79 color CMYK value is (0,7,40,22).

  • cyan value is 0.00%
  • magenta value is 6.50%
  • yellow value is 39.50%
  • key color value is 21.57%

CMYK: (0,7,40,22)
C0M7Y40K22 (0%, 7%, 40%, 22%)
(0.00 / 0.07 / 0.40 / 0.22)

CMYK percentages

%0
%6.5
%39.5
%21.57

Codes

Color #C8BB79 in popluar color models

C8 BB 79
RGB 200 187 121
HSL 50° 41.80% 62.94%
HSB/HSV 50° 39.50% 78.43%
CMYK 0.00% 6.50% 39.50%
21.57%

Color #C8BB79 in popluar number systems.

HEX C8 BB 79
Decimal 200 187 121
Binary 11001000 10111011 1111001
Octal 310 273 171

Shades and tints

Shades of #C8BB79

#C8BB79
(200,187,121)
#B6AA6E
(182,170,110)
#A49963
(164,153,99)
#928858
(146,136,88)
#80774D
(128,119,77)
#6E6642
(110,102,66)
#5C5537
(92,85,55)
#4A442C
(74,68,44)
#383321
(56,51,33)
#262216
(38,34,22)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #C8BB79

#C8BB79
(200,187,121)
#CDC185
(205,193,133)
#D2C791
(210,199,145)
#D7CD9D
(215,205,157)
#DCD3A9
(220,211,169)
#E1D9B5
(225,217,181)
#E6DFC1
(230,223,193)
#EBE5CD
(235,229,205)
#F0EBD9
(240,235,217)
#F5F1E5
(245,241,229)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BB79 color. Also use rgb(200,187,121) instead hex code.

Text Font Color

.myTextColor { color: #C8BB79; }

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

This text font color is #C8BB79.

Background Color

.myBgColor { background-color: #C8BB79; }

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

This div background color is #C8BB79.

Border color

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

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

This div border color is #C8BB79.

Opacity

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

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

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

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

This text has shadow with #C8BB79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8BB79.

Preview

Color preview on black background

This text has color #C8BB79 on black background.


Color preview on white background

This text has color #C8BB79 on white background.


Black color preview on #C8BB79 background

This text has black color on #C8BB79 background.


White color preview on #C8BB79 background

This text has white color on #C8BB79 background.


Related colors

Complementary color

Complementary color for #hex is #374486.


I love getcolorcode.com

Triadic colors

1 #79C8BB and #BB79C8 with #C8BB79 are triadic colors.

2 #79BBC8 and #BBC879 with #C8BB79 are triadic colors.