COLOR #C7B375

HEX: #C7B375 RGB: (199,179,117)

Color info

#C7B375 contains mainly red and green colors. Web safe color of #C7B375 is #CC9966 (or #C96).

RGB color model

#C7B375 color RGB value is (199,179,117).

RGB: (199,179,117) (78%, 70%, 46%)

RGB channels and saturation

R 199 of 255 = 78%
G 179 of 255 = 70%
B 117 of 255 = 46%

199
179
117

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

Portions of RGB colors in percentages

R + G + B = 199 + 179 + 117 = 495 (100%)
R 199 of 495 ~ 40.2%
G 179 of 495 ~ 36.16%
B 117 of 495 ~ 23.64'%

%40.2
%36.16
%23.64

CMYK color model

#C7B375 color CMYK value is (0,10,41,22).

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 41.21%
  • key color value is 21.96%

CMYK: (0,10,41,22)
C0M10Y41K22 (0%, 10%, 41%, 22%)
(0.00 / 0.10 / 0.41 / 0.22)

CMYK percentages

%0
%10.05
%41.21
%21.96

Codes

Color #C7B375 in popluar color models

C7 B3 75
RGB 199 179 117
HSL 45° 42.27% 61.96%
HSB/HSV 45° 41.21% 78.04%
CMYK 0.00% 10.05% 41.21%
21.96%

Color #C7B375 in popluar number systems.

HEX C7 B3 75
Decimal 199 179 117
Binary 11000111 10110011 1110101
Octal 307 263 165

Shades and tints

Shades of #C7B375

#C7B375
(199,179,117)
#B5A36B
(181,163,107)
#A39361
(163,147,97)
#918357
(145,131,87)
#7F734D
(127,115,77)
#6D6343
(109,99,67)
#5B5339
(91,83,57)
#49432F
(73,67,47)
#373325
(55,51,37)
#25231B
(37,35,27)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #C7B375

#C7B375
(199,179,117)
#CCB981
(204,185,129)
#D1BF8D
(209,191,141)
#D6C599
(214,197,153)
#DBCBA5
(219,203,165)
#E0D1B1
(224,209,177)
#E5D7BD
(229,215,189)
#EADDC9
(234,221,201)
#EFE3D5
(239,227,213)
#F4E9E1
(244,233,225)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B375 color. Also use rgb(199,179,117) instead hex code.

Text Font Color

.myTextColor { color: #C7B375; }

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

This text font color is #C7B375.

Background Color

.myBgColor { background-color: #C7B375; }

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

This div background color is #C7B375.

Border color

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

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

This div border color is #C7B375.

Opacity

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

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

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

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

This text has shadow with #C7B375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B375.

Preview

Color preview on black background

This text has color #C7B375 on black background.


Color preview on white background

This text has color #C7B375 on white background.


Black color preview on #C7B375 background

This text has black color on #C7B375 background.


White color preview on #C7B375 background

This text has white color on #C7B375 background.


Related colors

Complementary color

Complementary color for #hex is #384C8A.


I love getcolorcode.com

Triadic colors

1 #75C7B3 and #B375C7 with #C7B375 are triadic colors.

2 #75B3C7 and #B3C775 with #C7B375 are triadic colors.