COLOR #C7B48B

HEX: #C7B48B RGB: (199,180,139)

Color info

#C7B48B contains mainly red and green colors. Web safe color of #C7B48B is #CCCC99 (or #CC9).

RGB color model

#C7B48B color RGB value is (199,180,139).

RGB: (199,180,139) (78%, 71%, 55%)

RGB channels and saturation

R 199 of 255 = 78%
G 180 of 255 = 71%
B 139 of 255 = 55%

199
180
139

R + G + B ~ 68%. #C7B48B is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 180 + 139 = 518 (100%)
R 199 of 518 ~ 38.42%
G 180 of 518 ~ 34.75%
B 139 of 518 ~ 26.83'%

%38.42
%34.75
%26.83

CMYK color model

#C7B48B color CMYK value is (0,10,30,22).

  • cyan value is 0.00%
  • magenta value is 9.55%
  • yellow value is 30.15%
  • key color value is 21.96%

CMYK: (0,10,30,22)
C0M10Y30K22 (0%, 10%, 30%, 22%)
(0.00 / 0.10 / 0.30 / 0.22)

CMYK percentages

%0
%9.55
%30.15
%21.96

Codes

Color #C7B48B in popluar color models

C7 B4 8B
RGB 199 180 139
HSL 41° 34.88% 66.27%
HSB/HSV 41° 30.15% 78.04%
CMYK 0.00% 9.55% 30.15%
21.96%

Color #C7B48B in popluar number systems.

HEX C7 B4 8B
Decimal 199 180 139
Binary 11000111 10110100 10001011
Octal 307 264 213

Shades and tints

Shades of #C7B48B

#C7B48B
(199,180,139)
#B5A47F
(181,164,127)
#A39473
(163,148,115)
#918467
(145,132,103)
#7F745B
(127,116,91)
#6D644F
(109,100,79)
#5B5443
(91,84,67)
#494437
(73,68,55)
#37342B
(55,52,43)
#25241F
(37,36,31)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #C7B48B

#C7B48B
(199,180,139)
#CCBA95
(204,186,149)
#D1C09F
(209,192,159)
#D6C6A9
(214,198,169)
#DBCCB3
(219,204,179)
#E0D2BD
(224,210,189)
#E5D8C7
(229,216,199)
#EADED1
(234,222,209)
#EFE4DB
(239,228,219)
#F4EAE5
(244,234,229)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B48B color. Also use rgb(199,180,139) instead hex code.

Text Font Color

.myTextColor { color: #C7B48B; }

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

This text font color is #C7B48B.

Background Color

.myBgColor { background-color: #C7B48B; }

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

This div background color is #C7B48B.

Border color

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

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

This div border color is #C7B48B.

Opacity

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

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

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

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

This text has shadow with #C7B48B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B48B.

Preview

Color preview on black background

This text has color #C7B48B on black background.


Color preview on white background

This text has color #C7B48B on white background.


Black color preview on #C7B48B background

This text has black color on #C7B48B background.


White color preview on #C7B48B background

This text has white color on #C7B48B background.


Related colors

Complementary color

Complementary color for #hex is #384B74.


I love getcolorcode.com

Triadic colors

1 #8BC7B4 and #B48BC7 with #C7B48B are triadic colors.

2 #8BB4C7 and #B4C78B with #C7B48B are triadic colors.