COLOR #C8A768

HEX: #C8A768
RGB: (200,167,104)

Color info

#C8A768 contains mainly red and green colors. Web safe color of #C8A768 is #CC9966 (or #C96).

RGB color model

#C8A768 color RGB value is (200,167,104).

  • red value is 200;
  • green value is 167;
  • blue value is 104.
RGB:
(200,167,104)
(78%,65%,41%)

RGB channels and saturation

R 200 of 255 = 78%
G 167 of 255 = 65%
B 104 of 255 = 41%

200
167
104

R + G + B ~ 61%. #C8A768 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 167 + 104 = 471 (100%)
R 200 of 471 ~ 42.46%
G 167 of 471 ~ 35.46%
B 104 of 471 ~ 22.08%

%42.46
%35.46
%22.08

CMYK color model

#C8A768 color CMYK value is (0,17,48,22).

  • cyan value is 0.00%
  • magenta value is 16.50%
  • yellow value is 48.00%
  • key color value is 21.57%
CMYK:
(0,17,48,22)
C0M17Y48K22 
(0%,17%,48%,22%)
(0.00/0.17/0.48/0.22)	

CMYK percentages

%0
%16.5
%48
%21.57

Codes

Color #C8A768 in popluar color models

C8A768
RGB200167104
HSL39°46.60%59.61%
HSB/HSV39°48.00%78.43%
CMYK0.00%16.50%48.00%
21.57%

Color #C8A768 in popluar number systems.

HEXC8A768
Decimal200167104
Binary11001000101001111101000
Octal310247150

Shades and tints

Shades of #C8A768

#C8A768
(200,167,104)
#B6985F
(182,152,95)
#A48956
(164,137,86)
#927A4D
(146,122,77)
#806B44
(128,107,68)
#6E5C3B
(110,92,59)
#5C4D32
(92,77,50)
#4A3E29
(74,62,41)
#382F20
(56,47,32)
#262017
(38,32,23)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #C8A768

#C8A768
(200,167,104)
#CDAF75
(205,175,117)
#D2B782
(210,183,130)
#D7BF8F
(215,191,143)
#DCC79C
(220,199,156)
#E1CFA9
(225,207,169)
#E6D7B6
(230,215,182)
#EBDFC3
(235,223,195)
#F0E7D0
(240,231,208)
#F5EFDD
(245,239,221)
#FAF7EA
(250,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A768; }

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

This text font color is #C8A768.


Background Color

.myBgColor { background-color: #C8A768; }

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

This div background color is #C8A768.


Border color

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

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

This div border color is #C8A768.


Opacity

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

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

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

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

This text has shadow with #C8A768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A768 on black background.


Color preview on white background

This text has color #C8A768 on white background.



Black color preview on #C8A768 background

This text has black color on #C8A768 background.


White color preview on #C8A768 background

This text has white color on #C8A768 background.