COLOR #C8AF83

HEX: #C8AF83 RGB: (200,175,131)

Color info

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

RGB color model

#C8AF83 color RGB value is (200,175,131).

RGB: (200,175,131) (78%, 69%, 51%)

RGB channels and saturation

R 200 of 255 = 78%
G 175 of 255 = 69%
B 131 of 255 = 51%

200
175
131

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

Portions of RGB colors in percentages

R + G + B = 200 + 175 + 131 = 506 (100%)
R 200 of 506 ~ 39.53%
G 175 of 506 ~ 34.58%
B 131 of 506 ~ 25.89'%

%39.53
%34.58
%25.89

CMYK color model

#C8AF83 color CMYK value is (0,13,35,22).

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

CMYK: (0,13,35,22)
C0M13Y35K22 (0%, 13%, 35%, 22%)
(0.00 / 0.13 / 0.35 / 0.22)

CMYK percentages

%0
%12.5
%34.5
%21.57

Codes

Color #C8AF83 in popluar color models

C8 AF 83
RGB 200 175 131
HSL 38° 38.55% 64.90%
HSB/HSV 38° 34.50% 78.43%
CMYK 0.00% 12.50% 34.50%
21.57%

Color #C8AF83 in popluar number systems.

HEX C8 AF 83
Decimal 200 175 131
Binary 11001000 10101111 10000011
Octal 310 257 203

Shades and tints

Shades of #C8AF83

#C8AF83
(200,175,131)
#B6A078
(182,160,120)
#A4916D
(164,145,109)
#928262
(146,130,98)
#807357
(128,115,87)
#6E644C
(110,100,76)
#5C5541
(92,85,65)
#4A4636
(74,70,54)
#38372B
(56,55,43)
#262820
(38,40,32)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #C8AF83

#C8AF83
(200,175,131)
#CDB68E
(205,182,142)
#D2BD99
(210,189,153)
#D7C4A4
(215,196,164)
#DCCBAF
(220,203,175)
#E1D2BA
(225,210,186)
#E6D9C5
(230,217,197)
#EBE0D0
(235,224,208)
#F0E7DB
(240,231,219)
#F5EEE6
(245,238,230)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AF83; }

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

This text font color is #C8AF83.

Background Color

.myBgColor { background-color: #C8AF83; }

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

This div background color is #C8AF83.

Border color

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

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

This div border color is #C8AF83.

Opacity

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

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

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

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

This text has shadow with #C8AF83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8AF83.

Preview

Color preview on black background

This text has color #C8AF83 on black background.


Color preview on white background

This text has color #C8AF83 on white background.


Black color preview on #C8AF83 background

This text has black color on #C8AF83 background.


White color preview on #C8AF83 background

This text has white color on #C8AF83 background.


Related colors

Complementary color

Complementary color for #hex is #37507C.


I love getcolorcode.com

Triadic colors

1 #83C8AF and #AF83C8 with #C8AF83 are triadic colors.

2 #83AFC8 and #AFC883 with #C8AF83 are triadic colors.