COLOR #C8A35B

HEX: #C8A35B
RGB: (200,163,91)

Color info

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

RGB color model

#C8A35B color RGB value is (200,163,91).

  • red value is 200;
  • green value is 163;
  • blue value is 91.
RGB:
(200,163,91)
(78%,64%,36%)

RGB channels and saturation

R 200 of 255 = 78%
G 163 of 255 = 64%
B 91 of 255 = 36%

200
163
91

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

Portions of RGB colors in percentages

R + G + B =
200 + 163 + 91 = 454 (100%)
R 200 of 454 ~ 44.05%
G 163 of 454 ~ 35.9%
B 91 of 454 ~ 20.04%

%44.05
%35.9
%20.04

CMYK color model

#C8A35B color CMYK value is (0,19,55,22).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 54.50%
  • key color value is 21.57%
CMYK:
(0,19,55,22)
C0M19Y55K22 
(0%,19%,55%,22%)
(0.00/0.19/0.55/0.22)	

CMYK percentages

%0
%18.5
%54.5
%21.57

Codes

Color #C8A35B in popluar color models

C8A35B
RGB20016391
HSL40°49.77%57.06%
HSB/HSV40°54.50%78.43%
CMYK0.00%18.50%54.50%
21.57%

Color #C8A35B in popluar number systems.

HEXC8A35B
Decimal20016391
Binary11001000101000111011011
Octal310243133

Shades and tints

Shades of #C8A35B

#C8A35B
(200,163,91)
#B69553
(182,149,83)
#A4874B
(164,135,75)
#927943
(146,121,67)
#806B3B
(128,107,59)
#6E5D33
(110,93,51)
#5C4F2B
(92,79,43)
#4A4123
(74,65,35)
#38331B
(56,51,27)
#262513
(38,37,19)
#14170B
(20,23,11)
#000000
(0,0,0)

Tints of #C8A35B

#C8A35B
(200,163,91)
#CDAB69
(205,171,105)
#D2B377
(210,179,119)
#D7BB85
(215,187,133)
#DCC393
(220,195,147)
#E1CBA1
(225,203,161)
#E6D3AF
(230,211,175)
#EBDBBD
(235,219,189)
#F0E3CB
(240,227,203)
#F5EBD9
(245,235,217)
#FAF3E7
(250,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A35B color. Also use rgb(200,163,91) instead hex code.

Text Font Color

.myTextColor { color: #C8A35B; }

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

This text font color is #C8A35B.


Background Color

.myBgColor { background-color: #C8A35B; }

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

This div background color is #C8A35B.


Border color

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

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

This div border color is #C8A35B.


Opacity

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

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

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

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

This text has shadow with #C8A35B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A35B on black background.


Color preview on white background

This text has color #C8A35B on white background.



Black color preview on #C8A35B background

This text has black color on #C8A35B background.


White color preview on #C8A35B background

This text has white color on #C8A35B background.