COLOR #C8AB6A

HEX: #C8AB6A RGB: (200,171,106)

Color info

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

RGB color model

#C8AB6A color RGB value is (200,171,106).

RGB: (200,171,106) (78%, 67%, 42%)

RGB channels and saturation

R 200 of 255 = 78%
G 171 of 255 = 67%
B 106 of 255 = 42%

200
171
106

R + G + B ~ 62%. #C8AB6A is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 171 + 106 = 477 (100%)
R 200 of 477 ~ 41.93%
G 171 of 477 ~ 35.85%
B 106 of 477 ~ 22.22'%

%41.93
%35.85
%22.22

CMYK color model

#C8AB6A color CMYK value is (0,15,47,22).

  • cyan value is 0.00%
  • magenta value is 14.50%
  • yellow value is 47.00%
  • key color value is 21.57%

CMYK: (0,15,47,22)
C0M15Y47K22 (0%, 15%, 47%, 22%)
(0.00 / 0.15 / 0.47 / 0.22)

CMYK percentages

%0
%14.5
%47
%21.57

Codes

Color #C8AB6A in popluar color models

C8 AB 6A
RGB 200 171 106
HSL 41° 46.08% 60.00%
HSB/HSV 41° 47.00% 78.43%
CMYK 0.00% 14.50% 47.00%
21.57%

Color #C8AB6A in popluar number systems.

HEX C8 AB 6A
Decimal 200 171 106
Binary 11001000 10101011 1101010
Octal 310 253 152

Shades and tints

Shades of #C8AB6A

#C8AB6A
(200,171,106)
#B69C61
(182,156,97)
#A48D58
(164,141,88)
#927E4F
(146,126,79)
#806F46
(128,111,70)
#6E603D
(110,96,61)
#5C5134
(92,81,52)
#4A422B
(74,66,43)
#383322
(56,51,34)
#262419
(38,36,25)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #C8AB6A

#C8AB6A
(200,171,106)
#CDB277
(205,178,119)
#D2B984
(210,185,132)
#D7C091
(215,192,145)
#DCC79E
(220,199,158)
#E1CEAB
(225,206,171)
#E6D5B8
(230,213,184)
#EBDCC5
(235,220,197)
#F0E3D2
(240,227,210)
#F5EADF
(245,234,223)
#FAF1EC
(250,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AB6A color. Also use rgb(200,171,106) instead hex code.

Text Font Color

.myTextColor { color: #C8AB6A; }

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

This text font color is #C8AB6A.

Background Color

.myBgColor { background-color: #C8AB6A; }

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

This div background color is #C8AB6A.

Border color

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

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

This div border color is #C8AB6A.

Opacity

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

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

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

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

This text has shadow with #C8AB6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8AB6A.

Preview

Color preview on black background

This text has color #C8AB6A on black background.


Color preview on white background

This text has color #C8AB6A on white background.


Black color preview on #C8AB6A background

This text has black color on #C8AB6A background.


White color preview on #C8AB6A background

This text has white color on #C8AB6A background.


Related colors

Complementary color

Complementary color for #hex is #375495.


I love getcolorcode.com

Triadic colors

1 #6AC8AB and #AB6AC8 with #C8AB6A are triadic colors.

2 #6AABC8 and #ABC86A with #C8AB6A are triadic colors.