COLOR #C8A795

HEX: #C8A795 RGB: (200,167,149)

Color info

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

RGB color model

#C8A795 color RGB value is (200,167,149).

RGB: (200,167,149) (78%, 65%, 58%)

RGB channels and saturation

R 200 of 255 = 78%
G 167 of 255 = 65%
B 149 of 255 = 58%

200
167
149

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

Portions of RGB colors in percentages

R + G + B = 200 + 167 + 149 = 516 (100%)
R 200 of 516 ~ 38.76%
G 167 of 516 ~ 32.36%
B 149 of 516 ~ 28.88'%

%38.76
%32.36
%28.88

CMYK color model

#C8A795 color CMYK value is (0,17,26,22).

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

CMYK: (0,17,26,22)
C0M17Y26K22 (0%, 17%, 26%, 22%)
(0.00 / 0.17 / 0.26 / 0.22)

CMYK percentages

%0
%16.5
%25.5
%21.57

Codes

Color #C8A795 in popluar color models

C8 A7 95
RGB 200 167 149
HSL 21° 31.68% 68.43%
HSB/HSV 21° 25.50% 78.43%
CMYK 0.00% 16.50% 25.50%
21.57%

Color #C8A795 in popluar number systems.

HEX C8 A7 95
Decimal 200 167 149
Binary 11001000 10100111 10010101
Octal 310 247 225

Shades and tints

Shades of #C8A795

#C8A795
(200,167,149)
#B69888
(182,152,136)
#A4897B
(164,137,123)
#927A6E
(146,122,110)
#806B61
(128,107,97)
#6E5C54
(110,92,84)
#5C4D47
(92,77,71)
#4A3E3A
(74,62,58)
#382F2D
(56,47,45)
#262020
(38,32,32)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #C8A795

#C8A795
(200,167,149)
#CDAF9E
(205,175,158)
#D2B7A7
(210,183,167)
#D7BFB0
(215,191,176)
#DCC7B9
(220,199,185)
#E1CFC2
(225,207,194)
#E6D7CB
(230,215,203)
#EBDFD4
(235,223,212)
#F0E7DD
(240,231,221)
#F5EFE6
(245,239,230)
#FAF7EF
(250,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A795; }

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

This text font color is #C8A795.

Background Color

.myBgColor { background-color: #C8A795; }

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

This div background color is #C8A795.

Border color

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

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

This div border color is #C8A795.

Opacity

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

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

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

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

This text has shadow with #C8A795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A795.

Preview

Color preview on black background

This text has color #C8A795 on black background.


Color preview on white background

This text has color #C8A795 on white background.


Black color preview on #C8A795 background

This text has black color on #C8A795 background.


White color preview on #C8A795 background

This text has white color on #C8A795 background.


Related colors

Complementary color

Complementary color for #hex is #37586A.


I love getcolorcode.com

Triadic colors

1 #95C8A7 and #A795C8 with #C8A795 are triadic colors.

2 #95A7C8 and #A7C895 with #C8A795 are triadic colors.