COLOR #C8A68F

HEX: #C8A68F
RGB: (200,166,143)

Color info

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

RGB color model

#C8A68F color RGB value is (200,166,143).

  • red value is 200;
  • green value is 166;
  • blue value is 143.
RGB:
(200,166,143)
(78%,65%,56%)

RGB channels and saturation

R 200 of 255 = 78%
G 166 of 255 = 65%
B 143 of 255 = 56%

200
166
143

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

Portions of RGB colors in percentages

R + G + B =
200 + 166 + 143 = 509 (100%)
R 200 of 509 ~ 39.29%
G 166 of 509 ~ 32.61%
B 143 of 509 ~ 28.09%

%39.29
%32.61
%28.09

CMYK color model

#C8A68F color CMYK value is (0,17,29,22).

  • cyan value is 0.00%
  • magenta value is 17.00%
  • yellow value is 28.50%
  • key color value is 21.57%
CMYK:
(0,17,29,22)
C0M17Y29K22 
(0%,17%,29%,22%)
(0.00/0.17/0.29/0.22)	

CMYK percentages

%0
%17
%28.5
%21.57

Codes

Color #C8A68F in popluar color models

C8A68F
RGB200166143
HSL24°34.13%67.25%
HSB/HSV24°28.50%78.43%
CMYK0.00%17.00%28.50%
21.57%

Color #C8A68F in popluar number systems.

HEXC8A68F
Decimal200166143
Binary110010001010011010001111
Octal310246217

Shades and tints

Shades of #C8A68F

#C8A68F
(200,166,143)
#B69782
(182,151,130)
#A48875
(164,136,117)
#927968
(146,121,104)
#806A5B
(128,106,91)
#6E5B4E
(110,91,78)
#5C4C41
(92,76,65)
#4A3D34
(74,61,52)
#382E27
(56,46,39)
#261F1A
(38,31,26)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #C8A68F

#C8A68F
(200,166,143)
#CDAE99
(205,174,153)
#D2B6A3
(210,182,163)
#D7BEAD
(215,190,173)
#DCC6B7
(220,198,183)
#E1CEC1
(225,206,193)
#E6D6CB
(230,214,203)
#EBDED5
(235,222,213)
#F0E6DF
(240,230,223)
#F5EEE9
(245,238,233)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A68F color. Also use rgb(200,166,143) instead hex code.

Text Font Color

.myTextColor { color: #C8A68F; }

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

This text font color is #C8A68F.


Background Color

.myBgColor { background-color: #C8A68F; }

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

This div background color is #C8A68F.


Border color

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

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

This div border color is #C8A68F.


Opacity

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

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

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

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

This text has shadow with #C8A68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A68F on black background.


Color preview on white background

This text has color #C8A68F on white background.



Black color preview on #C8A68F background

This text has black color on #C8A68F background.


White color preview on #C8A68F background

This text has white color on #C8A68F background.