COLOR #C8964A

HEX: #C8964A
RGB: (200,150,74)

Color info

#C8964A contains mainly red and green colors. Web safe color of #C8964A is #CC9933 (or #C93).

RGB color model

#C8964A color RGB value is (200,150,74).

  • red value is 200;
  • green value is 150;
  • blue value is 74.
RGB:
(200,150,74)
(78%,59%,29%)

RGB channels and saturation

R 200 of 255 = 78%
G 150 of 255 = 59%
B 74 of 255 = 29%

200
150
74

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

Portions of RGB colors in percentages

R + G + B =
200 + 150 + 74 = 424 (100%)
R 200 of 424 ~ 47.17%
G 150 of 424 ~ 35.38%
B 74 of 424 ~ 17.45%

%47.17
%35.38
%17.45

CMYK color model

#C8964A color CMYK value is (0,25,63,22).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 63.00%
  • key color value is 21.57%
CMYK:
(0,25,63,22)
C0M25Y63K22 
(0%,25%,63%,22%)
(0.00/0.25/0.63/0.22)	

CMYK percentages

%0
%25
%63
%21.57

Codes

Color #C8964A in popluar color models

C8964A
RGB20015074
HSL36°53.39%53.73%
HSB/HSV36°63.00%78.43%
CMYK0.00%25.00%63.00%
21.57%

Color #C8964A in popluar number systems.

HEXC8964A
Decimal20015074
Binary11001000100101101001010
Octal310226112

Shades and tints

Shades of #C8964A

#C8964A
(200,150,74)
#B68944
(182,137,68)
#A47C3E
(164,124,62)
#926F38
(146,111,56)
#806232
(128,98,50)
#6E552C
(110,85,44)
#5C4826
(92,72,38)
#4A3B20
(74,59,32)
#382E1A
(56,46,26)
#262114
(38,33,20)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #C8964A

#C8964A
(200,150,74)
#CD9F5A
(205,159,90)
#D2A86A
(210,168,106)
#D7B17A
(215,177,122)
#DCBA8A
(220,186,138)
#E1C39A
(225,195,154)
#E6CCAA
(230,204,170)
#EBD5BA
(235,213,186)
#F0DECA
(240,222,202)
#F5E7DA
(245,231,218)
#FAF0EA
(250,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8964A color. Also use rgb(200,150,74) instead hex code.

Text Font Color

.myTextColor { color: #C8964A; }

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

This text font color is #C8964A.


Background Color

.myBgColor { background-color: #C8964A; }

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

This div background color is #C8964A.


Border color

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

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

This div border color is #C8964A.


Opacity

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

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

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

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

This text has shadow with #C8964A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8964A on black background.


Color preview on white background

This text has color #C8964A on white background.



Black color preview on #C8964A background

This text has black color on #C8964A background.


White color preview on #C8964A background

This text has white color on #C8964A background.