COLOR #C8A495

HEX: #C8A495 RGB: (200,164,149)

Color info

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

RGB color model

#C8A495 color RGB value is (200,164,149).

RGB: (200,164,149) (78%, 64%, 58%)

RGB channels and saturation

R 200 of 255 = 78%
G 164 of 255 = 64%
B 149 of 255 = 58%

200
164
149

R + G + B ~ 67%. #C8A495 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 164 + 149 = 513 (100%)
R 200 of 513 ~ 38.99%
G 164 of 513 ~ 31.97%
B 149 of 513 ~ 29.04'%

%38.99
%31.97
%29.04

CMYK color model

#C8A495 color CMYK value is (0,18,26,22).

  • cyan value is 0.00%
  • magenta value is 18.00%
  • yellow value is 25.50%
  • key color value is 21.57%

CMYK: (0,18,26,22)
C0M18Y26K22 (0%, 18%, 26%, 22%)
(0.00 / 0.18 / 0.26 / 0.22)

CMYK percentages

%0
%18
%25.5
%21.57

Codes

Color #C8A495 in popluar color models

C8 A4 95
RGB 200 164 149
HSL 18° 31.68% 68.43%
HSB/HSV 18° 25.50% 78.43%
CMYK 0.00% 18.00% 25.50%
21.57%

Color #C8A495 in popluar number systems.

HEX C8 A4 95
Decimal 200 164 149
Binary 11001000 10100100 10010101
Octal 310 244 225

Shades and tints

Shades of #C8A495

#C8A495
(200,164,149)
#B69688
(182,150,136)
#A4887B
(164,136,123)
#927A6E
(146,122,110)
#806C61
(128,108,97)
#6E5E54
(110,94,84)
#5C5047
(92,80,71)
#4A423A
(74,66,58)
#38342D
(56,52,45)
#262620
(38,38,32)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #C8A495

#C8A495
(200,164,149)
#CDAC9E
(205,172,158)
#D2B4A7
(210,180,167)
#D7BCB0
(215,188,176)
#DCC4B9
(220,196,185)
#E1CCC2
(225,204,194)
#E6D4CB
(230,212,203)
#EBDCD4
(235,220,212)
#F0E4DD
(240,228,221)
#F5ECE6
(245,236,230)
#FAF4EF
(250,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A495; }

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

This text font color is #C8A495.

Background Color

.myBgColor { background-color: #C8A495; }

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

This div background color is #C8A495.

Border color

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

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

This div border color is #C8A495.

Opacity

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

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

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

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

This text has shadow with #C8A495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A495.

Preview

Color preview on black background

This text has color #C8A495 on black background.


Color preview on white background

This text has color #C8A495 on white background.


Black color preview on #C8A495 background

This text has black color on #C8A495 background.


White color preview on #C8A495 background

This text has white color on #C8A495 background.


Related colors

Complementary color

Complementary color for #hex is #375B6A.


I love getcolorcode.com

Triadic colors

1 #95C8A4 and #A495C8 with #C8A495 are triadic colors.

2 #95A4C8 and #A4C895 with #C8A495 are triadic colors.