COLOR #C8A191

HEX: #C8A191 RGB: (200,161,145)

Color info

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

RGB color model

#C8A191 color RGB value is (200,161,145).

RGB: (200,161,145) (78%, 63%, 57%)

RGB channels and saturation

R 200 of 255 = 78%
G 161 of 255 = 63%
B 145 of 255 = 57%

200
161
145

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

Portions of RGB colors in percentages

R + G + B = 200 + 161 + 145 = 506 (100%)
R 200 of 506 ~ 39.53%
G 161 of 506 ~ 31.82%
B 145 of 506 ~ 28.66'%

%39.53
%31.82
%28.66

CMYK color model

#C8A191 color CMYK value is (0,20,28,22).

  • cyan value is 0.00%
  • magenta value is 19.50%
  • yellow value is 27.50%
  • key color value is 21.57%
CMYK: (0,20,28,22) C0M20Y28K22 (0%,20%,28%,22%) (0.00/0.20/0.28/0.22) 

CMYK percentages

%0
%19.5
%27.5
%21.57

Codes

Color #C8A191 in popluar color models

C8 A1 91
RGB 200 161 145
HSL 17° 33.33% 67.65%
HSB/HSV 17° 27.50% 78.43%
CMYK 0.00% 19.50% 27.50%
21.57%

Color #C8A191 in popluar number systems.

HEX C8 A1 91
Decimal 200 161 145
Binary 11001000 10100001 10010001
Octal 310 241 221

Shades and tints

Shades of #C8A191

#C8A191
(200,161,145)
#B69384
(182,147,132)
#A48577
(164,133,119)
#92776A
(146,119,106)
#80695D
(128,105,93)
#6E5B50
(110,91,80)
#5C4D43
(92,77,67)
#4A3F36
(74,63,54)
#383129
(56,49,41)
#26231C
(38,35,28)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #C8A191

#C8A191
(200,161,145)
#CDA99B
(205,169,155)
#D2B1A5
(210,177,165)
#D7B9AF
(215,185,175)
#DCC1B9
(220,193,185)
#E1C9C3
(225,201,195)
#E6D1CD
(230,209,205)
#EBD9D7
(235,217,215)
#F0E1E1
(240,225,225)
#F5E9EB
(245,233,235)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A191; }

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

This text font color is #C8A191.

Background Color

.myBgColor { background-color: #C8A191; }

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

This div background color is #C8A191.

Border color

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

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

This div border color is #C8A191.

Opacity

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

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

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

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

This text has shadow with #C8A191 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A191.

Preview

Color preview on black background

This text has color #C8A191 on black background.


Color preview on white background

This text has color #C8A191 on white background.


Black color preview on #C8A191 background

This text has black color on #C8A191 background.


White color preview on #C8A191 background

This text has white color on #C8A191 background.


Related colors

Complementary color

Complementary color for #hex is #375E6E.


I love getcolorcode.com

Triadic colors

1 #91C8A1 and #A191C8 with #C8A191 are triadic colors.

2 #91A1C8 and #A1C891 with #C8A191 are triadic colors.