COLOR #C8A280

HEX: #C8A280 RGB: (200,162,128)

Color info

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

RGB color model

#C8A280 color RGB value is (200,162,128).

RGB: (200,162,128) (78%, 64%, 50%)

RGB channels and saturation

R 200 of 255 = 78%
G 162 of 255 = 64%
B 128 of 255 = 50%

200
162
128

R + G + B ~ 64%. #C8A280 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 162 + 128 = 490 (100%)
R 200 of 490 ~ 40.82%
G 162 of 490 ~ 33.06%
B 128 of 490 ~ 26.12'%

%40.82
%33.06
%26.12

CMYK color model

#C8A280 color CMYK value is (0,19,36,22).

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

CMYK: (0,19,36,22)
C0M19Y36K22 (0%, 19%, 36%, 22%)
(0.00 / 0.19 / 0.36 / 0.22)

CMYK percentages

%0
%19
%36
%21.57

Codes

Color #C8A280 in popluar color models

C8 A2 80
RGB 200 162 128
HSL 28° 39.56% 64.31%
HSB/HSV 28° 36.00% 78.43%
CMYK 0.00% 19.00% 36.00%
21.57%

Color #C8A280 in popluar number systems.

HEX C8 A2 80
Decimal 200 162 128
Binary 11001000 10100010 10000000
Octal 310 242 200

Shades and tints

Shades of #C8A280

#C8A280
(200,162,128)
#B69475
(182,148,117)
#A4866A
(164,134,106)
#92785F
(146,120,95)
#806A54
(128,106,84)
#6E5C49
(110,92,73)
#5C4E3E
(92,78,62)
#4A4033
(74,64,51)
#383228
(56,50,40)
#26241D
(38,36,29)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #C8A280

#C8A280
(200,162,128)
#CDAA8B
(205,170,139)
#D2B296
(210,178,150)
#D7BAA1
(215,186,161)
#DCC2AC
(220,194,172)
#E1CAB7
(225,202,183)
#E6D2C2
(230,210,194)
#EBDACD
(235,218,205)
#F0E2D8
(240,226,216)
#F5EAE3
(245,234,227)
#FAF2EE
(250,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A280; }

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

This text font color is #C8A280.

Background Color

.myBgColor { background-color: #C8A280; }

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

This div background color is #C8A280.

Border color

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

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

This div border color is #C8A280.

Opacity

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

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

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

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

This text has shadow with #C8A280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A280.

Preview

Color preview on black background

This text has color #C8A280 on black background.


Color preview on white background

This text has color #C8A280 on white background.


Black color preview on #C8A280 background

This text has black color on #C8A280 background.


White color preview on #C8A280 background

This text has white color on #C8A280 background.


Related colors

Complementary color

Complementary color for #hex is #375D7F.


I love getcolorcode.com

Triadic colors

1 #80C8A2 and #A280C8 with #C8A280 are triadic colors.

2 #80A2C8 and #A2C880 with #C8A280 are triadic colors.