COLOR #C7B472

HEX: #C7B472 RGB: (199,180,114)

Color info

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

RGB color model

#C7B472 color RGB value is (199,180,114).

RGB: (199,180,114) (78%, 71%, 45%)

RGB channels and saturation

R 199 of 255 = 78%
G 180 of 255 = 71%
B 114 of 255 = 45%

199
180
114

R + G + B ~ 65%. #C7B472 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 180 + 114 = 493 (100%)
R 199 of 493 ~ 40.37%
G 180 of 493 ~ 36.51%
B 114 of 493 ~ 23.12'%

%40.37
%36.51
%23.12

CMYK color model

#C7B472 color CMYK value is (0,10,43,22).

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

CMYK: (0,10,43,22)
C0M10Y43K22 (0%, 10%, 43%, 22%)
(0.00 / 0.10 / 0.43 / 0.22)

CMYK percentages

%0
%9.55
%42.71
%21.96

Codes

Color #C7B472 in popluar color models

C7 B4 72
RGB 199 180 114
HSL 47° 43.15% 61.37%
HSB/HSV 47° 42.71% 78.04%
CMYK 0.00% 9.55% 42.71%
21.96%

Color #C7B472 in popluar number systems.

HEX C7 B4 72
Decimal 199 180 114
Binary 11000111 10110100 1110010
Octal 307 264 162

Shades and tints

Shades of #C7B472

#C7B472
(199,180,114)
#B5A468
(181,164,104)
#A3945E
(163,148,94)
#918454
(145,132,84)
#7F744A
(127,116,74)
#6D6440
(109,100,64)
#5B5436
(91,84,54)
#49442C
(73,68,44)
#373422
(55,52,34)
#252418
(37,36,24)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #C7B472

#C7B472
(199,180,114)
#CCBA7E
(204,186,126)
#D1C08A
(209,192,138)
#D6C696
(214,198,150)
#DBCCA2
(219,204,162)
#E0D2AE
(224,210,174)
#E5D8BA
(229,216,186)
#EADEC6
(234,222,198)
#EFE4D2
(239,228,210)
#F4EADE
(244,234,222)
#F9F0EA
(249,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B472; }

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

This text font color is #C7B472.

Background Color

.myBgColor { background-color: #C7B472; }

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

This div background color is #C7B472.

Border color

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

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

This div border color is #C7B472.

Opacity

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

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

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

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

This text has shadow with #C7B472 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B472.

Preview

Color preview on black background

This text has color #C7B472 on black background.


Color preview on white background

This text has color #C7B472 on white background.


Black color preview on #C7B472 background

This text has black color on #C7B472 background.


White color preview on #C7B472 background

This text has white color on #C7B472 background.


Related colors

Complementary color

Complementary color for #hex is #384B8D.


I love getcolorcode.com

Triadic colors

1 #72C7B4 and #B472C7 with #C7B472 are triadic colors.

2 #72B4C7 and #B4C772 with #C7B472 are triadic colors.