COLOR #C7BB49

HEX: #C7BB49 RGB: (199,187,73)

Color info

#C7BB49 contains mainly red and green colors. Web safe color of #C7BB49 is #CCCC33 (or #CC3).

RGB color model

#C7BB49 color RGB value is (199,187,73).

RGB: (199,187,73) (78%, 73%, 29%)

RGB channels and saturation

R 199 of 255 = 78%
G 187 of 255 = 73%
B 73 of 255 = 29%

199
187
73

R + G + B ~ 60%. #C7BB49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 199 + 187 + 73 = 459 (100%)
R 199 of 459 ~ 43.36%
G 187 of 459 ~ 40.74%
B 73 of 459 ~ 15.9'%

%43.36
%40.74
%15.9

CMYK color model

#C7BB49 color CMYK value is (0,6,63,22).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 63.32%
  • key color value is 21.96%

CMYK: (0,6,63,22)
C0M6Y63K22 (0%, 6%, 63%, 22%)
(0.00 / 0.06 / 0.63 / 0.22)

CMYK percentages

%0
%6.03
%63.32
%21.96

Codes

Color #C7BB49 in popluar color models

C7 BB 49
RGB 199 187 73
HSL 54° 52.94% 53.33%
HSB/HSV 54° 63.32% 78.04%
CMYK 0.00% 6.03% 63.32%
21.96%

Color #C7BB49 in popluar number systems.

HEX C7 BB 49
Decimal 199 187 73
Binary 11000111 10111011 1001001
Octal 307 273 111

Shades and tints

Shades of #C7BB49

#C7BB49
(199,187,73)
#B5AA43
(181,170,67)
#A3993D
(163,153,61)
#918837
(145,136,55)
#7F7731
(127,119,49)
#6D662B
(109,102,43)
#5B5525
(91,85,37)
#49441F
(73,68,31)
#373319
(55,51,25)
#252213
(37,34,19)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #C7BB49

#C7BB49
(199,187,73)
#CCC159
(204,193,89)
#D1C769
(209,199,105)
#D6CD79
(214,205,121)
#DBD389
(219,211,137)
#E0D999
(224,217,153)
#E5DFA9
(229,223,169)
#EAE5B9
(234,229,185)
#EFEBC9
(239,235,201)
#F4F1D9
(244,241,217)
#F9F7E9
(249,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BB49 color. Also use rgb(199,187,73) instead hex code.

Text Font Color

.myTextColor { color: #C7BB49; }

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

This text font color is #C7BB49.

Background Color

.myBgColor { background-color: #C7BB49; }

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

This div background color is #C7BB49.

Border color

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

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

This div border color is #C7BB49.

Opacity

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

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

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

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

This text has shadow with #C7BB49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BB49.

Preview

Color preview on black background

This text has color #C7BB49 on black background.


Color preview on white background

This text has color #C7BB49 on white background.


Black color preview on #C7BB49 background

This text has black color on #C7BB49 background.


White color preview on #C7BB49 background

This text has white color on #C7BB49 background.


Related colors

Complementary color

Complementary color for #hex is #3844B6.


I love getcolorcode.com

Triadic colors

1 #49C7BB and #BB49C7 with #C7BB49 are triadic colors.

2 #49BBC7 and #BBC749 with #C7BB49 are triadic colors.