COLOR #C8A273

HEX: #C8A273 RGB: (200,162,115)

Color info

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

RGB color model

#C8A273 color RGB value is (200,162,115).

RGB: (200,162,115) (78%, 64%, 45%)

RGB channels and saturation

R 200 of 255 = 78%
G 162 of 255 = 64%
B 115 of 255 = 45%

200
162
115

R + G + B ~ 62%. #C8A273 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 162 + 115 = 477 (100%)
R 200 of 477 ~ 41.93%
G 162 of 477 ~ 33.96%
B 115 of 477 ~ 24.11'%

%41.93
%33.96
%24.11

CMYK color model

#C8A273 color CMYK value is (0,19,43,22).

  • cyan value is 0.00%
  • magenta value is 19.00%
  • yellow value is 42.50%
  • key color value is 21.57%

CMYK: (0,19,43,22)
C0M19Y43K22 (0%, 19%, 43%, 22%)
(0.00 / 0.19 / 0.43 / 0.22)

CMYK percentages

%0
%19
%42.5
%21.57

Codes

Color #C8A273 in popluar color models

C8 A2 73
RGB 200 162 115
HSL 33° 43.59% 61.76%
HSB/HSV 33° 42.50% 78.43%
CMYK 0.00% 19.00% 42.50%
21.57%

Color #C8A273 in popluar number systems.

HEX C8 A2 73
Decimal 200 162 115
Binary 11001000 10100010 1110011
Octal 310 242 163

Shades and tints

Shades of #C8A273

#C8A273
(200,162,115)
#B69469
(182,148,105)
#A4865F
(164,134,95)
#927855
(146,120,85)
#806A4B
(128,106,75)
#6E5C41
(110,92,65)
#5C4E37
(92,78,55)
#4A402D
(74,64,45)
#383223
(56,50,35)
#262419
(38,36,25)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #C8A273

#C8A273
(200,162,115)
#CDAA7F
(205,170,127)
#D2B28B
(210,178,139)
#D7BA97
(215,186,151)
#DCC2A3
(220,194,163)
#E1CAAF
(225,202,175)
#E6D2BB
(230,210,187)
#EBDAC7
(235,218,199)
#F0E2D3
(240,226,211)
#F5EADF
(245,234,223)
#FAF2EB
(250,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A273 color. Also use rgb(200,162,115) instead hex code.

Text Font Color

.myTextColor { color: #C8A273; }

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

This text font color is #C8A273.

Background Color

.myBgColor { background-color: #C8A273; }

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

This div background color is #C8A273.

Border color

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

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

This div border color is #C8A273.

Opacity

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

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

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

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

This text has shadow with #C8A273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A273.

Preview

Color preview on black background

This text has color #C8A273 on black background.


Color preview on white background

This text has color #C8A273 on white background.


Black color preview on #C8A273 background

This text has black color on #C8A273 background.


White color preview on #C8A273 background

This text has white color on #C8A273 background.


Related colors

Complementary color

Complementary color for #hex is #375D8C.


I love getcolorcode.com

Triadic colors

1 #73C8A2 and #A273C8 with #C8A273 are triadic colors.

2 #73A2C8 and #A2C873 with #C8A273 are triadic colors.