COLOR #C7B57B

HEX: #C7B57B RGB: (199,181,123)

Color info

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

RGB color model

#C7B57B color RGB value is (199,181,123).

RGB: (199,181,123) (78%, 71%, 48%)

RGB channels and saturation

R 199 of 255 = 78%
G 181 of 255 = 71%
B 123 of 255 = 48%

199
181
123

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

Portions of RGB colors in percentages

R + G + B = 199 + 181 + 123 = 503 (100%)
R 199 of 503 ~ 39.56%
G 181 of 503 ~ 35.98%
B 123 of 503 ~ 24.45'%

%39.56
%35.98
%24.45

CMYK color model

#C7B57B color CMYK value is (0,9,38,22).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 38.19%
  • key color value is 21.96%

CMYK: (0,9,38,22)
C0M9Y38K22 (0%, 9%, 38%, 22%)
(0.00 / 0.09 / 0.38 / 0.22)

CMYK percentages

%0
%9.05
%38.19
%21.96

Codes

Color #C7B57B in popluar color models

C7 B5 7B
RGB 199 181 123
HSL 46° 40.43% 63.14%
HSB/HSV 46° 38.19% 78.04%
CMYK 0.00% 9.05% 38.19%
21.96%

Color #C7B57B in popluar number systems.

HEX C7 B5 7B
Decimal 199 181 123
Binary 11000111 10110101 1111011
Octal 307 265 173

Shades and tints

Shades of #C7B57B

#C7B57B
(199,181,123)
#B5A570
(181,165,112)
#A39565
(163,149,101)
#91855A
(145,133,90)
#7F754F
(127,117,79)
#6D6544
(109,101,68)
#5B5539
(91,85,57)
#49452E
(73,69,46)
#373523
(55,53,35)
#252518
(37,37,24)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #C7B57B

#C7B57B
(199,181,123)
#CCBB87
(204,187,135)
#D1C193
(209,193,147)
#D6C79F
(214,199,159)
#DBCDAB
(219,205,171)
#E0D3B7
(224,211,183)
#E5D9C3
(229,217,195)
#EADFCF
(234,223,207)
#EFE5DB
(239,229,219)
#F4EBE7
(244,235,231)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B57B color. Also use rgb(199,181,123) instead hex code.

Text Font Color

.myTextColor { color: #C7B57B; }

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

This text font color is #C7B57B.

Background Color

.myBgColor { background-color: #C7B57B; }

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

This div background color is #C7B57B.

Border color

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

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

This div border color is #C7B57B.

Opacity

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

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

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

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

This text has shadow with #C7B57B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B57B.

Preview

Color preview on black background

This text has color #C7B57B on black background.


Color preview on white background

This text has color #C7B57B on white background.


Black color preview on #C7B57B background

This text has black color on #C7B57B background.


White color preview on #C7B57B background

This text has white color on #C7B57B background.


Related colors

Complementary color

Complementary color for #hex is #384A84.


I love getcolorcode.com

Triadic colors

1 #7BC7B5 and #B57BC7 with #C7B57B are triadic colors.

2 #7BB5C7 and #B5C77B with #C7B57B are triadic colors.