COLOR #C8A396

HEX: #C8A396
RGB: (200,163,150)

Color info

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

RGB color model

#C8A396 color RGB value is (200,163,150).

  • red value is 200;
  • green value is 163;
  • blue value is 150.
RGB:
(200,163,150)
(78%,64%,59%)

RGB channels and saturation

R 200 of 255 = 78%
G 163 of 255 = 64%
B 150 of 255 = 59%

200
163
150

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

Portions of RGB colors in percentages

R + G + B =
200 + 163 + 150 = 513 (100%)
R 200 of 513 ~ 38.99%
G 163 of 513 ~ 31.77%
B 150 of 513 ~ 29.24%

%38.99
%31.77
%29.24

CMYK color model

#C8A396 color CMYK value is (0,19,25,22).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 25.00%
  • key color value is 21.57%
CMYK:
(0,19,25,22)
C0M19Y25K22 
(0%,19%,25%,22%)
(0.00/0.19/0.25/0.22)	

CMYK percentages

%0
%18.5
%25
%21.57

Codes

Color #C8A396 in popluar color models

C8A396
RGB200163150
HSL16°31.25%68.63%
HSB/HSV16°25.00%78.43%
CMYK0.00%18.50%25.00%
21.57%

Color #C8A396 in popluar number systems.

HEXC8A396
Decimal200163150
Binary110010001010001110010110
Octal310243226

Shades and tints

Shades of #C8A396

#C8A396
(200,163,150)
#B69589
(182,149,137)
#A4877C
(164,135,124)
#92796F
(146,121,111)
#806B62
(128,107,98)
#6E5D55
(110,93,85)
#5C4F48
(92,79,72)
#4A413B
(74,65,59)
#38332E
(56,51,46)
#262521
(38,37,33)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #C8A396

#C8A396
(200,163,150)
#CDAB9F
(205,171,159)
#D2B3A8
(210,179,168)
#D7BBB1
(215,187,177)
#DCC3BA
(220,195,186)
#E1CBC3
(225,203,195)
#E6D3CC
(230,211,204)
#EBDBD5
(235,219,213)
#F0E3DE
(240,227,222)
#F5EBE7
(245,235,231)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A396 color. Also use rgb(200,163,150) instead hex code.

Text Font Color

.myTextColor { color: #C8A396; }

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

This text font color is #C8A396.


Background Color

.myBgColor { background-color: #C8A396; }

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

This div background color is #C8A396.


Border color

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

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

This div border color is #C8A396.


Opacity

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

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

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

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

This text has shadow with #C8A396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A396 on black background.


Color preview on white background

This text has color #C8A396 on white background.



Black color preview on #C8A396 background

This text has black color on #C8A396 background.


White color preview on #C8A396 background

This text has white color on #C8A396 background.