COLOR #C8B664

HEX: #C8B664 RGB: (200,182,100)

Color info

#C8B664 contains mainly red and green colors. Web safe color of #C8B664 is #CCCC66 (or #CC6).

RGB color model

#C8B664 color RGB value is (200,182,100).

RGB: (200,182,100) (78%, 71%, 39%)

RGB channels and saturation

R 200 of 255 = 78%
G 182 of 255 = 71%
B 100 of 255 = 39%

200
182
100

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

Portions of RGB colors in percentages

R + G + B = 200 + 182 + 100 = 482 (100%)
R 200 of 482 ~ 41.49%
G 182 of 482 ~ 37.76%
B 100 of 482 ~ 20.75'%

%41.49
%37.76
%20.75

CMYK color model

#C8B664 color CMYK value is (0,9,50,22).

  • cyan value is 0.00%
  • magenta value is 9.00%
  • yellow value is 50.00%
  • key color value is 21.57%

CMYK: (0,9,50,22)
C0M9Y50K22 (0%, 9%, 50%, 22%)
(0.00 / 0.09 / 0.50 / 0.22)

CMYK percentages

%0
%9
%50
%21.57

Codes

Color #C8B664 in popluar color models

C8 B6 64
RGB 200 182 100
HSL 49° 47.62% 58.82%
HSB/HSV 49° 50.00% 78.43%
CMYK 0.00% 9.00% 50.00%
21.57%

Color #C8B664 in popluar number systems.

HEX C8 B6 64
Decimal 200 182 100
Binary 11001000 10110110 1100100
Octal 310 266 144

Shades and tints

Shades of #C8B664

#C8B664
(200,182,100)
#B6A65B
(182,166,91)
#A49652
(164,150,82)
#928649
(146,134,73)
#807640
(128,118,64)
#6E6637
(110,102,55)
#5C562E
(92,86,46)
#4A4625
(74,70,37)
#38361C
(56,54,28)
#262613
(38,38,19)
#14160A
(20,22,10)
#000000
(0,0,0)

Tints of #C8B664

#C8B664
(200,182,100)
#CDBC72
(205,188,114)
#D2C280
(210,194,128)
#D7C88E
(215,200,142)
#DCCE9C
(220,206,156)
#E1D4AA
(225,212,170)
#E6DAB8
(230,218,184)
#EBE0C6
(235,224,198)
#F0E6D4
(240,230,212)
#F5ECE2
(245,236,226)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B664 color. Also use rgb(200,182,100) instead hex code.

Text Font Color

.myTextColor { color: #C8B664; }

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

This text font color is #C8B664.

Background Color

.myBgColor { background-color: #C8B664; }

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

This div background color is #C8B664.

Border color

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

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

This div border color is #C8B664.

Opacity

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

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

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

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

This text has shadow with #C8B664 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B664.

Preview

Color preview on black background

This text has color #C8B664 on black background.


Color preview on white background

This text has color #C8B664 on white background.


Black color preview on #C8B664 background

This text has black color on #C8B664 background.


White color preview on #C8B664 background

This text has white color on #C8B664 background.


Related colors

Complementary color

Complementary color for #hex is #37499B.


I love getcolorcode.com

Triadic colors

1 #64C8B6 and #B664C8 with #C8B664 are triadic colors.

2 #64B6C8 and #B6C864 with #C8B664 are triadic colors.