COLOR #C8AF8C

HEX: #C8AF8C RGB: (200,175,140)

Color info

#C8AF8C contains mainly red and green colors. Web safe color of #C8AF8C is #CC9999 (or #C99).

RGB color model

#C8AF8C color RGB value is (200,175,140).

RGB: (200,175,140) (78%, 69%, 55%)

RGB channels and saturation

R 200 of 255 = 78%
G 175 of 255 = 69%
B 140 of 255 = 55%

200
175
140

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

Portions of RGB colors in percentages

R + G + B = 200 + 175 + 140 = 515 (100%)
R 200 of 515 ~ 38.83%
G 175 of 515 ~ 33.98%
B 140 of 515 ~ 27.18'%

%38.83
%33.98
%27.18

CMYK color model

#C8AF8C color CMYK value is (0,13,30,22).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 30.00%
  • key color value is 21.57%

CMYK: (0,13,30,22)
C0M13Y30K22 (0%, 13%, 30%, 22%)
(0.00 / 0.13 / 0.30 / 0.22)

CMYK percentages

%0
%12.5
%30
%21.57

Codes

Color #C8AF8C in popluar color models

C8 AF 8C
RGB 200 175 140
HSL 35° 35.29% 66.67%
HSB/HSV 35° 30.00% 78.43%
CMYK 0.00% 12.50% 30.00%
21.57%

Color #C8AF8C in popluar number systems.

HEX C8 AF 8C
Decimal 200 175 140
Binary 11001000 10101111 10001100
Octal 310 257 214

Shades and tints

Shades of #C8AF8C

#C8AF8C
(200,175,140)
#B6A080
(182,160,128)
#A49174
(164,145,116)
#928268
(146,130,104)
#80735C
(128,115,92)
#6E6450
(110,100,80)
#5C5544
(92,85,68)
#4A4638
(74,70,56)
#38372C
(56,55,44)
#262820
(38,40,32)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #C8AF8C

#C8AF8C
(200,175,140)
#CDB696
(205,182,150)
#D2BDA0
(210,189,160)
#D7C4AA
(215,196,170)
#DCCBB4
(220,203,180)
#E1D2BE
(225,210,190)
#E6D9C8
(230,217,200)
#EBE0D2
(235,224,210)
#F0E7DC
(240,231,220)
#F5EEE6
(245,238,230)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AF8C color. Also use rgb(200,175,140) instead hex code.

Text Font Color

.myTextColor { color: #C8AF8C; }

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

This text font color is #C8AF8C.

Background Color

.myBgColor { background-color: #C8AF8C; }

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

This div background color is #C8AF8C.

Border color

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

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

This div border color is #C8AF8C.

Opacity

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

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

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

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

This text has shadow with #C8AF8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8AF8C.

Preview

Color preview on black background

This text has color #C8AF8C on black background.


Color preview on white background

This text has color #C8AF8C on white background.


Black color preview on #C8AF8C background

This text has black color on #C8AF8C background.


White color preview on #C8AF8C background

This text has white color on #C8AF8C background.


Related colors

Complementary color

Complementary color for #hex is #375073.


I love getcolorcode.com

Triadic colors

1 #8CC8AF and #AF8CC8 with #C8AF8C are triadic colors.

2 #8CAFC8 and #AFC88C with #C8AF8C are triadic colors.