COLOR #C7A58F

HEX: #C7A58F RGB: (199,165,143)

Color info

#C7A58F contains red, green and blue colors in about the same proportion. Web safe color of #C7A58F is #CC9999 (or #C99).

RGB color model

#C7A58F color RGB value is (199,165,143).

RGB: (199,165,143) (78%, 65%, 56%)

RGB channels and saturation

R 199 of 255 = 78%
G 165 of 255 = 65%
B 143 of 255 = 56%

199
165
143

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

Portions of RGB colors in percentages

R + G + B = 199 + 165 + 143 = 507 (100%)
R 199 of 507 ~ 39.25%
G 165 of 507 ~ 32.54%
B 143 of 507 ~ 28.21'%

%39.25
%32.54
%28.21

CMYK color model

#C7A58F color CMYK value is (0,17,28,22).

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 28.14%
  • key color value is 21.96%
CMYK: (0,17,28,22) C0M17Y28K22 (0%,17%,28%,22%) (0.00/0.17/0.28/0.22) 

CMYK percentages

%0
%17.09
%28.14
%21.96

Codes

Color #C7A58F in popluar color models

C7 A5 8F
RGB 199 165 143
HSL 24° 33.33% 67.06%
HSB/HSV 24° 28.14% 78.04%
CMYK 0.00% 17.09% 28.14%
21.96%

Color #C7A58F in popluar number systems.

HEX C7 A5 8F
Decimal 199 165 143
Binary 11000111 10100101 10001111
Octal 307 245 217

Shades and tints

Shades of #C7A58F

#C7A58F
(199,165,143)
#B59682
(181,150,130)
#A38775
(163,135,117)
#917868
(145,120,104)
#7F695B
(127,105,91)
#6D5A4E
(109,90,78)
#5B4B41
(91,75,65)
#493C34
(73,60,52)
#372D27
(55,45,39)
#251E1A
(37,30,26)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #C7A58F

#C7A58F
(199,165,143)
#CCAD99
(204,173,153)
#D1B5A3
(209,181,163)
#D6BDAD
(214,189,173)
#DBC5B7
(219,197,183)
#E0CDC1
(224,205,193)
#E5D5CB
(229,213,203)
#EADDD5
(234,221,213)
#EFE5DF
(239,229,223)
#F4EDE9
(244,237,233)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A58F; }

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

This text font color is #C7A58F.

Background Color

.myBgColor { background-color: #C7A58F; }

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

This div background color is #C7A58F.

Border color

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

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

This div border color is #C7A58F.

Opacity

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

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

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

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

This text has shadow with #C7A58F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A58F.

Preview

Color preview on black background

This text has color #C7A58F on black background.


Color preview on white background

This text has color #C7A58F on white background.


Black color preview on #C7A58F background

This text has black color on #C7A58F background.


White color preview on #C7A58F background

This text has white color on #C7A58F background.


Related colors

Complementary color

Complementary color for #hex is #385A70.


I love getcolorcode.com

Triadic colors

1 #8FC7A5 and #A58FC7 with #C7A58F are triadic colors.

2 #8FA5C7 and #A5C78F with #C7A58F are triadic colors.