COLOR #C8A88F

HEX: #C8A88F RGB: (200,168,143)

Color info

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

RGB color model

#C8A88F color RGB value is (200,168,143).

RGB: (200,168,143) (78%, 66%, 56%)

RGB channels and saturation

R 200 of 255 = 78%
G 168 of 255 = 66%
B 143 of 255 = 56%

200
168
143

R + G + B ~ 67%. #C8A88F is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 168 + 143 = 511 (100%)
R 200 of 511 ~ 39.14%
G 168 of 511 ~ 32.88%
B 143 of 511 ~ 27.98'%

%39.14
%32.88
%27.98

CMYK color model

#C8A88F color CMYK value is (0,16,29,22).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 28.50%
  • key color value is 21.57%

CMYK: (0,16,29,22)
C0M16Y29K22 (0%, 16%, 29%, 22%)
(0.00 / 0.16 / 0.29 / 0.22)

CMYK percentages

%0
%16
%28.5
%21.57

Codes

Color #C8A88F in popluar color models

C8 A8 8F
RGB 200 168 143
HSL 26° 34.13% 67.25%
HSB/HSV 26° 28.50% 78.43%
CMYK 0.00% 16.00% 28.50%
21.57%

Color #C8A88F in popluar number systems.

HEX C8 A8 8F
Decimal 200 168 143
Binary 11001000 10101000 10001111
Octal 310 250 217

Shades and tints

Shades of #C8A88F

#C8A88F
(200,168,143)
#B69982
(182,153,130)
#A48A75
(164,138,117)
#927B68
(146,123,104)
#806C5B
(128,108,91)
#6E5D4E
(110,93,78)
#5C4E41
(92,78,65)
#4A3F34
(74,63,52)
#383027
(56,48,39)
#26211A
(38,33,26)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #C8A88F

#C8A88F
(200,168,143)
#CDAF99
(205,175,153)
#D2B6A3
(210,182,163)
#D7BDAD
(215,189,173)
#DCC4B7
(220,196,183)
#E1CBC1
(225,203,193)
#E6D2CB
(230,210,203)
#EBD9D5
(235,217,213)
#F0E0DF
(240,224,223)
#F5E7E9
(245,231,233)
#FAEEF3
(250,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A88F color. Also use rgb(200,168,143) instead hex code.

Text Font Color

.myTextColor { color: #C8A88F; }

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

This text font color is #C8A88F.

Background Color

.myBgColor { background-color: #C8A88F; }

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

This div background color is #C8A88F.

Border color

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

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

This div border color is #C8A88F.

Opacity

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

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

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

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

This text has shadow with #C8A88F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A88F.

Preview

Color preview on black background

This text has color #C8A88F on black background.


Color preview on white background

This text has color #C8A88F on white background.


Black color preview on #C8A88F background

This text has black color on #C8A88F background.


White color preview on #C8A88F background

This text has white color on #C8A88F background.


Related colors

Complementary color

Complementary color for #hex is #375770.


I love getcolorcode.com

Triadic colors

1 #8FC8A8 and #A88FC8 with #C8A88F are triadic colors.

2 #8FA8C8 and #A8C88F with #C8A88F are triadic colors.