COLOR #C8A483

HEX: #C8A483
RGB: (200,164,131)

Color info

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

RGB color model

#C8A483 color RGB value is (200,164,131).

  • red value is 200;
  • green value is 164;
  • blue value is 131.
RGB:
(200,164,131)
(78%,64%,51%)

RGB channels and saturation

R 200 of 255 = 78%
G 164 of 255 = 64%
B 131 of 255 = 51%

200
164
131

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

Portions of RGB colors in percentages

R + G + B =
200 + 164 + 131 = 495 (100%)
R 200 of 495 ~ 40.4%
G 164 of 495 ~ 33.13%
B 131 of 495 ~ 26.46%

%40.4
%33.13
%26.46

CMYK color model

#C8A483 color CMYK value is (0,18,35,22).

  • cyan value is 0.00%
  • magenta value is 18.00%
  • yellow value is 34.50%
  • key color value is 21.57%
CMYK:
(0,18,35,22)
C0M18Y35K22 
(0%,18%,35%,22%)
(0.00/0.18/0.35/0.22)	

CMYK percentages

%0
%18
%34.5
%21.57

Codes

Color #C8A483 in popluar color models

C8A483
RGB200164131
HSL29°38.55%64.90%
HSB/HSV29°34.50%78.43%
CMYK0.00%18.00%34.50%
21.57%

Color #C8A483 in popluar number systems.

HEXC8A483
Decimal200164131
Binary110010001010010010000011
Octal310244203

Shades and tints

Shades of #C8A483

#C8A483
(200,164,131)
#B69678
(182,150,120)
#A4886D
(164,136,109)
#927A62
(146,122,98)
#806C57
(128,108,87)
#6E5E4C
(110,94,76)
#5C5041
(92,80,65)
#4A4236
(74,66,54)
#38342B
(56,52,43)
#262620
(38,38,32)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #C8A483

#C8A483
(200,164,131)
#CDAC8E
(205,172,142)
#D2B499
(210,180,153)
#D7BCA4
(215,188,164)
#DCC4AF
(220,196,175)
#E1CCBA
(225,204,186)
#E6D4C5
(230,212,197)
#EBDCD0
(235,220,208)
#F0E4DB
(240,228,219)
#F5ECE6
(245,236,230)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A483; }

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

This text font color is #C8A483.


Background Color

.myBgColor { background-color: #C8A483; }

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

This div background color is #C8A483.


Border color

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

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

This div border color is #C8A483.


Opacity

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

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

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

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

This text has shadow with #C8A483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A483 on black background.


Color preview on white background

This text has color #C8A483 on white background.



Black color preview on #C8A483 background

This text has black color on #C8A483 background.


White color preview on #C8A483 background

This text has white color on #C8A483 background.