COLOR #C8B54F

HEX: #C8B54F RGB: (200,181,79)

Color info

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

RGB color model

#C8B54F color RGB value is (200,181,79).

RGB: (200,181,79) (78%, 71%, 31%)

RGB channels and saturation

R 200 of 255 = 78%
G 181 of 255 = 71%
B 79 of 255 = 31%

200
181
79

R + G + B ~ 60%. #C8B54F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 200 + 181 + 79 = 460 (100%)
R 200 of 460 ~ 43.48%
G 181 of 460 ~ 39.35%
B 79 of 460 ~ 17.17'%

%43.48
%39.35
%17.17

CMYK color model

#C8B54F color CMYK value is (0,10,61,22).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 60.50%
  • key color value is 21.57%

CMYK: (0,10,61,22)
C0M10Y61K22 (0%, 10%, 61%, 22%)
(0.00 / 0.10 / 0.61 / 0.22)

CMYK percentages

%0
%9.5
%60.5
%21.57

Codes

Color #C8B54F in popluar color models

C8 B5 4F
RGB 200 181 79
HSL 51° 52.38% 54.71%
HSB/HSV 51° 60.50% 78.43%
CMYK 0.00% 9.50% 60.50%
21.57%

Color #C8B54F in popluar number systems.

HEX C8 B5 4F
Decimal 200 181 79
Binary 11001000 10110101 1001111
Octal 310 265 117

Shades and tints

Shades of #C8B54F

#C8B54F
(200,181,79)
#B6A548
(182,165,72)
#A49541
(164,149,65)
#92853A
(146,133,58)
#807533
(128,117,51)
#6E652C
(110,101,44)
#5C5525
(92,85,37)
#4A451E
(74,69,30)
#383517
(56,53,23)
#262510
(38,37,16)
#141509
(20,21,9)
#000000
(0,0,0)

Tints of #C8B54F

#C8B54F
(200,181,79)
#CDBB5F
(205,187,95)
#D2C16F
(210,193,111)
#D7C77F
(215,199,127)
#DCCD8F
(220,205,143)
#E1D39F
(225,211,159)
#E6D9AF
(230,217,175)
#EBDFBF
(235,223,191)
#F0E5CF
(240,229,207)
#F5EBDF
(245,235,223)
#FAF1EF
(250,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B54F color. Also use rgb(200,181,79) instead hex code.

Text Font Color

.myTextColor { color: #C8B54F; }

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

This text font color is #C8B54F.

Background Color

.myBgColor { background-color: #C8B54F; }

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

This div background color is #C8B54F.

Border color

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

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

This div border color is #C8B54F.

Opacity

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

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

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

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

This text has shadow with #C8B54F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B54F.

Preview

Color preview on black background

This text has color #C8B54F on black background.


Color preview on white background

This text has color #C8B54F on white background.


Black color preview on #C8B54F background

This text has black color on #C8B54F background.


White color preview on #C8B54F background

This text has white color on #C8B54F background.


Related colors

Complementary color

Complementary color for #hex is #374AB0.


I love getcolorcode.com

Triadic colors

1 #4FC8B5 and #B54FC8 with #C8B54F are triadic colors.

2 #4FB5C8 and #B5C84F with #C8B54F are triadic colors.