COLOR #C8AF6D

HEX: #C8AF6D
RGB: (200,175,109)

Color info

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

RGB color model

#C8AF6D color RGB value is (200,175,109).

  • red value is 200;
  • green value is 175;
  • blue value is 109.
RGB:
(200,175,109)
(78%,69%,43%)

RGB channels and saturation

R 200 of 255 = 78%
G 175 of 255 = 69%
B 109 of 255 = 43%

200
175
109

R + G + B ~ 63%. #C8AF6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 175 + 109 = 484 (100%)
R 200 of 484 ~ 41.32%
G 175 of 484 ~ 36.16%
B 109 of 484 ~ 22.52%

%41.32
%36.16
%22.52

CMYK color model

#C8AF6D color CMYK value is (0,13,46,22).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 45.50%
  • key color value is 21.57%
CMYK:
(0,13,46,22)
C0M13Y46K22 
(0%,13%,46%,22%)
(0.00/0.13/0.46/0.22)	

CMYK percentages

%0
%12.5
%45.5
%21.57

Codes

Color #C8AF6D in popluar color models

C8AF6D
RGB200175109
HSL44°45.27%60.59%
HSB/HSV44°45.50%78.43%
CMYK0.00%12.50%45.50%
21.57%

Color #C8AF6D in popluar number systems.

HEXC8AF6D
Decimal200175109
Binary11001000101011111101101
Octal310257155

Shades and tints

Shades of #C8AF6D

#C8AF6D
(200,175,109)
#B6A064
(182,160,100)
#A4915B
(164,145,91)
#928252
(146,130,82)
#807349
(128,115,73)
#6E6440
(110,100,64)
#5C5537
(92,85,55)
#4A462E
(74,70,46)
#383725
(56,55,37)
#26281C
(38,40,28)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #C8AF6D

#C8AF6D
(200,175,109)
#CDB67A
(205,182,122)
#D2BD87
(210,189,135)
#D7C494
(215,196,148)
#DCCBA1
(220,203,161)
#E1D2AE
(225,210,174)
#E6D9BB
(230,217,187)
#EBE0C8
(235,224,200)
#F0E7D5
(240,231,213)
#F5EEE2
(245,238,226)
#FAF5EF
(250,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AF6D color. Also use rgb(200,175,109) instead hex code.

Text Font Color

.myTextColor { color: #C8AF6D; }

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

This text font color is #C8AF6D.


Background Color

.myBgColor { background-color: #C8AF6D; }

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

This div background color is #C8AF6D.


Border color

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

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

This div border color is #C8AF6D.


Opacity

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

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

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

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

This text has shadow with #C8AF6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AF6D on black background.


Color preview on white background

This text has color #C8AF6D on white background.



Black color preview on #C8AF6D background

This text has black color on #C8AF6D background.


White color preview on #C8AF6D background

This text has white color on #C8AF6D background.