COLOR #C8A28E

HEX: #C8A28E
RGB: (200,162,142)

Color info

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

RGB color model

#C8A28E color RGB value is (200,162,142).

  • red value is 200;
  • green value is 162;
  • blue value is 142.
RGB:
(200,162,142)
(78%,64%,56%)

RGB channels and saturation

R 200 of 255 = 78%
G 162 of 255 = 64%
B 142 of 255 = 56%

200
162
142

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

Portions of RGB colors in percentages

R + G + B =
200 + 162 + 142 = 504 (100%)
R 200 of 504 ~ 39.68%
G 162 of 504 ~ 32.14%
B 142 of 504 ~ 28.17%

%39.68
%32.14
%28.17

CMYK color model

#C8A28E color CMYK value is (0,19,29,22).

  • cyan value is 0.00%
  • magenta value is 19.00%
  • yellow value is 29.00%
  • key color value is 21.57%
CMYK:
(0,19,29,22)
C0M19Y29K22 
(0%,19%,29%,22%)
(0.00/0.19/0.29/0.22)	

CMYK percentages

%0
%19
%29
%21.57

Codes

Color #C8A28E in popluar color models

C8A28E
RGB200162142
HSL21°34.52%67.06%
HSB/HSV21°29.00%78.43%
CMYK0.00%19.00%29.00%
21.57%

Color #C8A28E in popluar number systems.

HEXC8A28E
Decimal200162142
Binary110010001010001010001110
Octal310242216

Shades and tints

Shades of #C8A28E

#C8A28E
(200,162,142)
#B69482
(182,148,130)
#A48676
(164,134,118)
#92786A
(146,120,106)
#806A5E
(128,106,94)
#6E5C52
(110,92,82)
#5C4E46
(92,78,70)
#4A403A
(74,64,58)
#38322E
(56,50,46)
#262422
(38,36,34)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #C8A28E

#C8A28E
(200,162,142)
#CDAA98
(205,170,152)
#D2B2A2
(210,178,162)
#D7BAAC
(215,186,172)
#DCC2B6
(220,194,182)
#E1CAC0
(225,202,192)
#E6D2CA
(230,210,202)
#EBDAD4
(235,218,212)
#F0E2DE
(240,226,222)
#F5EAE8
(245,234,232)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A28E color. Also use rgb(200,162,142) instead hex code.

Text Font Color

.myTextColor { color: #C8A28E; }

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

This text font color is #C8A28E.


Background Color

.myBgColor { background-color: #C8A28E; }

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

This div background color is #C8A28E.


Border color

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

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

This div border color is #C8A28E.


Opacity

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

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

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

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

This text has shadow with #C8A28E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A28E on black background.


Color preview on white background

This text has color #C8A28E on white background.



Black color preview on #C8A28E background

This text has black color on #C8A28E background.


White color preview on #C8A28E background

This text has white color on #C8A28E background.