COLOR #C8A068

HEX: #C8A068 RGB: (200,160,104)

Color info

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

RGB color model

#C8A068 color RGB value is (200,160,104).

RGB: (200,160,104) (78%, 63%, 41%)

RGB channels and saturation

R 200 of 255 = 78%
G 160 of 255 = 63%
B 104 of 255 = 41%

200
160
104

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

Portions of RGB colors in percentages

R + G + B = 200 + 160 + 104 = 464 (100%)
R 200 of 464 ~ 43.1%
G 160 of 464 ~ 34.48%
B 104 of 464 ~ 22.41'%

%43.1
%34.48
%22.41

CMYK color model

#C8A068 color CMYK value is (0,20,48,22).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 48.00%
  • key color value is 21.57%

CMYK: (0,20,48,22)
C0M20Y48K22 (0%, 20%, 48%, 22%)
(0.00 / 0.20 / 0.48 / 0.22)

CMYK percentages

%0
%20
%48
%21.57

Codes

Color #C8A068 in popluar color models

C8 A0 68
RGB 200 160 104
HSL 35° 46.60% 59.61%
HSB/HSV 35° 48.00% 78.43%
CMYK 0.00% 20.00% 48.00%
21.57%

Color #C8A068 in popluar number systems.

HEX C8 A0 68
Decimal 200 160 104
Binary 11001000 10100000 1101000
Octal 310 240 150

Shades and tints

Shades of #C8A068

#C8A068
(200,160,104)
#B6925F
(182,146,95)
#A48456
(164,132,86)
#92764D
(146,118,77)
#806844
(128,104,68)
#6E5A3B
(110,90,59)
#5C4C32
(92,76,50)
#4A3E29
(74,62,41)
#383020
(56,48,32)
#262217
(38,34,23)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #C8A068

#C8A068
(200,160,104)
#CDA875
(205,168,117)
#D2B082
(210,176,130)
#D7B88F
(215,184,143)
#DCC09C
(220,192,156)
#E1C8A9
(225,200,169)
#E6D0B6
(230,208,182)
#EBD8C3
(235,216,195)
#F0E0D0
(240,224,208)
#F5E8DD
(245,232,221)
#FAF0EA
(250,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A068; }

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

This text font color is #C8A068.

Background Color

.myBgColor { background-color: #C8A068; }

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

This div background color is #C8A068.

Border color

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

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

This div border color is #C8A068.

Opacity

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

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

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

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

This text has shadow with #C8A068 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A068.

Preview

Color preview on black background

This text has color #C8A068 on black background.


Color preview on white background

This text has color #C8A068 on white background.


Black color preview on #C8A068 background

This text has black color on #C8A068 background.


White color preview on #C8A068 background

This text has white color on #C8A068 background.


Related colors

Complementary color

Complementary color for #hex is #375F97.


I love getcolorcode.com

Triadic colors

1 #68C8A0 and #A068C8 with #C8A068 are triadic colors.

2 #68A0C8 and #A0C868 with #C8A068 are triadic colors.