COLOR #C8A47A

HEX: #C8A47A
RGB: (200,164,122)

Color info

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

RGB color model

#C8A47A color RGB value is (200,164,122).

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

RGB channels and saturation

R 200 of 255 = 78%
G 164 of 255 = 64%
B 122 of 255 = 48%

200
164
122

R + G + B ~ 63%. #C8A47A is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 164 + 122 = 486 (100%)
R 200 of 486 ~ 41.15%
G 164 of 486 ~ 33.74%
B 122 of 486 ~ 25.1%

%41.15
%33.74
%25.1

CMYK color model

#C8A47A color CMYK value is (0,18,39,22).

  • cyan value is 0.00%
  • magenta value is 18.00%
  • yellow value is 39.00%
  • key color value is 21.57%
CMYK:
(0,18,39,22)
C0M18Y39K22 
(0%,18%,39%,22%)
(0.00/0.18/0.39/0.22)	

CMYK percentages

%0
%18
%39
%21.57

Codes

Color #C8A47A in popluar color models

C8A47A
RGB200164122
HSL32°41.49%63.14%
HSB/HSV32°39.00%78.43%
CMYK0.00%18.00%39.00%
21.57%

Color #C8A47A in popluar number systems.

HEXC8A47A
Decimal200164122
Binary11001000101001001111010
Octal310244172

Shades and tints

Shades of #C8A47A

#C8A47A
(200,164,122)
#B6966F
(182,150,111)
#A48864
(164,136,100)
#927A59
(146,122,89)
#806C4E
(128,108,78)
#6E5E43
(110,94,67)
#5C5038
(92,80,56)
#4A422D
(74,66,45)
#383422
(56,52,34)
#262617
(38,38,23)
#14180C
(20,24,12)
#000000
(0,0,0)

Tints of #C8A47A

#C8A47A
(200,164,122)
#CDAC86
(205,172,134)
#D2B492
(210,180,146)
#D7BC9E
(215,188,158)
#DCC4AA
(220,196,170)
#E1CCB6
(225,204,182)
#E6D4C2
(230,212,194)
#EBDCCE
(235,220,206)
#F0E4DA
(240,228,218)
#F5ECE6
(245,236,230)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A47A; }

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

This text font color is #C8A47A.


Background Color

.myBgColor { background-color: #C8A47A; }

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

This div background color is #C8A47A.


Border color

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

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

This div border color is #C8A47A.


Opacity

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

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

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

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

This text has shadow with #C8A47A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A47A on black background.


Color preview on white background

This text has color #C8A47A on white background.



Black color preview on #C8A47A background

This text has black color on #C8A47A background.


White color preview on #C8A47A background

This text has white color on #C8A47A background.