COLOR #C8A193

HEX: #C8A193 RGB: (200,161,147)

Color info

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

RGB color model

#C8A193 color RGB value is (200,161,147).

RGB: (200,161,147) (78%, 63%, 58%)

RGB channels and saturation

R 200 of 255 = 78%
G 161 of 255 = 63%
B 147 of 255 = 58%

200
161
147

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

Portions of RGB colors in percentages

R + G + B = 200 + 161 + 147 = 508 (100%)
R 200 of 508 ~ 39.37%
G 161 of 508 ~ 31.69%
B 147 of 508 ~ 28.94'%

%39.37
%31.69
%28.94

CMYK color model

#C8A193 color CMYK value is (0,20,27,22).

  • cyan value is 0.00%
  • magenta value is 19.50%
  • yellow value is 26.50%
  • key color value is 21.57%

CMYK: (0,20,27,22)
C0M20Y27K22 (0%, 20%, 27%, 22%)
(0.00 / 0.20 / 0.27 / 0.22)

CMYK percentages

%0
%19.5
%26.5
%21.57

Codes

Color #C8A193 in popluar color models

C8 A1 93
RGB 200 161 147
HSL 16° 32.52% 68.04%
HSB/HSV 16° 26.50% 78.43%
CMYK 0.00% 19.50% 26.50%
21.57%

Color #C8A193 in popluar number systems.

HEX C8 A1 93
Decimal 200 161 147
Binary 11001000 10100001 10010011
Octal 310 241 223

Shades and tints

Shades of #C8A193

#C8A193
(200,161,147)
#B69386
(182,147,134)
#A48579
(164,133,121)
#92776C
(146,119,108)
#80695F
(128,105,95)
#6E5B52
(110,91,82)
#5C4D45
(92,77,69)
#4A3F38
(74,63,56)
#38312B
(56,49,43)
#26231E
(38,35,30)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #C8A193

#C8A193
(200,161,147)
#CDA99C
(205,169,156)
#D2B1A5
(210,177,165)
#D7B9AE
(215,185,174)
#DCC1B7
(220,193,183)
#E1C9C0
(225,201,192)
#E6D1C9
(230,209,201)
#EBD9D2
(235,217,210)
#F0E1DB
(240,225,219)
#F5E9E4
(245,233,228)
#FAF1ED
(250,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A193 color. Also use rgb(200,161,147) instead hex code.

Text Font Color

.myTextColor { color: #C8A193; }

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

This text font color is #C8A193.

Background Color

.myBgColor { background-color: #C8A193; }

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

This div background color is #C8A193.

Border color

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

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

This div border color is #C8A193.

Opacity

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

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

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

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

This text has shadow with #C8A193 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A193.

Preview

Color preview on black background

This text has color #C8A193 on black background.


Color preview on white background

This text has color #C8A193 on white background.


Black color preview on #C8A193 background

This text has black color on #C8A193 background.


White color preview on #C8A193 background

This text has white color on #C8A193 background.


Related colors

Complementary color

Complementary color for #hex is #375E6C.


I love getcolorcode.com

Triadic colors

1 #93C8A1 and #A193C8 with #C8A193 are triadic colors.

2 #93A1C8 and #A1C893 with #C8A193 are triadic colors.