COLOR #C7B48F

HEX: #C7B48F RGB: (199,180,143)

Color info

#C7B48F contains red, green and blue colors in about the same proportion. Web safe color of #C7B48F is #CCCC99 (or #CC9).

RGB color model

#C7B48F color RGB value is (199,180,143).

RGB: (199,180,143) (78%, 71%, 56%)

RGB channels and saturation

R 199 of 255 = 78%
G 180 of 255 = 71%
B 143 of 255 = 56%

199
180
143

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

Portions of RGB colors in percentages

R + G + B = 199 + 180 + 143 = 522 (100%)
R 199 of 522 ~ 38.12%
G 180 of 522 ~ 34.48%
B 143 of 522 ~ 27.39'%

%38.12
%34.48
%27.39

CMYK color model

#C7B48F color CMYK value is (0,10,28,22).

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

CMYK: (0,10,28,22)
C0M10Y28K22 (0%, 10%, 28%, 22%)
(0.00 / 0.10 / 0.28 / 0.22)

CMYK percentages

%0
%9.55
%28.14
%21.96

Codes

Color #C7B48F in popluar color models

C7 B4 8F
RGB 199 180 143
HSL 40° 33.33% 67.06%
HSB/HSV 40° 28.14% 78.04%
CMYK 0.00% 9.55% 28.14%
21.96%

Color #C7B48F in popluar number systems.

HEX C7 B4 8F
Decimal 199 180 143
Binary 11000111 10110100 10001111
Octal 307 264 217

Shades and tints

Shades of #C7B48F

#C7B48F
(199,180,143)
#B5A482
(181,164,130)
#A39475
(163,148,117)
#918468
(145,132,104)
#7F745B
(127,116,91)
#6D644E
(109,100,78)
#5B5441
(91,84,65)
#494434
(73,68,52)
#373427
(55,52,39)
#25241A
(37,36,26)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #C7B48F

#C7B48F
(199,180,143)
#CCBA99
(204,186,153)
#D1C0A3
(209,192,163)
#D6C6AD
(214,198,173)
#DBCCB7
(219,204,183)
#E0D2C1
(224,210,193)
#E5D8CB
(229,216,203)
#EADED5
(234,222,213)
#EFE4DF
(239,228,223)
#F4EAE9
(244,234,233)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B48F; }

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

This text font color is #C7B48F.

Background Color

.myBgColor { background-color: #C7B48F; }

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

This div background color is #C7B48F.

Border color

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

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

This div border color is #C7B48F.

Opacity

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

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

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

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

This text has shadow with #C7B48F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B48F.

Preview

Color preview on black background

This text has color #C7B48F on black background.


Color preview on white background

This text has color #C7B48F on white background.


Black color preview on #C7B48F background

This text has black color on #C7B48F background.


White color preview on #C7B48F background

This text has white color on #C7B48F background.


Related colors

Complementary color

Complementary color for #hex is #384B70.


I love getcolorcode.com

Triadic colors

1 #8FC7B4 and #B48FC7 with #C7B48F are triadic colors.

2 #8FB4C7 and #B4C78F with #C7B48F are triadic colors.